cancel
Showing results for 
Search instead for 
Did you mean: 

Shipping Compliance - set for all items

Former Member
0 Kudos

Hello everyone,

Regarding the transaction MIGO, i have some PO with many items that should have shipping compliance. Is there any way to set equal shipping compliance for all items in one shot?

Best Regards,

João Felgueiras

Accepted Solutions (1)

Accepted Solutions (1)

Prasoon
Active Contributor
0 Kudos

Hi,

   On a business perspective, the stores person / user has to check the shipping compliance for each material while doing GR and the same has to be entered in MIGO.  

   If you want to update the same shipping compliance for all line items in single shot, there is no standard configuration as of my knowledge. You may go for development using user exit / BAdI.

   Refer the similar thread: Shipping Instruction set as default but not asi... | SCN

Regards,

AKPT

Answers (2)

Answers (2)

Former Member
0 Kudos

I had try to use MB_MIGO_BADI - LINE_MODIFY, but a message is displayed:

"BADI: You are not allowed to change the field contante of GOITEM-EVERE".

Any solution?

former_member183424
Active Contributor
0 Kudos

Is your shipping compliance means shipping instruction ?

If yes, then you can use MEMASSPO to change the shipping instruction...

You can set equal for all line item in a one shot....

If not, then please elaborate about shipping compliance..

Former Member
0 Kudos

Hi Dev Patra,

I want to set the compliance with shipping instruction for all items, As an example.

I want to select a compliance and replicate for all items, avoiding the message:

Is there any exit to do this?

Thanks

former_member183424
Active Contributor
0 Kudos

As we know all line items are individual here in MIGO.

And also there are no mass maintenance during goods movement in MIGO.

So you may need to go for a development. By using an user exit or badi, you can set the value fixed for all line items or you can set a logic to pick the value automatically as per your selection criteria.

Find an user exit or badi with the help of this document

Then consult with your ABAP to call the user exit or badi during the transaction MIGO.

Former Member
0 Kudos

You can use MB_MIGO_BADI - LINE_MODIFY method and copy the compliance from 1st item to the rest