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

BAPI_QUOTATION_CREATEFROMDATA issue

Former Member
0 Likes
599

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
514

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

3 REPLIES 3
Read only

Former Member
0 Likes
514

WITHOUT_COMMIT = 'X'.

Regards

Prabhu

Read only

Former Member
0 Likes
515

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

Read only

Former Member
0 Likes
514

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