Hi Experts,
Can anybody confirm me the procedure for writing a customer exit for Hierarchy variable:
Below is the proceudre followed by me .
1-Created a Hierarchy variable in BEx
2-go to transaction cmod
3-used an existing project
4-Enhancement RSR00001
5-Component EXIT_SAPLRRS0_001
6-Go to INCLUDE ZXRSRU01
7- Write ABAP code
In my include I already have some code like this
WHEN 'ZWM_CHECK_TQ0001'.
CASE I_VNAM.
WHEN 'ZREQ_PSA'.
IF I_STEP = 2.
-
-
endcase.
Questions
1- What is 'ZWM_CHECK_TQ0001' here? BEx Query ID how to get it?
2- What is 'ZREQ_PSA'? Variable name or something else.
3- Where I can find the Best documentation on customer exist for hierarchy? I have seen doc on service.sap.com
4- E_T_RANGE is the table for returning the values. but this is having following
L_S_RANGE-LOW =
L_S_RANGE-HIGH =
L_S_RANGE-OPT =
L_S_RANGE-SIGN =
I want to send one internal table where to put that in this? an possible option for low/high/opt/sign
Thanks in advance.
Regards,
Lalit