Skip to Content
0
Former Member
Nov 26, 2006 at 09:00 PM

SELECTION-SCREEN: BEGIN OF LINE.

97 Views

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.