Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

ME21/22/23N (user exit) PBO

$
0
0

Hi Experts,

 

I have created a new tab with custom field for ME21/22/23N and I need to enable/disable parameter based on the tcode entered.

I found same problems in the internet and tried the solutions given but I cant figure out what I am missing.

 

I have entered my code in PBO and tried not to use validation first but still it does not disable the parameters.

 

Here is my code:

SAPMM06E      0111

PROCESS BEFORE OUTPUT.

* MODULE STATUS_0111.

MODULE modify_screen.

 

PROCESS AFTER INPUT.

* MODULE USER_COMMAND_0111.

 

MODULE MODIFY_SCREEN OUTPUT.

LOOP AT SCREEN.

     screen-input = '0'.

     MODIFY SCREEN.

ENDLOOP.

ENDMODULE.   


Viewing all articles
Browse latest Browse all 8332

Trending Articles



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