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

problem when using BAPI_OUTB_DELIVERY_SPLIT_DEC

mohamed_samir21
Explorer
0 Likes
1,458

Hi experts ,

I'm trying to use BAPI_OUTB_DELIVERY_SPLIT_DEC to split a delivery with large QTY into  smaller deliveries but i'm getting the error LEDSP 083 with text  

"You must enter a new delivery number for a decentralized split of &1" but i do not have the new delivery NO ,

and error LEDSP 037 with text "Function module &1 was terminated with exception &2 (&3)"

any idea how to solve these errors ?

or if their is any other FM that i can use to split delivery .

2 REPLIES 2
Read only

Former Member
0 Likes
974

Hi, Check the number range assignment for Delivery with the help of functional consultant. If the number range is internal, then system has to pick the new Delivery automatically. If range is external, you need to provide a new Delivery no (DELIVERY-DELIVERYNEW) to this method.

Regards,

Vijaymadhur.

Read only

0 Likes
974

Hi Vijaymadhur ,

the number range is internal but still the FM asking for the new number range .