Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Toggle in CJ20N Transaction

$
0
0

Hi Dwaraknandha

I believe you should be doing something like this :

 

loop at screen.

  if sap_display_only = 'X'.

* You might want to check your screen fields  here

      screen-input = 0.

  else.

    screen-input = 1.

  endif.

  modify screen.

endloop.

 

Regards

Ram


Viewing all articles
Browse latest Browse all 10425

Trending Articles



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