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

Re: module pool non editable screen field.

$
0
0

Hi Christina,

 

If my understanding is correct, your code should be as below:

 

 

IF screen-name = 'ZASN-ASNNO'.

  SELECT SINGLE ASNNO FROM ZASN INTO LV_ASN WHERE ASNNO = ZASN-ASNNO.

       IF SCREEN-NAME = 'ZASN-ASNNO' and  LV_ASN+0(3) = 'SCC'.

           LOOP AT SCREEN.

             IF    screen-name = 'ZMT112_DMRRGATE-CONFDA'   OR

                  screen-name = 'ZMT112_DMRRGATE-NTGEW'      OR

                  screen-name = 'ZMT112_DMRRGATE-MAGRV'   .

                  screen-input = 0.

                  modify screen.

         ENDIF.

         endloop.

ENDIF.

ENDIF.


Viewing all articles
Browse latest Browse all 9110


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