cancel
Showing results for 
Search instead for 
Did you mean: 

Change in EXIT_SAPLRSAP_004 at C_T_HIENODE3 on version 7.50

gregor_kolck
Participant
0 Kudos

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".

I cannot find any documentation on this change.

What would be a good way to handle it?

- Change our coding

- Change TABLES definition

- other?

Best Regards

Gregor

Accepted Solutions (0)

Answers (1)

Answers (1)

gregor_kolck
Participant
0 Kudos

Error has been solved:

There was an error made during SPAU auf upgrade to 7.50.

After Parameter has been changed to correct type again everything worked fine.