SAP SCREEN ABEXA



Get Example source ABAP code based on a different SAP table
  



User Dialogs
This example demonstrates the classic user dialogs selection screen, dynpro, message, and list.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
First, an input field is created on the standard selection screen using PARAMETERS. Then, CALL SCREEN is used to call a dynpro that displays the value of the field. The statement MESSAGE sends the text as a message. Finally, it is written to the basic list of the program using WRITE.