cancel
Showing results for 
Search instead for 
Did you mean: 

No Record Found in CO1P

eirene210
Explorer
0 Kudos

hi Gurus

i am doing a production order confirmation with 101 (E) and 261 movementy via BAPI_PRODORDCONF_CREATE_TT

the return message i received was production order XXXX has been saved, however when i wanted to post auto GR and backflush in CO1P, it showed no record found

could you please advise me at which my step went wrong ?

thanks 

Accepted Solutions (1)

Accepted Solutions (1)

arjuna_bandara
Active Participant

Hi ,

Are you testing the function module using SE37?

If you haven’t, use ‘BAPI_TRANSACTION_COMMIT’ in the test sequence to commit the transaction and save the record in the database.

eirene210
Explorer
0 Kudos

Hi Arjuna, yes.. i am using SE37 to perform production order confirmation, do i still need to run with BAPI_PRODORDCONF_CREATE_TT before BAPI_TRANSACTION_COMMIT ?

arjuna_bandara
Active Participant
0 Kudos
Hi, you need to maintain test sequence containing confirmation BAPI first, and the commit BAPI. you can refer the blog https://community.sap.com/t5/enterprise-resource-planning-blogs-by-members/how-to-test-bapi-function...

Answers (0)