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

IDOC TPSSHT01 - Subsequent delivery split

Former Member
0 Likes
1,021

Hello All,

How do i invoke subsequent delivery split for a shipment order via idoc TPSSHT01.

I want to create a shipment order for a delivery and then invoke subsequent delivery split for the qty received via idoc TPSSHT01.

Thanks for your help in advance.

-Naga

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
786

Hi,

Try using the BAPI's:

SHP_BAPI_DELIVERY_SPLIT_DEC

BAPI_OUTB_DELIVERY_SPLIT_DEC (to split outbound delivery).

Hope it works,

Thanks,

Sandeep

Hi,

Try using the BAPI's:

SHP_BAPI_DELIVERY_SPLIT_DEC

BAPI_OUTB_DELIVERY_SPLIT_DEC (to split outbound delivery).

Hope it works,

Thanks,

Sandeep

4 REPLIES 4
Read only

Former Member
0 Likes
787

Hi,

Try using the BAPI's:

SHP_BAPI_DELIVERY_SPLIT_DEC

BAPI_OUTB_DELIVERY_SPLIT_DEC (to split outbound delivery).

Hope it works,

Thanks,

Sandeep

Read only

Former Member
0 Likes
786

Thanks Sandeep,

I will try it and let you know.

Read only

0 Likes
786

hey Naga,

I have a simillar requirement as yours, to create a shipment order for a delivery and then invoke subsequent delivery split for the qty received via idoc TPSSHT01.

Can you let me know how you were able to do it. Also appreciate if you could know me the steps involved.

Thanks

Ram

Read only

Former Member
0 Likes
786

Wrote own logic to split the delivery and passed the required parameters to BAPI - BAPI_OUTB_DELIVERY_SPLIT_DEC.

Thank you everyone for the help