Hi Experts,
I used STOP statement in one of my program and these cause me an error.
ELSE.
CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'
EXPORTING
textline1 = text-001
textline2 = text-003.
STOP.
ENDIF.
These error doesn't occur if the program is created in 4.6 version but when created and executed in ECC6 an error message STOP_NO_REPORT occurs.