2006 May 01 5:33 PM
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
Hi Roopa,
we have developed our own FM using BAPI <b>BAPI_OUTB_DELIVERY_SPLIT_DEC</b> .
Regards
vijay
2006 May 01 5:40 PM
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
2006 May 01 6:02 PM
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
2006 May 01 6:41 PM
Hi ROopa,
we used it for Both, like By HU split as well item wise split.
Regards
vijay
2006 May 02 9:26 AM
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
2006 May 02 5:34 PM
Hi Vijay,
Pls reply back with the parameter to be passed to the table itemdata.
Rgds
Roopa
2006 May 09 11:14 AM
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.
2006 May 09 11:24 AM
Hi Roopa,
we have developed our own FM using BAPI <b>BAPI_OUTB_DELIVERY_SPLIT_DEC</b> .
Regards
vijay
2006 May 09 11:51 AM
Hi Vijay,
I you dont have problem can u pls send the customised FM to my mail id [email protected].
Rgds
Roopa
2006 May 09 11:59 AM
2006 May 09 12:20 PM
Hi Viya,
No problem but pls try to send it as soon as possible.
Rgds
Roopa
2006 May 09 2:53 PM
Hi Vijay,
were u able to send the FM. Pls check and confirm.
Rgds
Roopa
2006 May 09 3:00 PM
Hi,
there are lot of cusom structures and tables check that.
Regards
vijay
2006 May 09 3:23 PM
2006 May 09 3:27 PM
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
2010 Dec 03 5:23 AM
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
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |