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

Migo

Former Member
0 Likes
2,317

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,215

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

19 REPLIES 19
Read only

Former Member
0 Likes
2,215

u need to see the user exit for the transaction and specify ur requirement in the user exit.

Award points and close duplicate threads

Read only

Former Member
0 Likes
2,215

Please mention the user exit that will trigger when PO# is entered in Migo Transaction

Read only

Former Member
0 Likes
2,215

Hi,

You can use the user exit EXIT_SAPLMR1M_004..Which will be triggered after entering the PO number..

Thanks,

Naren

Read only

0 Likes
2,215

Naren

when I tried EXIT_SAPLMR1M_004 it is saying it doesn't exist.

can U mention the enhancement name.

thanks.

Read only

Former Member
0 Likes
2,215

Hi,

The enhancement name is LMR1M001

THanks,

Naren

Read only

0 Likes
2,215

shall I create this EXIT_SAPLMR1M_004 with a function group

because its asking to save .

Thanks

Read only

Former Member
0 Likes
2,215

Hi Hema,

You need to create project (CMOD) in order to use EXIT_SAPLMR1M_004 by attaching enhancement LMR1M001.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
2,215

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

Read only

0 Likes
2,215

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

Read only

Former Member
0 Likes
2,215

Hi,

Which version of sap are you working??

Thanks,

Naren

Read only

0 Likes
2,215

4.6b (in the meanwhile upgrade is going on)

Read only

Former Member
0 Likes
2,215

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

Read only

0 Likes
2,215

thanks Naren.

Read only

Former Member
0 Likes
2,216

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

Read only

0 Likes
2,215

Thanks a lot Ferry

user exit EXIT_SAPLIE01_007 is working for me.

thanks a lot

hema

Read only

0 Likes
2,215

use EXIT_SAPLMR1M_003 .

Read only

0 Likes
2,215

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?

Read only

0 Likes
2,215

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

Read only

Former Member
0 Likes
2,215

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