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.
BEGIN OF LINE will create single line with all parameters inside it.
If you place any of the components in the same line, selection text symbols won't work. You need to use COMMENT to display texts. Change Texts under Text Elements
Output will be displayed as below on Input Screen when Executing Program.
Comments
Post a Comment