Hi,
I have a need to have a block of code like this:
SELECTION-SCREEN: BEGIN OF LINE. PARAMETERS: abc TYPE some_type. PARAMETERS: def AS CHECKBOX. SELECTION-SCREEN: END OF LINE.
abc and def are defined as Selection Text but I do not see any text of these elements when I execute the report.
Without SELECTION-SCREEN: BEGIN OF LINE I can see the text. I need to have these two elements on one line.
Also, how can I create a text element in SAP GUI?
Thank you.