cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

HI All

I am trying to run the HRXSS_PER_READ_P0006_XX in se37

Keep on getting a short dump , what's wrong

Thanks

Theo

0 Likes
View Entire Topic
Former Member
0 Likes

Take a look at the similar problem and explanation posted here:

Your problem is that you are not calling the function modules in the right sequence. You need to first call HRXSS_PER_INIT_PERNR in order to initialise the "xss_adapter" object which is part of the global data for function group HRXSS_PER_MAC. This xss_adapter is referred to in the other READ function modules and so needs to be initialised before usage.

Hope this helps.