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

Simulation BAPI for Quotation

former_member211679
Participant
0 Likes
1,646

Hi All,

What is the Simulation BAPI for Quotation in SAP SD ?

Thanks

Sumit

1 ACCEPTED SOLUTION
Read only

former_member211679
Participant
0 Likes
1,158

Hi,

I found that BAPI_SALESORDER_SIMULATE  is also used for Simulation of Quotation by changing

sales document type (AUART ) as AG/QT.

Use the normal BAPI 'BAPI_QUOTATION_CREATEFROMDATA2' with TESTRUN = 'X'


3 REPLIES 3
Read only

DominikKraemer
Active Participant
0 Likes
1,158

Use the normal BAPI 'BAPI_QUOTATION_CREATEFROMDATA2' with TESTRUN = 'X'


Read only

Former Member
0 Likes
1,158

Hi

Try to use:

BAPI_QUOTATION_CREATEFROMDATA2

Max

Read only

former_member211679
Participant
0 Likes
1,159

Hi,

I found that BAPI_SALESORDER_SIMULATE  is also used for Simulation of Quotation by changing

sales document type (AUART ) as AG/QT.