‎2006 Mar 09 3:37 PM
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!
‎2006 Mar 09 3:49 PM
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
‎2007 Feb 12 9:07 AM