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

BAPI_OUTB_DELIVERY_CHANGE missing table parameter to update storage location for outbound delivery

Former Member
0 Likes
1,577

Hello,

I developing a RF scanner module program in which we are doing PGR for outbound delivery.

So to do PGR we need to fill the storage location if they are blank with the appropriate value in the line item of delivery.

I am doing PGR using WS_DELIVERY_UPDATE' which works fine but how do i update the storage location of outbound delivery ?

I searched in many forums and got the BAPI BAPI_OUTB_DELIVERY_CHANGE' to update it.

Links :http://scn.sap.com/message/4284774

but as mention in many links there is table item_data_spl that does the trick.

item_data_spl             = lt_item

I am not able to see this table in my system .

I am on Ecc 5 version?

So somebody please let me know how do we update the storage location or any one has come across the same situation?

BDC is the last option which I think as i need to avoid this since VL02n is a enjoy transaction.

Thanks

Ritesh

Hello,

I developing a RF scanner module program in which we are doing PGR for outbound delivery.

So to do PGR we need to fill the storage location if they are blank with the appropriate value in the line item of delivery.

I am doing PGR using WS_DELIVERY_UPDATE' which works fine but how do i update the storage location of outbound delivery ?

I searched in many forums and got the BAPI BAPI_OUTB_DELIVERY_CHANGE' to update it.

Links :http://scn.sap.com/message/4284774

but as mention in many links there is table item_data_spl that does the trick.

item_data_spl             = lt_item

I am not able to see this table in my system .

I am on Ecc 5 version?

So somebody please let me know how do we update the storage location or any one has come across the same situation?

BDC is the last option which I think as i need to avoid this since VL02n is a enjoy transaction.

Thanks

Ritesh

4 REPLIES 4
Read only

Former Member
0 Likes
1,188

hello,

did you try 'BAPI_GOODSMVT_CREATE' ?

best regards,

swanand

Read only

0 Likes
1,187

Hello swanand,

I have tried the 'BAPI_GOODSMVT_CREATE'  but it doesnt wrk to do the PGR for movement type 671 or 673.

So i am using the FM WS_DELIVERY_UPDATE' to do the PGR but for some deliveries the storage location might not be updated in the delivery so i need to update the storage location first for the Outbond delivery.

Please let me know if any body has updated the Storagel location for a outbound delivery.

Thanks

Ritesh

Read only

0 Likes
1,187

Hello,

see if these help.

BAPI_OUTB_DELIVERY_CHANGE

SHP_BAPI_OBDLV_CHANGE_CALL

SHP_BAPI_DELIVERY_CHANGE

best regards,

swanand

Read only

Former Member
0 Likes
1,187

Hi,

Try passing storage location to VBPOK_TAB-LGORT in WS_DELIVERY_UPDATE. It should work.

Regards,

R