SAP ABAP Class CL_EQ_BICS_GW_RT (runtime (BICS) calls for EQ GW)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT-BICS-EQ (Application Component) BICS Easy Query
     BW_BICS_EQ (Package) Easy Query
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_EQ_BICS_GW_DT Designtime-BICS call for EQ GW 20120829
Properties
Class CL_EQ_BICS_GW_RT  
Short Description runtime (BICS) calls for EQ GW    
Super Class CL_EQ_BICS_GW_DT Designtime-BICS call for EQ GW 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package BW_BICS_EQ   Easy Query 
Created 20120817   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_EQ_BICS_RUNTIME Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_BICS_MD_CHARACTERISTIC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 IF_BICS_QV_CHARACTERISTIC Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
5 IF_BICS_VARIABLE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_EQ_BICS_GW_RT has no interface implemented.
Friends
Class CL_EQ_BICS_GW_RT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 N_MISSING_AUTHORITY Instance attribute Public Type reference (TYPE) ABAP_BOOL Authority for Query is missing 20130308
2 N_R_QUERY_VIEW Instance attribute Public Object reference (TYPE REF TO) IF_BICS_QV Query View 20120829
3 N_T_COLUMN_DESCRIPTION_RT Instance attribute Public Type reference (TYPE) RSEQ_T_GWI_QUERY_STRUC Runtime columndescription 20120829
4 N_T_ENHANCE_CHAR_PRESENTATIONS Instance attribute Public Type reference (TYPE) TN_T_ENHANCED_CHARACTERISTIC characters enhanced with present. n_c_txt_key_external 20120829
5 N_T_ROW_DESCRIPTION Instance attribute Public Type reference (TYPE) RSEQ_T_ROW_DESCRIPTION Metadata Rows for Grid of Generated Easy Query 20120829
6 P_R_VARIABLE_CONTAINER Instance attribute Private Object reference (TYPE REF TO) IF_BICS_VARIABLE_CONTAINER Variables Container 20120829
7 P_T_FIELD_SELECTION_KEYF Instance attribute Private Type reference (TYPE) CL_EQ_BICS_RUNTIME=>TN_T_CHARACTERISTIC_ORDER Buffer Keyfigure Selection 20130919
8 P_T_VARIABLES Instance attribute Private Type reference (TYPE) IF_BICS_VARIABLE=>TN_T_VARIABLE Variable List 20120829
9 P_T_VARIABLE_INPUT Instance attribute Private Type reference (TYPE) RSEQ_T_GWI_SELECT_OPTION selection options for query variable 20120829
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_SUBMIT_NEEDED Instance method Public Method Check if Variablencontainer submit is needed 20120921
2 CHECK_VARIABLES_AND_SUBMIT Instance method Public Method Check and submit variable container 20120829
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120829
4 DECODE_KEYS Instance method Public Method Decode GW Row ID: Determine Variables and Char. Values 20120829
5 GET_RESULT_SET Instance method Public Method read query result set for GW 20130724
6 GET_RESULT_SET_OLD Instance method Public Method read query result set for GW 20130724
7 GET_RS_ELEMENTS_RT Instance method Public Method read query RS struckturelements für GW via QV-Layer 20120829
8 GET_VALUE_HELP Instance method Public Method F4: read queryvariable charactervalues 20121012
9 PRECHECK_VARIABLES Instance method Public Method Check Query for Mandatory Variables 20120829
10 SET_FIELD_SELECTION Instance method Public Method set field selection 20120829
11 SET_FILTER_SELECTION Instance method Public Method set filter selection 20120829
12 SET_SORT_ORDER Instance method Public Method set sort order 20130404
13 SET_VARIABLES_VALUES Instance method Public Method Set Values of Query Variables 20120829
14 _ADD_ROWDESCRIPTION_DATA Instance method Public Method Insert Additional Info from Row Description 20120829
15 _BUILD_KEY_FOR_CHAR_VALUE Instance method Private Method GW ROWID Part of the Characteristic Values 20120829
16 _BUILD_KEY_FOR_QVARIABLES Instance method Private Method GW ROWID Part of the Query Variables 20120829
17 _CHECK_FOR_COMPOUNDED_CHAR Instance method Private Method check characters and character values 20120829
18 _CHECK_VAR_INPUT Instance method Private Method check input for character variables 20120829
19 _CHECK_VAR_INPUT_FOR_HIERNODES Instance method Private Method check input for hierarchynotes 20120829
20 _ENHANCE_CHAR_PRESENTATIONS Instance method Private Method check presentations and enhance it for RowID 20120829
21 _GET_CHAR_MEMEBER_COMP_VALUE Instance method Private Method get char.values with presentation KEY for value with KEY_NC 20120829
22 _GET_RS_ELEMENTS_KEYFIGURE_RT Instance method Private Method read query RS struckturelements (only keyf.part) via QV-l. 20120829
23 _GET_VALUE_EXTERNAL Instance method Private Method Convert to value with external presentation 20130109
24 _MANIPULATE_CHAR_PRESENTATION Instance method Private Method Override Characeristic's Presentation Type 20120829
25 _SET_CHARACTERISTIC_ORDER Instance method Private Method set characteristic order 20120829
26 _SET_FILTER Instance method Private Method Set Filter 20120829
27 _SET_KEYFIGURE_ORDER Instance method Private Method set keyfigures 20120829
28 _SET_SORT_ORDER_CHAR Instance method Private Method set sort order for characters 20130405
29 _SET_SORT_ORDER_KEYF Instance method Private Method set sort order for keyfigures 20130405
30 _SET_VARIABLES_NODE_SELECTION Instance method Private Method Set Variables Value for Node Selection 20120829
Events
Class CL_EQ_BICS_GW_RT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TN_CHARACTERISTIC_ORDER Public Type reference (TYPE) IF_BICS_OBJECT=>TN_NAME 20120829
2 TN_S_ENHANCED_CHARACTERISTIC Public See coding 20120829 begin of tn_s_enhanced_characteristic, name type if_bics_object=>tn_name, id type if_bics_md_characteristic=>tn_id, ref type ref to if_bics_qv_characteristic, end of tn_s_enhanced_characteristic
3 TN_S_SELECTION_VALUE Public See coding 20120829 begin of tn_s_selection_value , name type fieldname, sign type raldb_sign, option type rsz_operator, low type rschavl, high type rschavl, end of tn_s_selection_value
4 TN_S_SORT_ORDER Public See coding 20130404 begin of tn_s_sort_order , name type fieldname, sort_order type char10, sort_type type char1, "default sort by key -> sort_type =' ' end of tn_s_sort_order
5 TN_T_CHARACTERISTIC_ORDER Public See coding 20120829 tn_t_characteristic_order type table of tn_characteristic_order
6 TN_T_ENHANCED_CHARACTERISTIC Public See coding 20120829 tn_t_enhanced_characteristic type standard table of tn_s_enhanced_characteristic with key name with unique sorted key id_key components id
7 TN_T_FIELDS Public See coding 20120829 tn_t_fields type table of rsfieldsel
8 TN_T_SELECTION_VALUE Public See coding 20120829 tn_t_selection_value type standard table of tn_s_selection_value with default key
9 TN_T_SORT_ORDER Public See coding 20130404 tn_t_sort_order type standard table of tn_s_sort_order with default key
10 TN_T_STRING Public See coding 20120829 tn_t_string type standard table of string with default key
Method Signatures

Method CHECK_SUBMIT_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120921

Method CHECK_SUBMIT_NEEDED on class CL_EQ_BICS_GW_RT has no exception.

Method CHECK_VARIABLES_AND_SUBMIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120829

Method CHECK_VARIABLES_AND_SUBMIT on class CL_EQ_BICS_GW_RT has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QUERY Call by reference Type reference (TYPE) RSZCOMPID Name (ID) einer Reporting-Komponete 20120829

Method CONSTRUCTOR on class CL_EQ_BICS_GW_RT has no exception.

Method DECODE_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_CHARACTERS Call by reference Type reference (TYPE) ANY TABLE 20120829
2 Exporting E_T_FIELD_SELECTION Call by reference Type reference (TYPE) TN_T_FIELDS List of the requested fields 20130919
3 Exporting E_T_QUERY_VAR_INP Call by reference Type reference (TYPE) RSEQ_T_GWI_SELECT_OPTION Selektionsoptionen mit Variable und Query 20120829
4 Importing I_ROW_ID Call by reference Type reference (TYPE) STRING ROWID 20120829
5 Importing I_T_QUERY_VAR_MD Call by reference Type reference (TYPE) RSEQ_T_GWI_QVAR 20120829
# Exception Resumable Description Created on
1 CX_SY_CONVERSION_NO_NUMBER System-Exception bei Umwandlung in eine Zahl 20120829
2 CX_SY_RANGE_OUT_OF_BOUNDS System-Exceptions bei Teilfeldzugriff außerhalb der Grenzen 20120829

Method GET_RESULT_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATA_GRID Call by reference Type reference (TYPE) STANDARD TABLE Datengrid 20130724
2 Exporting E_T_MESSAGE_LOG Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20130724

Method GET_RESULT_SET on class CL_EQ_BICS_GW_RT has no exception.

Method GET_RESULT_SET_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_DATA_GRID Call by reference Type reference (TYPE) STANDARD TABLE Data Grid 20130724
2 Exporting E_T_MESSAGE_LOG Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130724

Method GET_RESULT_SET_OLD on class CL_EQ_BICS_GW_RT has no exception.

Method GET_RS_ELEMENTS_RT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_COLUMN_DESCRIPTION Value transfer Type reference (TYPE) RSEQ_T_GWI_QUERY_STRUC Spalten Beschreibung für GateWayIntegration 20120829

Method GET_RS_ELEMENTS_RT on class CL_EQ_BICS_GW_RT has no exception.

Method GET_VALUE_HELP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_VALUE_HELP Value transfer Type reference (TYPE) RSEQ_T_VALUE_HELP Wertehilfe (F4) 20121012
2 Importing I_VAR_NAME Call by reference Type reference (TYPE) RSZVNAM Name (ID) einer Berichtsvariablen 20121012

Method GET_VALUE_HELP on class CL_EQ_BICS_GW_RT has no exception.

Method PRECHECK_VARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting I_S_MESSAGE Call by reference Type reference (TYPE) BAPIRET2 Return Parameter 20130308
2 Exporting R_INPUT_NEEDED Value transfer Type reference (TYPE) ABAP_BOOL boolsche Variable (X=true, -=false, space=unknown) 20120829

Method PRECHECK_VARIABLES on class CL_EQ_BICS_GW_RT has no exception.

Method SET_FIELD_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_FIELDS Call by reference Type reference (TYPE) TN_T_FIELDS Schnittstelle: Liste der angeforderten Felder 20120829
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120829

Method SET_FIELD_SELECTION on class CL_EQ_BICS_GW_RT has no exception.

Method SET_FILTER_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_FILTER Call by reference Type reference (TYPE) RSEQ_T_GWI_SELECT_OPTION Selektionsoptionen mit Variable und Query 20120829
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120829

Method SET_FILTER_SELECTION on class CL_EQ_BICS_GW_RT has no exception.

Method SET_SORT_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_SORT Call by reference Type reference (TYPE) RSEQ_T_SORT_ORDER Sortorder 20130404
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130404

Method SET_SORT_ORDER on class CL_EQ_BICS_GW_RT has no exception.

Method SET_VARIABLES_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MESSAGES Call by reference Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120829
2 Importing I_T_VARIABLES_INP Call by reference Type reference (TYPE) RSEQ_T_GWI_SELECT_OPTION Selektionsoptionen mit Variable 20120829

Method SET_VARIABLES_VALUES on class CL_EQ_BICS_GW_RT has no exception.

Method _ADD_ROWDESCRIPTION_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_RS_GW Call by reference Type reference (TYPE) TABLE Resultset im Gateway-format 20120829

Method _ADD_ROWDESCRIPTION_DATA on class CL_EQ_BICS_GW_RT has no exception.

Method _BUILD_KEY_FOR_CHAR_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_QVAR_KEY Call by reference Type reference (TYPE) STRING 20120829
2 Importing I_QVAR_LEN Call by reference Type reference (TYPE) STRING 20120829
3 Returning R_T_KEY Value transfer Type reference (TYPE) TN_T_STRING Tabelle von Strings 20120829

Method _BUILD_KEY_FOR_CHAR_VALUE on class CL_EQ_BICS_GW_RT has no exception.

Method _BUILD_KEY_FOR_QVARIABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_QVAR_KEY Call by reference Type reference (TYPE) STRING Schlüsselanteil der Query Variablen 20120829
2 Exporting E_QVAR_LEN Call by reference Type reference (TYPE) STRING Schlüssellänge Beschreibung 20120829
3 Importing I_T_QUERY_VAR_INP Call by reference Type reference (TYPE) RSEQ_T_GWI_SELECT_OPTION Selektionsoptionen mit Variable und Query 20120829

Method _BUILD_KEY_FOR_QVARIABLES on class CL_EQ_BICS_GW_RT has no exception.

Method _CHECK_FOR_COMPOUNDED_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_FILTER Call by reference Type reference (TYPE) CL_EQ_BICS_RUNTIME=>TN_S_SELECTION_VALUE Filterkriterium 20120829
2 Returning R_T_FILTER Value transfer Type reference (TYPE) CL_EQ_BICS_RUNTIME=>TN_T_SELECTION_VALUE Filterkriterium im BICS-format 20120921

Method _CHECK_FOR_COMPOUNDED_CHAR on class CL_EQ_BICS_GW_RT has no exception.

Method _CHECK_VAR_INPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_SEL_CAPBILITES Call by reference Type reference (TYPE) IF_BICS_MD_VARIABLE=>TN_S_SELECTION_CAPABILITIES 20120829
2 Importing I_S_VARIABLE Call by reference Type reference (TYPE) RSEQ_S_GWI_SELECT_OPTION Selektionsoptionen mit Variable 20120829
3 Returning R_S_MESSAGE Value transfer Type reference (TYPE) BAPIRET2 Returnparameter 20120829

Method _CHECK_VAR_INPUT on class CL_EQ_BICS_GW_RT has no exception.

Method _CHECK_VAR_INPUT_FOR_HIERNODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_HIGH Call by reference Type reference (TYPE) STRING KnotenID 20120829
2 Exporting E_ERROR Call by reference Type reference (TYPE) ABAP_BOOL Fehlerflag 20120829
3 Importing I_CHAR_MEMBER Call by reference Object reference (TYPE REF TO) IF_BICS_VARIABLE_CHAR_MEMBER Merkmalswertvariable 20120829
4 Importing I_LOW Call by reference Type reference (TYPE) STRING Variablenwert 20120829

Method _CHECK_VAR_INPUT_FOR_HIERNODES on class CL_EQ_BICS_GW_RT has no exception.

Method _ENHANCE_CHAR_PRESENTATIONS Signature

Method _ENHANCE_CHAR_PRESENTATIONS on class CL_EQ_BICS_GW_RT has no parameter.
Method _ENHANCE_CHAR_PRESENTATIONS on class CL_EQ_BICS_GW_RT has no exception.

Method _GET_CHAR_MEMEBER_COMP_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_FILTER Call by reference Type reference (TYPE) CL_EQ_BICS_RUNTIME=>TN_S_SELECTION_VALUE Filterkriterium input-format 20120829
2 Returning R_T_FILTER Value transfer Type reference (TYPE) CL_EQ_BICS_RUNTIME=>TN_T_SELECTION_VALUE Filterkriterium BICS-format 20120921

Method _GET_CHAR_MEMEBER_COMP_VALUE on class CL_EQ_BICS_GW_RT has no exception.

Method _GET_RS_ELEMENTS_KEYFIGURE_RT Signature

Method _GET_RS_ELEMENTS_KEYFIGURE_RT on class CL_EQ_BICS_GW_RT has no parameter.
Method _GET_RS_ELEMENTS_KEYFIGURE_RT on class CL_EQ_BICS_GW_RT has no exception.

Method _GET_VALUE_EXTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_MD_CHARACTERISTIC Call by reference Object reference (TYPE REF TO) IF_BICS_MD_CHARACTERISTIC Characteristics MD Layer 20130109
2 Importing I_VALUE Call by reference Type reference (TYPE) STRING Value (internal presentation) 20130109
3 Returning R_VALUE_EXT Value transfer Type reference (TYPE) STRING Value (external presentation) 20130109

Method _GET_VALUE_EXTERNAL on class CL_EQ_BICS_GW_RT has no exception.

Method _MANIPULATE_CHAR_PRESENTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_QV_CHARACTERISTIC Call by reference Type reference (TYPE) IF_BICS_QV_CHARACTERISTIC=>TN_S_QV_CHARACTERISTIC Struktur dieses Typs 20121210
2 Importing I_T_QV_CHARACTERISTIC Call by reference Type reference (TYPE) IF_BICS_QV_CHARACTERISTIC=>TN_T_QV_CHARACTERISTIC 20120829

Method _MANIPULATE_CHAR_PRESENTATION on class CL_EQ_BICS_GW_RT has no exception.

Method _SET_CHARACTERISTIC_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_CHARACTERISTIC Call by reference Type reference (TYPE) TN_T_CHARACTERISTIC_ORDER 20120829
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120829

Method _SET_CHARACTERISTIC_ORDER on class CL_EQ_BICS_GW_RT has no exception.

Method _SET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_VALUES Call by reference Type reference (TYPE) TN_T_SELECTION_VALUE 20120829
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120829

Method _SET_FILTER on class CL_EQ_BICS_GW_RT has no exception.

Method _SET_KEYFIGURE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_CHARACTERISTIC Call by reference Type reference (TYPE) TN_T_CHARACTERISTIC_ORDER 20120829
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Tabelle mit BAPI Return Informationen 20120829

Method _SET_KEYFIGURE_ORDER on class CL_EQ_BICS_GW_RT has no exception.

Method _SET_SORT_ORDER_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_SORT Call by reference Type reference (TYPE) TN_T_SORT_ORDER 20130405
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130405

Method _SET_SORT_ORDER_CHAR on class CL_EQ_BICS_GW_RT has no exception.

Method _SET_SORT_ORDER_KEYF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_SORT Call by reference Type reference (TYPE) TN_T_SORT_ORDER 20130405
2 Returning R_T_MESSAGES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130405

Method _SET_SORT_ORDER_KEYF on class CL_EQ_BICS_GW_RT has no exception.

Method _SET_VARIABLES_NODE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R_VARIABLE_CHAR_MEMBER Call by reference Object reference (TYPE REF TO) IF_BICS_VARIABLE_CHAR_MEMBER Merkmalswertvariable 20120829
2 Importing I_VALUE_HIGH Call by reference Type reference (TYPE) STRING KnotenID 20120829
3 Importing I_VALUE_LOW Call by reference Type reference (TYPE) STRING Knotenwert 20120829

Method _SET_VARIABLES_NODE_SELECTION on class CL_EQ_BICS_GW_RT has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740