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

Re: modifying select options

$
0
0

It's possible with this code bellow, but I still don't see the reason to do it....

 

field-symbols: <any> type any.

 

 

at selection-screen output.

    loop at screen.

        if screen-name cp '*%_APP_%-TO_TEXT'.

            assign (screen-name) to <any>.

            if sy-subrc eq 0.

                <any> = '-'.

            endif.

        endif.


Viewing all articles
Browse latest Browse all 8635

Trending Articles



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