Change in EXIT_SAPLRSAP_004 at C_T_HIENODE3 on version 7.50
Jul 20, 2017 at 11:06 AM|52 Views
Hi Experts,
we have a problem with function EXIT_SAPLRSAP_004 based on RSAP0001 (the customer-exit for hierarchy datasources) that ocurred after upgrade from 7.01 to 7.50
On 7.01 it was
*" TABLES
...
*" C_T_HIENODE3 OPTIONAL
On 7.50 it is
*" TABLES
...
*" C_T_HIENODE3 TYPE RSAP_T_HIENODE OPTIONAL
Now I get an error with our coding
...
LOOP AT C_T_HIENODE to tablines WHERE IOBJNM <> '0HIER_NODE'.
READ TABLE C_T_HIENODe3 WITH KEY NODEID = C_T_HIENODe-Parentid.
...
Include ZXRSAU04 The specified type does not have a structure and therefore does not have a component called "NODEID".
Add comment