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

Re: ABAP REPORT using SQVI, need to hide Layout section

$
0
0

You'll need to add some code inside a "at selection-screen output." event - something like:

 

loop at screen.

  if screen-name cs '%LAYOUT'.

    screen-active = '0'.

    modify screen.

  endif.

endloop.


Jonathan


Viewing all articles
Browse latest Browse all 9236

Trending Articles



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