Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delivery split based on amount value

Former Member
0 Likes
500

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.

2 REPLIES 2
Read only

arindam_m
Active Contributor
0 Likes
465

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

Read only

Former Member
0 Likes
465

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.