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

Outbound Delivery Split with abap

mohamed_samir21
Explorer
0 Likes
941

Hi All ,

i need to do the functionality of TCODE VLSP in my ABAP Program ,

is There is any FM , BAPI to achieve that in my ERP System ? .

and if there is some thing can you please provide an explanation for the required parameters to be passed to this FM .

Hi All ,

i need to do the functionality of TCODE VLSP in my ABAP Program ,

is There is any FM , BAPI to achieve that in my ERP System ? .

and if there is some thing can you please provide an explanation for the required parameters to be passed to this FM .

2 REPLIES 2
Read only

jitendra_it
Active Contributor
0 Likes
573

Hi Mohamed,

Check bapi BAPI_OUTB_DELIVERY_SPLIT_DEC.

Many Thanks,

Jitendra

Read only

0 Likes
573

Hi Jitendra ,

i tried this BAPI But i have two problems with it :

1-  the delivery number range is internal number range and i do not have a number to pass it to parameter DELIVERYNEW , i tried to provide a dummy number which is incorrect but was trying to see how the function work .

2- i need to split the QTY in the delivery so i'm passing a value N to parameter DELIVERYITEMSBELONGTO  but i do not know which values to pass to structure ITEMDATA

so if you can help with sample data for this structure and provide a function to fetch the new delivery number from number range  .

Thanks ,

Mohamed