‎2007 Jan 15 4:04 PM
I was looking to capture data of migo that is stored in the tables zxxx and zyyyy while Purchase order is entered and MIGo was posted.I had to get a POP up of zyyyy transaction (table maintenance generation of table zyyyy) .
can anyone help me with this issue.
Thanks
‎2007 Jan 15 5:29 PM
Hi Hema,
Please try BADI MB_MIGO_BADI and user exits EXIT_SAPLIE01_007 (enhancements IQSM0007). These will be triggered when you save the document.
I could not find either in SAP 4.7 and ECC 5.0 for EXIT_SAPLMR1M_004.
Regards,
Ferry Lianto
‎2007 Jan 15 4:08 PM
u need to see the user exit for the transaction and specify ur requirement in the user exit.
Award points and close duplicate threads
‎2007 Jan 15 4:16 PM
Please mention the user exit that will trigger when PO# is entered in Migo Transaction
‎2007 Jan 15 4:17 PM
Hi,
You can use the user exit EXIT_SAPLMR1M_004..Which will be triggered after entering the PO number..
Thanks,
Naren
‎2007 Jan 15 4:26 PM
Naren
when I tried EXIT_SAPLMR1M_004 it is saying it doesn't exist.
can U mention the enhancement name.
thanks.
‎2007 Jan 15 4:27 PM
‎2007 Jan 15 4:31 PM
shall I create this EXIT_SAPLMR1M_004 with a function group
because its asking to save .
Thanks
‎2007 Jan 15 4:32 PM
Hi Hema,
You need to create project (CMOD) in order to use EXIT_SAPLMR1M_004 by attaching enhancement LMR1M001.
Regards,
Ferry Lianto
‎2007 Jan 15 4:34 PM
Hi,
You don't have to create this exit..It should be already there..
Ok..follow the steps..
GOTO SE37..
Give the FM name EXIT_SAPLMR1M_004.
Press the display button..
Double click on the include INCLUDE ZXM08U34.
It will prompt to create the include..Continue creating the include..
Have your code in this include..
To activate the this user exit..
GO to CMOD..
Give a project name..
Press create..
Give the enhancement name LMR1M001
Then save the project..
And then activate the project ..In the menu choose..Project -> activate project..
Thanks,
Naren
‎2007 Jan 15 4:39 PM
Naren
When I tried in se37 it is giving msg as
function module EXIT_SAPLMR1M_004 does not exist
I know that it should display but why is this happening
‎2007 Jan 15 4:45 PM
‎2007 Jan 15 4:52 PM
‎2007 Jan 15 5:01 PM
Hi,
Sorry..The user exit that I mentioned is for MIRO and not for MIGO..Sorry for the confusion..
But I am working on 4.6C..I am not sure about 4.6B..
I got the following enhancements for the transaction MIGO.
MBCF0002 Customer function exit: Segment text in material doc. i
MBCF0005 Material document item for goods receipt/issue slip
MBCF0006 Customer function for WBS element
MBCF0007 Customer function exit: Updating a reservation
MBCF0009 Filling the storage location field
MBCF0010 Customer exit: Create reservation BAPI_RESERVATION_CREA
MBCF0011 Read From RESB and RKPF For Print List in MB26
MBCFC003 Maintenance of batch master data for goods movements
MBCFC004 Maintenance of batch specifications for goods movements
I will let you know which user exit will be triggered after entering the PO number..
Thanks,
Naren
‎2007 Jan 15 5:23 PM
‎2007 Jan 15 5:29 PM
Hi Hema,
Please try BADI MB_MIGO_BADI and user exits EXIT_SAPLIE01_007 (enhancements IQSM0007). These will be triggered when you save the document.
I could not find either in SAP 4.7 and ECC 5.0 for EXIT_SAPLMR1M_004.
Regards,
Ferry Lianto
‎2007 Jan 15 5:58 PM
Thanks a lot Ferry
user exit EXIT_SAPLIE01_007 is working for me.
thanks a lot
hema
‎2007 Jan 16 12:34 PM
‎2007 Feb 01 7:33 PM
About the EXIT_SAPLMR1M_004... try to find in se37
EXIT_SAPLMR1M_* and then choose
here's another question.. for MIRO, should i post it here or should i create another topic?
When I tried to enter the enhancement name to the project, in cmod transaction, the system sends an error : "SAP enhancement LMR1M001 already belongs to the project ZJMM_001" and when i access this project the enhancement is not there, so i add it and the system query for a function module.
So i create a new function module and then when i try to assign the module. the system sned another error message "The function module name its in the Standard SAP set"
Does anyone had a similar problem?
‎2007 Feb 02 12:31 AM
try to post a new postbecause yours is about MIRO transaction.
and try to make changes in the same functional module dont change the project name and everything just make the changes in the same exit....
If the project is already in use you cannot create a new one as per my knowledge try to post new topic
‎2007 Feb 03 4:14 PM
Hi,
Use this enhancement .
MBCF0002 Customer function exit: Segment text in material doc. i
There is function exit "EXIT_SAPMM07M_001". This gets called before save.
Sunil