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

Bapi for ML81N Transaction

raffinkira
Participant
0 Likes
1,467

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?

2 REPLIES 2
Read only

Former Member
0 Likes
803

Hi Ming Yu,

Please check thread

Regards,

PrAvIn

Read only

0 Likes
803

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.