2018 Aug 20 7:57 AM
REPORT ztype_full_head.
CALL SCREEN 4242.
MODULE user_command_4242 INPUT.
CHECK sy-ucomm = 'BACK' OR sy-ucomm = 'CANC' OR sy-ucomm = 'EXIT'.
LEAVE TO SCREEN 0.
ENDMODULE.
MODULE STATUS_4242 OUTPUT.
SET PF-STATUS 'STATUS_4242'.
SET TITLEBAR 'TITLE_4242'.
END MODULE.
when i am trying to execute the program getting error
WHAT HAPPENED?
Error in the abap application program
The current abap program "ztype_full_head." had to be terminated because it found a
statement that colud not be executed.
Error analysis
you are trying to use screen 4242 in program "ztype_full_head." this screen does not
exist.
2018 Aug 20 8:54 AM
Seems that dynpro 4242 does not exist, or does it? Is it active?
2018 Aug 20 9:51 AM
May i know the process how to exist the 4242
2018 Aug 20 10:09 AM
Hmm, it seems that you don't know much about classic dynpro programming in ABAP. This can't be explained in a simple answer.
Please learn these basics first if you want to use them.
https://help.sap.com/viewer/f68e489816e043f1add91d69a6842931/7.52.1/en-US