cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Service Entry Sheet Created By Bapi BAPI_ENTRYSHEET_CREATE

Former Member
0 Kudos
632

I am using this BAPI in my program to Create the entry sheet. Although my output shows that the entry sheet has been created and also displays the Entry sheet no.

but when i check in the tables ESSR or EKBE it says no records found.Also when i check in me23n against the Purchase Order it does not appear there.

What could be the problem and what is the solution to it?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Done

former_member193326
Active Contributor
0 Kudos

Hi,

if it only happens in few cases, then it would be better if you woul open a ticket at SAP, as it is necessary that an expert has a look at your system.

Best Regards,

Arminda Jack

former_member193326
Active Contributor
0 Kudos

HI,

Normally after you test a BAPI in transaction SE37 you should make a COMMIT. For this, please go in transaction SE37 to function modile/test/test sequence and there enter fort BAPI_ENTRYSHEET_CREATE and in the second line BAPI_TRANSACTION_COMMIT. Afterwards you execute the transaction as normal, enter your test data and run it. Once the BAPI_ENTRYSHEET_CREATE is finishes, you press the green arrow and it will lead you to the BAPI_TRANSACTION_COMMIT, there you enter an "X" and run it. This way the database will be updated.

Best Regards,

Arminda Jack

Former Member
0 Kudos

i have commited the BAPI also.but this still happens and it happens only in a few cases.