Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ML81N error message 'Buffer table not up to date'

Former Member
0 Likes
1,012

Hi all,

I have used the BAPI(BAPI_ENTRYSHEET_CREATE) to create Service Entry Sheet (SES)......

The BAPI is functioning alright .

The SES number is generated and the SES details are also updated.

But the problem is that when we try to open the SES in ML81N it gives the message 'Buffer table not up to date' and we are not able to release the SES.

I have gone through all the forum questions on this topic but could not get the resolution.

Please provide me with the resolution

Regards,

Mozila

1 ACCEPTED SOLUTION
Read only

Former Member
743

resolved the issue by passing the following parameters:

BAPI_ESLL-PLN_PCKG  = poservices-PCKG_NO.

BAPI_ESLL-PLN_LINE = poservices-LINE_NO.

poservices you get from BAPI_PO_GETDETAIL.

Hi all,

I have used the BAPI(BAPI_ENTRYSHEET_CREATE) to create Service Entry Sheet (SES)......

The BAPI is functioning alright .

The SES number is generated and the SES details are also updated.

But the problem is that when we try to open the SES in ML81N it gives the message 'Buffer table not up to date' and we are not able to release the SES.

I have gone through all the forum questions on this topic but could not get the resolution.

Please provide me with the resolution

Regards,

Mozila

1 REPLY 1
Read only

Former Member
744

resolved the issue by passing the following parameters:

BAPI_ESLL-PLN_PCKG  = poservices-PCKG_NO.

BAPI_ESLL-PLN_LINE = poservices-LINE_NO.

poservices you get from BAPI_PO_GETDETAIL.