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 for VL02N Condition Type

Former Member
0 Kudos

I want to change an existing Delivery(transaction Code: VL02N), by adding a Header Condition Type. I dont want to use any BDC. Can any one recommend any BAPI which handles the Condition Type (KOMV Table) of a Delivery?

2 REPLIES 2

Former Member
0 Kudos

Try

BAPI_INB_DELIVERY_CHANGE - Change inbound delivery

BAPI_INB_DELIVERY_CONFIRM_DEC - for inbound delivery verification from a decentralized system

BAPI_INB_DELIVERY_SAVEREPLICA - Function Module for Replication of Inbound Deliveries

BAPI_OUTB_DELIVERY_CHANGE - for Change to Outbound Delivery

BAPI_OUTB_DELIVERY_CONFIRM_DEC - for Outbound Delivery Verification from a Decentralized System

BAPI_OUTB_DELIVERY_SAVEREPLICA - Function Module for Replication of Outbound Deliveries

Regards

Message was edited by:

Tushar Mundlik

pre
Explorer
0 Kudos

We have similar issue, were in we want to add certain condition type to delivery. Please let us know how you resolved the issue.