cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_CUSTOMERQUOTATION_CHANGE / GATP Issue

Former Member
0 Kudos

Hi Gurus,

We have a program that from R3 side creates a quotation by using  BAPI_QUOTATION_CREATEFROMDATA2 and BAPI_TRANSACTION_COMMIT. During that it performs the GATP check and confirms the Schedule Line.

Then for some reason program uses BAPI_CUSTOMERQUOTATION_CHANGE (& BAPI_TRANSACTION_COMMIT) to "change" the current ITEM line of the created quotation, the issue here is that this ITEM does not confirm because there were some Temporary Stock Assignment (TSA) objects created during the first creation and those were not deleted.

Example:

Quotation item created for 100 Units and TSA created on GATP side for 100 units.

Quotation item re-created for 100 units but unable to confirm (TSA are holding the supply of 100 units).

Why are these TSA not being deleted? I cannot see anything on /n/SAPAPO/AC06.

Best regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Christopher,

You need to delete user name and generation dates in AC06 and select all the check boxes in product availability and execute.Then you can seeTemp. Stock Assignments/ Temp. Qty Assignments. Becuase these TQAs might be created for earlier or later date.

Thanks,

Bala.

Former Member
0 Kudos

I have tried as you mentioned with same result (no TQAs).