Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8808

Re: Get value of checkbox when using at line selection

$
0
0

Hi Jan

 

Check this code.  -  Just add the highlighted statement in REPORT keyword.  (NO STANDARD PAGE HEADING)

 

REPORT ZT1 NO STANDARD PAGE HEADING.

DATA test TYPE c Value ' ' .

WRITE test AS CHECKBOX.
Write 'Hallo??'.
AT LINE-SELECTION.
    READ Line 1 FIELD VALUE test.
  If test = 'X' .
    Write 'Hallo'.
    Else.
     Write 'Tschüss'.
  ENDIF.


Viewing all articles
Browse latest Browse all 8808

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>