cancel
Showing results for 
Search instead for 
Did you mean: 

creating quotation through bapi

Former Member
0 Kudos

hi all,

I have created a Quotation using a bapi using 'BAPI_QUOTATION_CREATEFROMDATA2'.

It is giving me the quotation number but when i put that number in VA22 a message is displayed stating that there exits no that quotation number.

I am also getting a warning in the return that the quotation is not complete.

Please help me in this context.

Regards,

nandam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kiran,

There are certain BAPIs where the numbers are alloted even in without_commit mode.

Chk if the without_commit mode is set to false.

If yu get a warning that quotation is incomplete it is obvious that your quotation has not been created. a number allotment isnt a guarantee that the quotation has been created.

Regards

MK