Hi, all.
I got problems in using BAPI_ENTRYSHEET_CREATE in EHP7 for SAP ERP 6.0.
After updated EHP7 and the function 'BAPI_ENTRYSHEET_CREATE' has new subroutines.
it's about 188 line.
* fill extrenal tables from internal data
PERFORM map_ext_data TABLES entrysheetaccountassignment
entrysheetservices
entrysheetsrvaccassvalues
entrysheetservicestexts.
this subroutine has very strange line in 49.
MOVE-CORRESPONDING h_bapieskl TO p_entrysheetsrvaccassvalues .
the problem is
h_bapieskl LIKE bapieskl and p_entrysheetsrvaccassvalues STRUCTURE bapiesklc
bapieskl's NET_VALUE field is 23(4) and bapieskl's NET_VALUE field is 11(2).
every time I got run time error net_value is over 11(2).
I ask for the SAP support and they said 'It's hard to recreated situations'.
So, I commented that lines.
Is anyone has same situations or problems?
Regards,
Jinho