cancel
Showing results for 
Search instead for 
Did you mean: 

Hierarchy Node Customer Exit Variable

claudio_ciardelli2
Participant
0 Kudos

Hello,

I am trying to create a user exit for a 0CUST_SALES characteristic variable of tyope hierarchy node.

I tested the user exit with both 'single value' and 'multiple single values' variables.

In both cases I correctly fill the E_T_RANGE internal table with the compoundend 0CUST_SALES.

The result I expect when running the query with this variable is to dispaly sales info on the returned 0CUST_SALES value but also on all child nodes of the 0CUST_SALES hierarchy.

My problem is that the report only shows data for the selected node.

If I replace my user exit variable by a manual entry hierarchy node variable, I get the whole subtree below the selected hierarchy node.

Does someone know how to explai such behaviour?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184494
Active Contributor
0 Kudos

Claudio,

Please refer:

http://help.sap.com/saphelp_nw04/helpdata/en/61/579b3c494d8e15e10000000a114084/frameset.htm

it may be of help , also have a external HTTPS breakpoint on the user exit to verify the value being passed.

Arun

Message was edited by: Arun Varadarajan