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: 

About BAPI_SALESORDER_SIMULATE

Former Member
0 Kudos

Hello, Gurus:

I have 2 question regarding BAPI_SALESORDER_SIMULATE.

1. This BAPI is for simulation purpose. however, can I get existing information of a sales order, for example, conditions in a sales order from this BAPI ?

2. If yes, how I may get the conditions ?

I observed there is a OrderConditionEx , it is an exporting parameter for a table. However, I tried many times but can not get the condition.

Thank you for your help

Regards

Forrest

2 REPLIES 2

former_member194669
Active Contributor
0 Kudos

Did you tried with bapi BAPISDORDER_GETDETAILEDLIST and check for exporting table from bapi ORDER_COND_*

0 Kudos

This is a perfect suggestion.

Thank you !

Forrest