SAP DYNPRO RADIO BUTTON ABEXA

Get Example source ABAP code based on a different SAP table
  


ARTICLE

Screens, Checkboxes and Radio Buttons
The example shows how to process checkboxes and radio buttons on screens.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
The static next screen number of screen 100 is 100. The screen fields field1 to field3 have been defined as not ready for input in the Screen Painter. Choosing one of the three radio buttons triggers the event PAI passing the function code RADIO and the field contents of the screenfields to the ABAP program. The dialog module user_command_0100 fills the fields field1 to field3 based on the radio button chosen. They are displayed when the screen is sent the next time. Choosing the checkbox also triggers the event PAI. In this case, the function CANCEL is passed to the ABAP program, and the dialog module user_command_0100 immediately ends the program.