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

Re: while Customizing me23n the fields are not disable

$
0
0

Following the step :

 

PROCESS BEFORE OUTPUT.


   MODULE status_0101.

 

implement the MODULE status_0101 .

 

write the code :

 

MODULE status_0101 OUTPUT.

*  SET PF-STATUS 'xxxxxxxx'.

*  SET TITLEBAR 'xxx'.

 

    IF SY-TCODE = 'ME23N'.

 

     LOOP AT SCREEN.

 

       IF SCREEN-NAME = 'EKKO_CI-ZZPOHDR_SPIN'.   //field name

 

         SCREEN-INPUT = 0.

 

         MODIFY SCREEN.

 

       ENDIF.

 

     ENDLOOP.

 

   ENDIF.

 

ENDMODULE.                 " STATUS_0101  OUTPUT


Viewing all articles
Browse latest Browse all 3510

Trending Articles



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