Application Development and Automation 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: 
Read only

User exit in Me41 Tcode

Former Member
0 Likes
761

Hi all,

In Me41 we enter Purchase requisition number and I want that number in the next screen in Collection number field.

One field value in the other field.

Is there any user exit for getting one field input into other field automatically?

Thx

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
627

I didnt find any exit or badi trigerring for this so

as per you requirement field RM06E-ANFNR must be moved to EKKO-SUBMI of screen 301.

goto se80 - choose program SAPMM06E - screen 301 - in PBO module feldauswahl - routine feldauswahl

create an implicit enhancement and just add the code EKKO-SUBMI = RM06E-ANFNR.

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
628

I didnt find any exit or badi trigerring for this so

as per you requirement field RM06E-ANFNR must be moved to EKKO-SUBMI of screen 301.

goto se80 - choose program SAPMM06E - screen 301 - in PBO module feldauswahl - routine feldauswahl

create an implicit enhancement and just add the code EKKO-SUBMI = RM06E-ANFNR.

Read only

0 Likes
627

Thanks Keshu for quick reply,

I have done the same but couldn't see the change.

Tell me what is implicit enhancement?

thx

Read only

0 Likes
627

Reference link:[Creating implicit enhancement|http://www.sapdev.co.uk/enhance/eframework/ef_implicit.htm]

Follow these steps and do the same in the begining of the routine.