on 2007 Jul 10 7:00 PM
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,
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Use the BADI MB_DOCUMENT_BADI and use the method MB_DOCUMENT_UPDATE. THis method will be called in update task...
Thanks
Naren
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
105 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.