cancel
Showing results for 
Search instead for 
Did you mean: 

How to Clear Reservations With BAPI bapi_prod_create_TT ?

Former Member
0 Kudos

Hello ,

Actually we are getting confirmation data from 3rd party system to SAP through XML files and We are processing these XML files by Z Program and doing confirmation for the production orders.

In Z program we are calling the standard BAPI and passing the input parameters to the bapi_prod_create_tt and still the reservations are not getting cleared.

So can you please let us know the solution for clearing of reservations ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

I suppose you are referfing to BAPI_PROCORDCONF_CREATE_TT, right? In this case, you should set the flag CLEAR_RES in table TIMETICKETS to have the reservations cleared. You should also check if there is no error with the goods movements in CO1P and COGI.

Regards,

Caetano

Former Member
0 Kudos

Yes im referring to the BAPI BAPI_PROCORDCONF_CREATE_TT , it was typo error.

I have made the clear reservations Tick in the time tickets still the reservations are hanging and there were no records in CO1P and COGI.

Goods movement have posted successfully , so please suggest whether im missing any checks ?