Question:
Hi SAP fans,
What is the correct syntax to handover a variable in command URL?
I have a hierarchy for 0COSTCENTER and I want to handover the node S06010300 in the 0CO_AREA 0601 (compound characteristic).
The Problem is, that the Variable window always takes the characters 1-4 and shows it as 0CO_AREA
e.g.
http://home.de:8000/sap/bw/bex?sap-language=DE&CMD=LDOC&infocube=CUBE1&query=QUERY1&CMD=PROCESS_VARIABLES&SUBCMD=VAR_SUBMIT&VAR_NAME_1=ZZCKSTH2&VAR_VALUE_EXT_1=S06010300
Variable window shows S060/S06010300.
If I use the variable window manually instead and select the node I get S06010300 (and this works).
?
GRK
Answer:
hy
to set variable for hierarchy you need to add also
VAR_NODE_IOBJNM_1=
set the value of the above parameter to what you see in the infoobject while displaying the hierarchy in rsa1
the value for VAR_VALUE_EXT_1 can be seen in the node name while displaying the hierarchy in rsa1
hope it helps
Answer:
Thanks very much - it works.
GRK