How to show 4 Radio Buttons in a single horizontal line on Input Screen of ABAP Program?

Create Program using Transaction SE38 or Use your any existing custom Program.

Write below code to create Input Screen.

BEGIN OF LINE will create single line with all parameters inside it.
Change Texts for 4 Radio Buttons

Output will be displayed as below on Input Screen when Executing Program.

Input Screen with 4 Radio Button in Horizontal Single Line.

Leave a Comment