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

standard BAPI for Quotation

Former Member
0 Likes
535

Hi,

which is the standard BAPI to save the Quotation details that means creating Quotation. please help me

3 REPLIES 3
Read only

Former Member
0 Likes
501

Hi,

Try BAPI_QUOTATION_CREATEFROMDATA to create quotation.

To change Quotation we use BAPI_CUSTOMERQUOTATION_CHANGE.

Reward if helpful.

Regards,

Ramya

Read only

Former Member
0 Likes
501

Hi,

BAPI_ACC_SALES_QUOTA_CHECK Accounting: Check Customer Quotation

BAPI_ACC_SALES_QUOTA_POST Accounting: Post Customer Quotation

Please reward points if useful.

Regards

Rose

Read only

Former Member
0 Likes
501

Hi Hima,

You can use two BAPIs:

  1. BAPI_QUOTATION_CREATEFROMDATA

  2. BAPI_QUOTATION_CREATEFROMDATA2

(1) BAPI_QUOTATION_CREATEFROMDATA ,this BAPI is released in 4.0A version .

(2) BAPI_QUOTATION_CREATEFROMDATA2 this BAPI is released in latest version ,the kernal level patches provides more security when this BAPI is called from an external application across variuos networks.

If ever using the BAPI internally with in sap or calling it from the application within the same network the only diff using the old BAPI wud be in the next future upgrades SAP wud not support the BAPI_QUOTATION_CREATEFROMDATA but the usage wise and functionality wise there is no diff.

Reward helpful answers.

Regards,

Siddhesh Sanghvi.