‎2016 May 04 10:13 AM
Hi all,
I have two requirements of batch process for ML81N.
1, Delete some entry sheets.
2, Replace the lines for an entry sheet by using the given lines.
I am try to use BAPI and I found this http://scn.sap.com/thread/3667583
But this article is about to create an entry sheet.
Can anyone give some help?
‎2016 May 04 11:25 AM
‎2016 May 10 8:44 AM
Hi, I have deleted the entry sheet by using BAPI. Thanks for the info,
But how can I update the lines, I have gone through the below BAPIs.
BAPI_ENTRYSHEET_CHECK Check Service Entry Sheet
BAPI_ENTRYSHEET_CREATE Create Entry Sheet
BAPI_ENTRYSHEET_DELETE Delete Entry Sheet
BAPI_ENTRYSHEET_GETDETAIL Display Detailed Data on Entry Sheet
BAPI_ENTRYSHEET_GETLIST List Entry Sheets
BAPI_ENTRYSHEET_GETRELINFO Detailed Release Information Relating to Entry Sheet
BAPI_ENTRYSHEET_RELEASE Release Entry Sheet
BAPI_ENTRYSHEET_RESET_RELEASE Cancel Release of Entry Sheets
But there is no update BAPIs among them.
Acutually, my requirement is to replace the existing lines by new lines which are stored in the internal table.
Maybe I need to delete the old lines first and then create the new lines.