SAP SCREEN ABEXA

Get Example source ABAP code based on a different SAP table
  


ARTIClE

User Dialogs
This example demonstrates the classic user dialog - selection screen, screen, 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 screen that displays the value of the field. The MESSAGE statement sends the text as a message. Finally, it is written to the basic list of the program using a WRITE statement.