Code :
REPORT ZVP_RADIO_BUTTON_POSITION.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 2(10) TEXT-001.
PARAMETERS: RB1 RADIOBUTTON GROUP RBG.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 2(10) TEXT-002.
PARAMETERS: RB2 RADIOBUTTON GROUP RBG.
SELECTION-SCREEN END OF LINE.
Note: Goto - Text Elements - Text Symbols - Put the name of button.
Output :
IDE Used To Test This Code : ABAP Editor.
Try this code in your computer for better understanding. Enjoy the code. If you have any Question you can contact us or mail us.We will reply you as soon as possible.
REPORT ZVP_RADIO_BUTTON_POSITION.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 2(10) TEXT-001.
PARAMETERS: RB1 RADIOBUTTON GROUP RBG.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 2(10) TEXT-002.
PARAMETERS: RB2 RADIOBUTTON GROUP RBG.
SELECTION-SCREEN END OF LINE.
Note: Goto - Text Elements - Text Symbols - Put the name of button.
Output :
IDE Used To Test This Code : ABAP Editor.
Try this code in your computer for better understanding. Enjoy the code. If you have any Question you can contact us or mail us.We will reply you as soon as possible.
Post a Comment