‎2012 Apr 08 8:28 PM
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
‎2012 Jul 13 11:12 AM
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.
‎2012 Jul 13 11:12 AM
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.