‎2008 Mar 17 11:16 AM
Hi,
which is the standard BAPI to save the Quotation details that means creating Quotation. please help me
‎2008 Mar 17 11:21 AM
Hi,
Try BAPI_QUOTATION_CREATEFROMDATA to create quotation.
To change Quotation we use BAPI_CUSTOMERQUOTATION_CHANGE.
Reward if helpful.
Regards,
Ramya
‎2008 Mar 17 11:27 AM
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
‎2008 Mar 17 11:32 AM
Hi Hima,
You can use two BAPIs:
BAPI_QUOTATION_CREATEFROMDATA
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.