2006 Apr 05 4:08 PM
Hi All,
Is there any BAPI to create Quotation? Please provide me the details for the same.
Regards,
Chakri
Hi All,
Is there any BAPI to create Quotation? Please provide me the details for the same.
Regards,
Chakri
2006 Apr 05 4:10 PM
Check one of these:
BAPI_QUOTATION_CREATEFROMDATA
BAPI_QUOTATION_CREATEFROMDATA2
2006 Apr 05 4:10 PM
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
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |