2008 May 08 6:19 PM
Hi,
I am trying to add new line item in quotation using BAPI_CUSTOMERQUOTATION_CHANGE in SE37 tcode.
i am passing quote number, line item update flag as I, item number 30, material number, quantity, and set the check boxes for these 3 fields as X in item check box table.
i did not get any error messages but it does not create any new line item.
i believe i am missing some key fields to insert in those tables.
can any one tell me which fields must pass to BAPI to create quotation or change quotaion?
Giri
2008 May 08 6:45 PM
u need to call bapi_transaction_cmmit after calling ur qutation bapi.. which is possible in a program...
Hi,
I am trying to add new line item in quotation using BAPI_CUSTOMERQUOTATION_CHANGE in SE37 tcode.
i am passing quote number, line item update flag as I, item number 30, material number, quantity, and set the check boxes for these 3 fields as X in item check box table.
i did not get any error messages but it does not create any new line item.
i believe i am missing some key fields to insert in those tables.
can any one tell me which fields must pass to BAPI to create quotation or change quotaion?
Giri
2008 May 08 6:22 PM
You will not able to update table by excuting the BAPI from SE37. Write a report and execute it.
Regards,
Amit
2008 May 08 6:45 PM
u need to call bapi_transaction_cmmit after calling ur qutation bapi.. which is possible in a program...
2008 May 08 7:40 PM
is there any BAPI to get quotation details available?
i did not find any... is there FM's available for this?
2008 May 08 8:49 PM
It is not really necessary to create a report for this. You can create a test sequence of function modules. First call you BAPI next, call BAPI_TRANSACTION_COMMIT.
2008 May 08 9:43 PM
Use this one -
BAPI_QUOTATION_GETDETAILBOS
Just pass the sales document number to it.
Regards,
Amit
2008 May 09 3:54 PM
HI Giri,
check BAPISDORDER_GETDETAILEDLIST
in import parameters provide 'X' for desired details like header, item,.........
in tables provide sales document number.
Regards
Syed
2008 May 08 8:54 PM
hi this is correct as said by micky for this use the bapi..
BAPI_TRANSACTION_COMMIT it is sufficient..
regards,
venkat .
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |