Symptom
- A customer exit variable for hierarchy nodes is used in a BW query
- Run the query, below error is hit:
Value '1234' for variable xxx Hierarchy Node is invalid
BRAIN643
- The exit is coded to fill the hierarchy node variable with a text node of digits only as below:
DATA: l_s_range TYPE rsr_s_rangesid.
.....
CASE i_vnam.
IF i_step = ... .
clear l_s_range.
l_s_range-low = '1234'.
l_s_range-high = '0HIER_NODE'.
l_s_range-opt = 'EQ’
l_s_range-sign = 'I'.
append l_s_range to e_t_range.
ENDIF.
ENDCASE.
Read more...
Environment
- BW system
- Release independent
Product
SAP NetWeaver all versions
Keywords
, KBA , BW-BEX-OT-OLAP-VAR , Using Variables , How To
BRAIN643, BRAIN 643, text node, 0hier_node
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.