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

Re: How to check change mode in ME23N ?

$
0
0

At First.

 

Go -> EXIT_SAPMM06E_006 . Then GOTO->GLOBAL DATA ->INCLUDE ZXM06TOP .

write the following Code :

DATA : W_TRTYP LIKE T160-TRTYP .

 

And write the following code. This include program - ZXM06U36.

 

W_TRTYP = I_TRTYP .

 

And finally go to PBO :

 

IF SY-TCODE = 'ME23N'.

 

     IF W_TRTYP = 'A'.

 

       LOOP AT SCREEN.

 

         IF SCREEN-NAME = 'EKKO_CI-ZZPOHDR_SPIN'.

 

 

           SCREEN-INPUT = 0 .

 

           MODIFY SCREEN.

 

         ENDIF.

 

       ENDLOOP.

      Endif .

    Endif .


Thanks & Regards


Roton .


Viewing all articles
Browse latest Browse all 3510

Trending Articles



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