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

EXT_ROW in BAPI_ENTRYSHEET_CREATE

Former Member
0 Likes
432

Hi everybody,

I am having trouble using BAPI_ENTRYSHEET_CREATE:

The data for the entrysheet is provided by a subsystem.

When creating the entrysheet in SAP, I would like to keep the numbering of the service positions as it is provided by the subsystem. Like this, the corresponding positions in the subsystem and in SAP could be identified easily.

The table structure BAPIESLLC does have a field ext_row, which should be the line number as represented in ML81N. However, the BAPI ignores the numbering I provide in this field. Instead all positions obtain new numbers starting with 10 counting in steps of 10.

Thank you for any suggestions, Kathrin!

2 REPLIES 2
Read only

Former Member
0 Likes
385

Hi,

Try to findout any userexit available for this transaction ML81N. or instead of BAPI_ENTRYSHEET_CREATE try to use BAPI_SERVICE_GET_DETAIL. I am not used this BAPI's. So just try it!

Thanks&Regards,

-Suresh Revuru

Read only

Former Member
0 Likes
385

Did you solve this, I'm experiencing the same problem.