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 to simulate outbound delivery creation

Former Member
0 Likes
2,568

Hi All,

I would like to know if there is any BAPI which can simulate the outbound delivery creation.

For eq. BAPI_SALESORDER_SIMULATE exists to simulate sales order

Hi All,

I would like to know if there is any BAPI which can simulate the outbound delivery creation.

For eq. BAPI_SALESORDER_SIMULATE exists to simulate sales order

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
1,183

Google -> BAPI simulate delivery site:sap.com -> https://archive.sap.com/discussions/thread/1587666

I don't think this is a very common scenario and am not aware of any designated simulation BAPIs. It may not be entirely kosher but the way some companies do "simulation" is just call regular creation BAPI and then don't COMMIT. Don't forget the ROLLBACK, of course.

Although, quite honestly, I'm not sure why you'd need it for delivery creation. What would that achieve? I can understand PGI but creation is pretty straightforward.

Simulation makes sense for the sales order because a lot of information gets determined at that point (ATP, pricing, etc.). Not the case for delivery.