cancel
Showing results for 
Search instead for 
Did you mean: 

Change BWART in Transaction VLMOVE

Former Member
0 Kudos

Hi all,

we use transaction VLMOVE with process 0007 (Plant transfer (one-step procedure)). This process uses BWART 301. Is there a user exit or something else to use process 0007 with another BWART? But this should not always be so. So in some cases e.g. when target plant = 0001 then use BWART 301 and if target plant = 0002 then use BWART 901.

Thanks to all

Max

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I fixed it with a new BWART and an Enhancement which reads a z-customizing.

Thanks

harry_wu
Contributor
0 Kudos

Hi,

Are you going to post the movement via delivery?

If yes, you can consider to use the userexit or badi in delivery processing.

E,g,

Check the documentation via;

IMG -> LE -> Shipping -> System modification -> BADIs

======================================================================================================

BADI: IF_EX_LE_SHP_DELIVERY_PROC,

method: FILL_DELIVERY_ITEM

You use this method to populate your own fields in the delivery item with data. This method is called when a delivery item is created.

======================================================================================================