Application Development 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: 

Bapi : BAPI_OUTB_DELIVERY_SPLIT_DEC

Former Member
0 Kudos

Hi,

i am trying to split delivery using the BAPI_OUTB_DELIVERY_SPLIT_DEC. This was suggested by the group only...Thanks for the help.

I would also like to know if i can use the same BAPI to split the delivery which has lines items packed i.e can i split the delivery using packing No. and not line item no. This feature is supported in VLSP transaction. Pls suggest can i use the same BAPI or we have a different to split the outbound delivery based ob packing number.

If same bapi can be used what is the parameter i have to take care.

Rgds

Roopa

15 REPLIES 15

former_member188685
Active Contributor
0 Kudos

Hi,

you need to pass delivery number, item data.

  CALL FUNCTION 'BAPI_OUTB_DELIVERY_SPLIT_DEC'
        EXPORTING
          delivery              = it_data-vbeln
          deliverynew           = it_del_new-vbeln_new
          deliveryitemsbelongto = 'O'
          businessprocess       = '0001'
        TABLES
          itemdata              = it_itemdata
          return                = it_retc1.

Regards

vijay

0 Kudos

Hi Vijay,

Thanks for the reply but in item data u have the provision for passing the delivery no. and item no. ( posnr) not the handling unit no. right. i was trying to do a split with handling unit no as my delivery gets created with packing material.

Pls reply any means to use the same BAPI or any other BAPi available.

Rgds

Roopa

0 Kudos

Hi ROopa,

we used it for Both, like By HU split as well item wise split.

Regards

vijay

0 Kudos

Hi Viya,

If used for HU can u send me the parametes to be passed in item date to have the split dome. This will be of great help.

Rgds

Roopa

0 Kudos

Hi Vijay,

Pls reply back with the parameter to be passed to the table itemdata.

Rgds

Roopa

0 Kudos

Hi,

Can you reply me on the availability of a BAPI/FM to do a delivery split of an delivery having handling units i.e in other words Handling unit spilt in to new deliveries.

Thanks in advance.

0 Kudos

Hi Roopa,

we have developed our own FM using BAPI <b>BAPI_OUTB_DELIVERY_SPLIT_DEC</b> .

Regards

vijay

0 Kudos

Hi Vijay,

I you dont have problem can u pls send the customised FM to my mail id roopa_sap@yahoo.com.

Rgds

Roopa

0 Kudos

Hi Roopa,

Is it ok if i send it after some time,

Regards

vijay

0 Kudos

Hi Viya,

No problem but pls try to send it as soon as possible.

Rgds

Roopa

0 Kudos

Hi Vijay,

were u able to send the FM. Pls check and confirm.

Rgds

Roopa

0 Kudos

Hi,

there are lot of cusom structures and tables check that.

Regards

vijay

0 Kudos

Hi Vijay,

Thanks a ton... i will look into it.

Rgds

Roopa

0 Kudos

there are some custom tables and strucs inside, one FM also there i guess.

get back if you have some doubt.(sorry in delay)

Regards

vijay

0 Kudos

Hi Vijay,

Could you post to this thread the FM you developed to split an outbound delivery at a handling units level? Unfortunately, I cannot include my contact info in this message. I would truly appreciate your help.

Thank you,

Gene

Edited by: Gennadiy Medvedovskiy on Dec 3, 2010 6:26 AM