sapdev logo background
sapdev logo sapdev logo
Comments

SAP DYNPRO IN OUT FIELD ABEXA documentation, setup help and example usage



Return to SAP documentation index


ARTIClE

Screens, Processing Input and Output Fields
The example shows how to process screen fields local in the program.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
The static next screen number of screen 100 is 100. The screen fields of
output , box1 , box2 , and box3 have been defined as not ready for input in Screen Painter. The length of
input is specified so that the user can enter a nine-digit integer without thousands separators. However, the display in the output field contains up to two thousands separators. If the length of
input had remained 11 digits, a runtime error could occur if users do not set thousand separators. The user entries in the input fields are passed to the ABAP program in the PAI event triggered by
ENTER and then assigned to the output fields in the dialog module user_command_100 . The next time the screen appears, the screen fields contain the appropriate values. The input fields are set in the dialog module init_screen_100 in the event PBO .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




DYNPRO_HOLD_DATA_ABEXA
DYNPRO_MOD_SIMPLE_ABEXA




comments powered by Disqus