‎2009 Oct 22 7:25 AM
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
‎2009 Oct 22 7:49 AM
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.
‎2009 Oct 22 7:49 AM
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.
‎2009 Oct 22 10:17 AM
Thanks Keshu for quick reply,
I have done the same but couldn't see the change.
Tell me what is implicit enhancement?
thx
‎2009 Oct 27 12:53 PM
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.