cancel
Showing results for 
Search instead for 
Did you mean: 

Want User Exit (OR) BADI in VL01N

Former Member
0 Kudos
1,114

Hi All,

I am trying to create deleivery from VL01 and making post goods issues.

After i did that got delivery and material document.

My question: After i click the Post goods issue in VL01n, i want to create

new material document after system creating default material

document.

Here is example: From vl01n -> i am ghetting Del# 39000012

Material Doc# 490000011

after this i want to create new Material document # 490000012. (like this)

Thats means when i create the delivery from VL01N, will get the del# and 2 materila documents #.

Please any one kows any exit or BADi for the same.

I tryed with BADI, like LE_SHP_GOODSMOVEMENT and wrote my code in below method..

IF_EX_LE_SHP_GOODSMOVEMENT~CHANGE_INPUT_HEADER_AND_ITEMS

After i did the above, its giving result but thats not correct.

First it saves my own document and then it saves the System defined material doc..

But i want fisrt system defined materila doc# then my own newly created material doc#..

Please suggest if any one knows the same..

Thanks,

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rao,

<b>Userexits</b>

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

V53W0001 User exits for creating picking waves

V53C0002 W&S: RWE enhancement - shipping material type/time slot

V53C0001 Rough workload calculation in time per item

V50S0001 User Exits for Delivery Processing

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50R0002 Collective processing for delivery creation

V50R0001 Collective processing for delivery creation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50PSTAT Delivery: Item Status Calculation

V02V0004 User Exit for Staging Area Determination (Item)

V02V0003 User exit for gate + matl staging area determination (headr)

V02V0002 User exit for storage location determination

V02V0001 Sales area determination for stock transport order

<b>Business Add-in</b>

DELIVERY_ADDR_SAP Address Change in Delivery Processing

DELIVERY_PUBLISH Announcement of delivery data during database update

Reward pts if found usefull

Regards

Sathish

Former Member
0 Kudos

Hi,

Use the BADI MB_DOCUMENT_BADI and use the method MB_DOCUMENT_UPDATE. THis method will be called in update task...

Thanks

Naren

Former Member
0 Kudos

Hi Naren,

Thanks for the reply, but it will be called from MB1B not fromVL01N i guess..

I want it from VL01N.

Can i know the menu path for this badi..

Thanks,

Former Member
0 Kudos

Check with include : MV50AFZ1

I guess you can write in FORM USEREXIT_SAVE_DOCUMENT

keep the break point in few form routines and see the results

Thanks

Seshu