Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

screen exit in purchase order MM06E005

Former Member
0 Kudos

Dear Experts.

I have implemented a USER EXIT (MM06E005) to tcode ME21N at header level (Add new tab and one field in it) and respective field getting updated in the table EKKO.

But my problem is that field is not display at ME23N transaction.

So please give me some idea or some code to solve this problem.

Good answers will be rewarded.

This was the suggestion given in earlier thread.

If sy-tcode = '<TCODE>'.

loop at screen.

if screen-name = <FIELDNAME>.

screen-input = '0'.

modify screen.

endloop.

endif.

I have tried using this piece of coding also, but still it is not working. Plz help me in this regard. Its very urgent.

Valid points are suitably rewarded.

thks in advance,

nagarajan

2 REPLIES 2

Former Member
0 Kudos

Hi Nagarajan,

Please go through this link.,

http://www.saptechnical.com/Tutorials/ExitsBADIs/MM/MM01.htm

In this link you will be finding some piece of code where you can find the required field to be displayed in display mode in MM03. I think this would help you.

Cheers,

Swamy Kunche

Former Member
0 Kudos

Hi Nagaragan,

Can u send the code u have written and in which exit.

Thanks.