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 needed for VL32 (Post goods receipt) and VT02 shipment transaction

Former Member
0 Kudos
247

Hi,

We are currently updating quantities and Performing a Post Goods Receipt against all associated inbound deliveries using BDC (VL32).

Also, updating the completion date of associated shipments by BDC (VT02).

As part of upgrade intiative ECC 6.0, we are trying to avoid BDC and looking for suitable BAPI's for the above tasks.

Please help us in this regard,

Thanks,

Madhan.

1 REPLY 1

Former Member
0 Kudos
164

Hi,

Please look following BAPI in Tcode BAPI.

For Transport

go tp Tcode BAPI --- > Logistic Exection ---> Transportaion .

For Billing.

go tp Tcode BAPI --- > Logistic Exection -> Shopping- >Inbound Delivery

You find many more BAPI in this Transaction.

BAPI for PGi is BAPI_GOODSMVT_CREATE.

To change the header details of a shipment use

SD_SHIPMENT_HEADER_CHANGE

To change the stage data use

SD_SHIPMENT_STAGE_APPEND

SD_SHIPMENT_STAGE_CHANGE

SD_SHIPMENT_STAGE_CHECK

SD_SHIPMENT_STAGE_DELETE

SD_SHIPMENT_STAGE_INSERT

To add deliveries to shipment use

SD_DELIVERY_ASSIGN_TO_SHIPMENT

Thanks & Regards.

ShreeMohan

Edited by: ShreeMohan Pugalia on Jul 17, 2009 8:18 AM