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

Function Module for creating Quotation

cvp
Participant
0 Likes
1,730

Hi All,

Is there any BAPI to create Quotation? Please provide me the details for the same.

Regards,

Chakri

2 REPLIES 2
Read only

Former Member
0 Likes
864

Check one of these:

BAPI_QUOTATION_CREATEFROMDATA

BAPI_QUOTATION_CREATEFROMDATA2

Read only

former_member181966
Active Contributor
0 Likes
864

Try :

Quotation

BAPI_CUSTOMERQUOTATION_CHANGE Change Customer Quotation

BAPI_QUOTATION_CREATEFROMDATA Customer quotation: Create customer quotation

BAPI_QUOTATION_CREATEFROMDATA2 Customer Quotation: Create Customer Quotation

CALL FUNCTION 'BAPI_QUOTATION_CREATEFROMDATA'

EXPORTING

CONVERT_PARVW_AUART = CONVERT_PARVW_AUART

WITHOUT_COMMIT = WITHOUTCOMMIT

ORDER_HEADER_IN = ORDERHEADERIN

IMPORTING

RETURN = RETURN

BILLING_PARTY = BILLINGPARTY

SHIP_TO_PARTY = SHIPTOPARTY

SOLD_TO_PARTY = SOLDTOPARTY

SALESDOCUMENT = SALESDOCUMENT

TABLES

ORDER_CFGS_INST = ORDERCFGSINST

ORDER_CFGS_PART_OF = ORDERCFGSPARTOF

ORDER_CFGS_VALUE = ORDERCFGSVALUE

ORDER_CFGS_REF = ORDERCFGSREF

ORDER_ITEMS_OUT = ORDERITEMSOUT

ORDER_PARTNERS = ORDERPARTNERS

ORDER_ITEMS_IN = ORDERITEMSIN

EXCEPTIONS

OTHERS = 01.

Pl..award the points

Thanks

Message was edited by: Saquib Khan