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,