‎2006 Aug 17 1:38 PM
Hi SDN friends,
In the BAPI_QUOTATION_CREATEFROMDATA i want to use the
EXPORTING parameter WITHOUT_COMMIT .
Purpose: If iam using this BAPI, i want the quote should not be created by using WITHOUT_COMMIT .
What is the value need to be passed to resolve the data should not pass to the SAP quote tables.
I need serious answers.
Thanks in advance
vas.
‎2006 Aug 17 1:46 PM
Hi,
Without a explicit commit the quotation will not be created in SAP, if this is what you need to achieve, then pass WIHOUT COMMIT = 'X'.
Then the content is stored in buffer and only when you call a bapi transaction commit then updation in the db occurs.
Reward if helpful.
Regards
‎2006 Aug 17 1:42 PM
‎2006 Aug 17 1:46 PM
Hi,
Without a explicit commit the quotation will not be created in SAP, if this is what you need to achieve, then pass WIHOUT COMMIT = 'X'.
Then the content is stored in buffer and only when you call a bapi transaction commit then updation in the db occurs.
Reward if helpful.
Regards
‎2006 Aug 17 1:49 PM
Hi,
in that case you should give
WITHOUT_COMMIT = 'X'.
since <i>i want the quote should not be created by using WITHOUT_COMMIT .</i>
Regards
vijay