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: 

MIGO Transaction!!!

Former Member
0 Kudos

Hi,

We have a requirement from the client for the changes in MIGO.

Requirement is,

there is a field (Qty in Unit of Entry), where default value after entering PO number is the complete ordered quantity as per PO (see screenshot below).

Hence booking goods receipt often ends up in booking the complete quantity, even just having received a part of the delivery. Therefore field has to be blank after entering the transaction/PO number.

Please let us know whether this is possible or not?

Thanks!!!

7 REPLIES 7

P561888
Active Contributor
0 Kudos

Hi Ramesh,

Could you please explain me little bit abt this....

Regards,

bharani

Former Member
0 Kudos

Hi,

In MIGO, If we select a purchase order or something else, the corresponding material text, quantity and so on will be displayed on General Tab.

On the same screen, we have some more tabs like Material, Quantity Where Purchase order Data Partner and so on..

Now In Quantity, there are 3 fields like :

Qty in Unit of Entry

Qty in Delivery Note

Qty Ordered.

In the above three fields, Qty ordered and Qty in Unit of Entry is coming as the same values per the current functionality.

But the client reqt is Qty in Unit of Entry should be blank always.

This is the requirement.

Please let us know whether this is possible or not as this one is standard one.

P561888
Active Contributor
0 Kudos

ok i think we can do that one...

former_member223537
Active Contributor
0 Kudos

Hi,

Implement BADI MB_DOCUMENT_BADI & add the validation in the method MB_DOCUMENT_UPDATE.

Best regards,

Prashant

0 Kudos

Hi,

Thanks for your response. I have gone thru the method MB_DOCUMENT_UPDATE and parameters XMKPF XMSEG and xvm07m are in place.

But In my case, the associated table is GOITEM and the component is ERFME(Quantity in Unit of Entry).

How can we add this? While trying to do the changes, it is asking for the access key.

Please advice...

Ramesh.

former_member223537
Active Contributor
0 Kudos

Hi Ramesh,

Well in that case pls check ME_PROCESS_PO_CUST badi in SE18.

You will have to implement the BADI in SE19 so that it wont ask for access key.

Best regards,

Prashant

0 Kudos

Hi,

These are the BADIs in place in MIGO tcode.

MB_ME_CSGMT_BADI_SAP

MB_MIGO_ITEM_BADI

MB_MIGO_BADI

BADI_SERIAL_IN_STO

/SAPMP/SPLIT_POPUP

/CWM/DEFAULT_MIGO.

What you suggested the BADI, that is not in place.