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
922

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
653

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.

1 REPLY 1
Read only

Former Member
654

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.