Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

To enable type-ahead for an input field on a screen

Former Member
0 Kudos
831

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.

3 REPLIES 3

retired_member
Product and Topic Expert
Product and Topic Expert
353

Seems that dynpro 4242 does not exist, or does it? Is it active?

0 Kudos
353

May i know the process how to exist the 4242

0 Kudos
353

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