cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for service entry sheet

Former Member
0 Kudos

Hi !

The user wants to accept services entry sheet in mass, I'm looking for a BAPI to do that ...do you know some?

I found :

BAPI_ENTRYSHEET_CREATE

BAPI_ENTRYSHEET_DELETE

BAPI_ENTRYSHEET_GETDETAIL

BAPI_ENTRYSHEET_GETLIST

BAPI_ENTRYSHEET_GETRELINFO

BAPI_ENTRYSHEET_RELEASE

BAPI_ENTRYSHEET_RESET_RELEASE

Obs.: Its not to release ..its just to accept the service entry sheet (the green flag in the ml81n).

Thanks,

Rodrigo

Accepted Solutions (1)

Accepted Solutions (1)

amit_choudhary6
Active Contributor
0 Kudos

Use BAPI_ENTRYSHEET_RELEASE if you have a release strategy for Service entry sheets.

amit_choudhary6
Active Contributor
0 Kudos

If you do not have a release strategy set then use BAPI_ENTRYSHEET_CREATE. Just pass the service entry sheet number and ACCEPTANCE indicator = X.

amit_choudhary6
Active Contributor
0 Kudos

I just tested BAPI_ENTRYSHEET_CREATE. You will need to pass following data:

Service Entry Sheet Number

PO Number

Item Number

Posting Date

Document Date

Acceptance = X (to release)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rodrigo,

I have same requirement.

Which Bapi did you use and tell me what are the parameters you passed.

Regards,

Amod

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi,

fin_entry = 'X'.

above mentioned flag indicator in header level enter remove acceptance indicator and try . . .

i hope this will help

regards

srini

Former Member
0 Kudos

Hi!

I tried with this fields however it shows a error message : E SE 214 Update error.

When I set the Test update it creates another service entry sheet .

Any tips?

Thanks a lot,

Rodrigo