cancel
Showing results for 
Search instead for 
Did you mean: 

Simulate creation of RFQ using RAP BO

rammel_sapdev
Participant
0 Kudos

Hi,

Previously, we are using BAPI_QUOTATION_CREATEFROMDATA2 to simulate the creation of the quotation. When using the RAP BO(https://api.sap.com/bointerface/I_REQUESTFORQUOTATIONTP), do we have any equivalent functionality? Like if there are during the MODIFY ENTITIES statement, we can call the ROLLBACK ENTITIES? Or is there an equivalent operation/API to do this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Rafal_Gryska
Discoverer
0 Kudos

Are you calling creation from Fiori model or from your own service implementation?

If you are wrapping creation in your own action then you can pass anything to FAILED table and commit statements will not be performed. (I guess the rollback will be executed as well).