on 2019 Mar 08 5:16 AM
Hi All,
I have Done batch split in mv50afzz for t code vl01n, Succesfully batch split happened , but while saving am receiving dump" Assert condition Violated"
For standard Batch split there is no error while saving, but for abap development showing the error.
I think am missing to pass something from LIPS or Xlips. Below is my code . Plz Help me
Move corresponding fields from lips to xlips.
move 900001 to xlips-posnr.
move lips-posnr to xlips-uecha.
move 'batch1' to xlips-charg.
wa_xlips-lfimg = quantity / Not lfimg of lips
wa_xlips-lgmng = quantity / Not lgmng of lips
wa_xlips-ntgew = netweight * no. of . batches
wa_xlips-brgew = gross weight * no. of . batches
append xlips.
lips-kcmeng = lips-lfimg. / Cumulative qunantiy of splietd batches
lips-lfimg = 0.
lips-lgmng = 0.
lips-ntgew = 0.
lips-brgew = 0.
Request clarification before answering.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.