2013 Nov 12 7:11 PM
Hello Experts,
There is a requirement where we need to split delivery based on amount value(threshold value) stored in some custom table so that there would be separate deliveries can be done for the less amount value for the corresponding quantity.
Please let me know if there is possibility to do this in any requirement routine or need to do separately in program.
Regards,
Shiv.
2013 Nov 12 11:07 PM
Hi,
USER EXITS or ENHANCEMENTS should be a good starting point. Can you tell the T-Code where you wish to implement the functionality?
Cheers,
Arindam
2013 Nov 13 4:42 AM
Hi,
I think you want to split the deliveries from sales orders. If this is the situation you can split the delivery by SD routines ( VOFM )- data transfer-deliveries.
Compare the amount value (CVBAP-netwr ) with your customized table.
If you eant spplit the delivery.
concatenate cvbap-vbeln cvbap-posnr into likp-zukrl.
endif.
Thanks,
Kiran.