Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RS_BASE | BW Basis | 20090630 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSR_TRANS_QUERY_CONSTANTS | if_rsr_trans_query_constants | 20090925 |
Properties
Class | CL_RSR_TRANS_QUERY_XML_PARSER | |
Short Description | Conversion of Status Description | |
Super Class | CL_RS_BASE | BW Basis |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RSR_TRANS_QUERY | Transient Query |
Created | 20090506 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
5 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
6 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
7 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
8 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
9 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_RSR_TRANS_QUERY_CONSTANTS | if_rsr_trans_query_constants | 20090925 |
Friends
Class CL_RSR_TRANS_QUERY_XML_PARSER has no friend class.
Attributes
Methods
Events
Class CL_RSR_TRANS_QUERY_XML_PARSER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GT_SX_QUERY | Private | See coding | 20090506 | BEGIN OF gt_sx_query,
th_eltdir TYPE rzd1_th_eltdir,
th_elttxt TYPE rzd1_th_elttxt,
th_eltprop TYPE rzd1_th_eltprop,
th_eltprio TYPE rzd1_th_eltprio,
th_eltattr TYPE rzd1_th_eltattr,
th_eltxref TYPE rzd1_th_eltxref,
th_compdir TYPE rzd1_th_compdir,
th_compic TYPE rzd1_th_compic,
th_select TYPE rzd1_th_select,
th_range TYPE rzd1_th_range,
th_calc TYPE rzd1_th_calc,
th_cel TYPE rzd1_th_cel,
th_globv TYPE rzd1_th_globv,
header TYPE gt_s_header, "just for buffering and better debuging
END OF gt_sx_query
|
||
2 | GT_S_HEADER | Private | See coding | 20090506 | BEGIN OF gt_s_header,
infoprovider TYPE rsinfocube,
compid TYPE rszcompid,
compuid TYPE rsz_uid,
sobroot TYPE rsz_uid, " selections object root
with_textids TYPE rs_bool, "
sheet TYPE rsz_uid,
keyfig_structure TYPE rsz_uid, "structure with keyfigures...
langu TYPE sy-langu,
END OF gt_s_header
|
||
3 | GT_S_KEY_GENKEY | Private | See coding | 20090716 | BEGIN OF gt_s_key_genkey,
original TYPE string,
generated TYPE sysuuid_25,
END OF gt_s_key_genkey
|
||
4 | GT_TH_KEY_GENKEY | Private | See coding | 20090716 | gt_th_key_genkey TYPE HASHED TABLE
OF gt_s_key_genkey
WITH UNIQUE KEY original
|
Method Signatures
Method CHECK_STRING_LENGTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LMAX | Call by reference | Type reference (TYPE) | I | 0 | 20090506 | ||
2 | ![]() |
I_STRING | Call by reference | Type reference (TYPE) | STRING | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method CONVERT_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_OPERATOR | Call by reference | Type reference (TYPE) | RSZ_OPERATOR | Operator in Select Options und anderen Ausdrücken | 20090506 | ||
2 | ![]() |
R_JAVA_OPERATOR | Value transfer | Type reference (TYPE) | STRING | Operator auf Java Seite | 20090506 |
Method CONVERT_OPERATOR on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method CONVERT_OPERATOR_TO_ABAP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_JAVA_OPERATOR | Value transfer | Type reference (TYPE) | STRING | Operator auf Java Seite | 20090506 | ||
2 | ![]() |
R_OPERATOR | Value transfer | Type reference (TYPE) | RSZ_OPERATOR | Operator in Select Options und anderen Ausdrücken | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090722 |
Method CONVERT_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_XML | Call by reference | Type reference (TYPE) | XSTRING | 20090804 | |||
2 | ![]() |
E_XML_STRING | Call by reference | Type reference (TYPE) | STRING | Xml als String | 20090804 | ||
3 | ![]() |
I_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) einer Reporting-Komponete | 20090804 | ||
4 | ![]() |
I_COMPUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090804 | |||
5 | ![]() |
I_EXTENDED_CHECKS | Call by reference | Type reference (TYPE) | RS_BOOL | Do extended checks | 20090804 | ||
6 | ![]() |
I_LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20090804 | |
7 | ![]() |
I_TH_CALC | Call by reference | Type reference (TYPE) | RZD1_TH_CALC | 20090804 | |||
8 | ![]() |
I_TH_CEL | Call by reference | Type reference (TYPE) | RZD1_TH_CEL | 20090804 | |||
9 | ![]() |
I_TH_CHANGES | Call by reference | Type reference (TYPE) | RZD1_TH_CHANGES | 20090804 | |||
10 | ![]() |
I_TH_COMPDIR | Call by reference | Type reference (TYPE) | RZD1_TH_COMPDIR | 20090804 | |||
11 | ![]() |
I_TH_COMPIC | Call by reference | Type reference (TYPE) | RZD1_TH_COMPIC | 20090804 | |||
12 | ![]() |
I_TH_ELTATTR | Call by reference | Type reference (TYPE) | RZD1_TH_ELTATTR | 20090804 | |||
13 | ![]() |
I_TH_ELTDIR | Call by reference | Type reference (TYPE) | RZD1_TH_ELTDIR | 20090804 | |||
14 | ![]() |
I_TH_ELTPRIO | Call by reference | Type reference (TYPE) | RZD1_TH_ELTPRIO | 20090804 | |||
15 | ![]() |
I_TH_ELTPROP | Call by reference | Type reference (TYPE) | RZD1_TH_ELTPROP | 20090804 | |||
16 | ![]() |
I_TH_ELTTXT | Call by reference | Type reference (TYPE) | RZD1_TH_ELTTXT | 20090804 | |||
17 | ![]() |
I_TH_ELTXREF | Call by reference | Type reference (TYPE) | RZD1_TH_ELTXREF | 20090804 | |||
18 | ![]() |
I_TH_GLOBV | Call by reference | Type reference (TYPE) | RZD1_TH_GLOBV | 20090804 | |||
19 | ![]() |
I_TH_RANGE | Call by reference | Type reference (TYPE) | RZD1_TH_RANGE | 20090804 | |||
20 | ![]() |
I_TH_SELECT | Call by reference | Type reference (TYPE) | RZD1_TH_SELECT | 20090804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090804 |
Method CONVERT_QUERY_CHECKS Signature
Method CONVERT_QUERY_CHECKS on class CL_RSR_TRANS_QUERY_XML_PARSER has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091021 | |
2 | ![]() |
Query existiert nicht | 20091021 |
Method CONVERT_XML Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_TH_CALC | Call by reference | Type reference (TYPE) | RZD1_TH_CALC | 20090506 | |||
2 | ![]() |
E_TH_CEL | Call by reference | Type reference (TYPE) | RZD1_TH_CEL | 20090506 | |||
3 | ![]() |
E_TH_CHANGES | Call by reference | Type reference (TYPE) | RZD1_TH_CHANGES | 20090506 | |||
4 | ![]() |
E_TH_COMPDIR | Call by reference | Type reference (TYPE) | RZD1_TH_COMPDIR | 20090506 | |||
5 | ![]() |
E_TH_COMPIC | Call by reference | Type reference (TYPE) | RZD1_TH_COMPIC | 20090506 | |||
6 | ![]() |
E_TH_ELTATTR | Call by reference | Type reference (TYPE) | RZD1_TH_ELTATTR | 20090506 | |||
7 | ![]() |
E_TH_ELTDIR | Call by reference | Type reference (TYPE) | RZD1_TH_ELTDIR | 20090506 | |||
8 | ![]() |
E_TH_ELTPRIO | Call by reference | Type reference (TYPE) | RZD1_TH_ELTPRIO | 20090506 | |||
9 | ![]() |
E_TH_ELTPROP | Call by reference | Type reference (TYPE) | RZD1_TH_ELTPROP | 20090506 | |||
10 | ![]() |
E_TH_ELTTXT | Call by reference | Type reference (TYPE) | RZD1_TH_ELTTXT | 20090506 | |||
11 | ![]() |
E_TH_ELTXREF | Call by reference | Type reference (TYPE) | RZD1_TH_ELTXREF | 20090506 | |||
12 | ![]() |
E_TH_GLOBV | Call by reference | Type reference (TYPE) | RZD1_TH_GLOBV | 20090506 | |||
13 | ![]() |
E_TH_RANGE | Call by reference | Type reference (TYPE) | RZD1_TH_RANGE | 20090506 | |||
14 | ![]() |
E_TH_SELECT | Call by reference | Type reference (TYPE) | RZD1_TH_SELECT | 20090506 | |||
15 | ![]() |
I_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) einer Reporting-Komponete | 20090506 | ||
16 | ![]() |
I_COMPUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090506 | |||
17 | ![]() |
I_EXTENDED_CHECKS | Call by reference | Type reference (TYPE) | RS_BOOL | Do extended checks | 20090626 | ||
18 | ![]() |
I_INFOPROVIDER | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090730 | ||
19 | ![]() |
I_LANGUAGE | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20090506 | |
20 | ![]() |
I_XML | Call by reference | Type reference (TYPE) | XSTRING | Xml Beschreibung | 20090506 | ||
21 | ![]() |
I_XML_STRING | Call by reference | Type reference (TYPE) | STRING | Xml als String | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method CREATE_READER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_XML | Call by reference | Type reference (TYPE) | XSTRING | 20090820 | |||
2 | ![]() |
I_XML_STRING | Call by reference | Type reference (TYPE) | STRING | 20090820 | |||
3 | ![]() |
R_R_DOM_READER | Value transfer | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090820 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090820 |
Method EXTENDED_CHECKS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INFOPROVIDER | Call by reference | Type reference (TYPE) | RSINFOPROV | InfoProvider | 20090730 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090729 |
Method FILL_AXES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_CALCULATED_KEYFIGURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090924 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090924 |
Method FILL_CELLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090930 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090930 |
Method FILL_CHARACTERISTICS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_CHARAC_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20091124 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20091124 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091124 |
Method FILL_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_ELTPRIO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_MEMBER | Call by reference | Type reference (TYPE) | RSZ_UID | 20090513 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090513 |
Method FILL_EXCEPTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_FORMULA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORMULA | Call by reference | Type reference (TYPE) | RSZ_UID | 20090828 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090828 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090828 |
Method FILL_FORMULA_CALC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELEMENTTP | Call by reference | Type reference (TYPE) | RSZOPERTP | Typ des Operanden | 20090828 | ||
2 | ![]() |
I_FORMULA | Call by reference | Type reference (TYPE) | RSZ_UID | 20090828 | |||
3 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090828 | |||
4 | ![]() |
I_STEPNR | Call by reference | Type reference (TYPE) | RSZSTEPNR | Formelstufe | 20090828 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090828 |
Method FILL_HIERARCHY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090917 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090917 |
Method FILL_INFOPROVIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_MEMBER_ACCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090916 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090916 |
Method FILL_MEMBER_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FORMULA | Call by reference | Type reference (TYPE) | RSZ_UID | 20090916 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090916 |
Method FILL_NODE_HIER_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_NODE_DATETO | Call by reference | Type reference (TYPE) | RSUNIIDC25 | 20090929 | |||
2 | ![]() |
I_NODE_DATETOFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | 20090929 | |||
3 | ![]() |
I_NODE_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | 20090929 | |||
4 | ![]() |
I_NODE_HIENMFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | 20090929 | |||
5 | ![]() |
I_NODE_VERSION | Call by reference | Type reference (TYPE) | RSUNIIDC25 | 20090929 | |||
6 | ![]() |
I_NODE_VERSIONFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | 20090929 | |||
7 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090929 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090929 |
Method FILL_OBJECT_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090804 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090921 |
Method FILL_PRESENTATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090916 | |||
2 | ![]() |
I_IS_ATTR | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20091124 | ||
3 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090916 |
Method FILL_QUERY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_RESTRICTED_KEYFIGURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20091013 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091013 |
Method FILL_REUSABLE_COMPONENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20091029 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091029 |
Method FILL_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20090807 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090807 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090921 |
Method FILL_SELECTION_RANGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20090828 | ||
2 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20090828 | |||
3 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090828 | |||
4 | ![]() |
I_SOTP | Call by reference | Type reference (TYPE) | RS_CHAR1 | 20090917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090828 |
Method FILL_SELECTION_SPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_SELECTION_STATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090806 |
Method FILL_SORTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_DIR | Call by reference | Type reference (TYPE) | RROSDIR | Sortierrichtung | 20090916 | ||
2 | ![]() |
I_OBJ | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20090916 | ||
3 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090916 | |||
4 | ![]() |
I_TYP | Call by reference | Type reference (TYPE) | RROSART | Sortierung: (K)ey, (T)ext, (W)ert (H)ierachie | 20090916 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090916 |
Method FILL_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20091029 | |||
2 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091029 |
Method FILL_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090917 | |||
2 | ![]() |
I_VALUE | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20090917 | ||
3 | ![]() |
I_VALUEFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090917 |
Method FILL_VARIABLES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_WRITER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_WRITER | 20090806 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090921 |
Method GET_GENERATED_UUID_25 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PREFIX | Call by reference | Type reference (TYPE) | ANY | 20090716 | |||
2 | ![]() |
R_UUID | Value transfer | Type reference (TYPE) | RSZ_UID | 20090716 |
Method GET_GENERATED_UUID_25 on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method GET_UUID_25 Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PREFIX | Call by reference | Type reference (TYPE) | STRING | 20090506 | |||
2 | ![]() |
R_UUID | Value transfer | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method MAP_XML_INTERN_OPERA2OPERATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_INTERN_OPERATION | Value transfer | Type reference (TYPE) | STRING | 20090828 | |||
2 | ![]() |
R_XML_OPERATION | Value transfer | Type reference (TYPE) | STRING | 20090828 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090828 |
Method MAP_XML_OPERATION2INTERN_OPERA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_XML_OPERATION | Call by reference | Type reference (TYPE) | STRING | 20090518 | |||
2 | ![]() |
R_INTERN_OPERATION | Value transfer | Type reference (TYPE) | STRING | 20090518 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090518 |
Method MSG_RAISE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_S_RAISE | Call by reference | Type reference (TYPE) | RSR_S_RAISE_TRANS | 20090722 | |||
2 | ![]() |
I_TXT1 | Call by reference | Type reference (TYPE) | ANY | 20090722 | |||
3 | ![]() |
I_TXT2 | Call by reference | Type reference (TYPE) | ANY | 20090722 | |||
4 | ![]() |
I_TXT3 | Call by reference | Type reference (TYPE) | ANY | 20090722 | |||
5 | ![]() |
I_TXT4 | Call by reference | Type reference (TYPE) | ANY | 20090722 |
Method MSG_RAISE on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method PARSE_AGGREGATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090716 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090716 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090723 |
Method PARSE_ATTRIBUTE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_IOBJNM | Call by reference | Type reference (TYPE) | RSIOBJNM | InfoObject | 20091124 | ||
2 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20091124 | |||
3 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091124 |
Method PARSE_ATTRIBUTE_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090514 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090514 |
Method PARSE_ATTRIBUTE_TEXT on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method PARSE_AXES_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_AXIS_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_CALC_KEYFIGURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSZ_UID | 20090925 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090925 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090925 |
Method PARSE_CELL_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090723 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090723 |
Method PARSE_CHARACTERISTIC_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090506 |
Method PARSE_CONDITION_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_DATA_CELLS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_EXCEPTION | Call by reference | Type reference (TYPE) | RSZ_UID | 20090515 | |||
2 | ![]() |
I_ENUM | Call by reference | Type reference (TYPE) | RSZENUM | Laufende Nummer | 20090515 | ||
3 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090515 |
Method PARSE_DATA_CELL_CONDITIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_CONDITION | Call by reference | Type reference (TYPE) | RSZ_UID | 20090515 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090609 |
Method PARSE_ELEMENT_OPERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_STEPNR | Call by reference | Type reference (TYPE) | RSZSTEPNR | 1 | Formelstufe | 20091013 | |
2 | ![]() |
I_FORMULA_UID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090508 | |||
3 | ![]() |
I_IS_CALC_KEYFIG | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20090518 | ||
4 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090508 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090508 |
Method PARSE_EXCEPTION_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090511 |
Method PARSE_FORMULA_CELL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_CELL | Call by reference | Type reference (TYPE) | RSZ_UID | 20090728 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090728 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090728 |
Method PARSE_FORMULA_MEMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSZ_UID | 20090508 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090508 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090508 |
Method PARSE_HIERARCHY_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | Element-Eigenschaften (Einstellungen) | 20090701 | ||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090701 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090701 |
Method PARSE_INFO_PROVIDER_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_INIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_COMPID | Call by reference | Type reference (TYPE) | RSZCOMPID | Name (ID) einer Reporting-Komponete | 20090506 | ||
2 | ![]() |
I_COMPUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_KEYFIGURE_MEMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSZ_UID | 20090508 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090508 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090508 |
Method PARSE_MEMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C_NAME_FLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090921 | ||
2 | ![]() |
E_NAME | Call by reference | Type reference (TYPE) | RSCHAVL | Name | 20090506 | ||
3 | ![]() |
E_NODE_DATETO | Call by reference | Type reference (TYPE) | RSUNIIDC25 | BW: In Raum und Zeit eindeutige ID (Ziffern und Buchstaben) | 20090629 | ||
4 | ![]() |
E_NODE_DATETOFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090629 | ||
5 | ![]() |
E_NODE_FLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090629 | ||
6 | ![]() |
E_NODE_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchiename | 20090629 | ||
7 | ![]() |
E_NODE_HIENMFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090629 | ||
8 | ![]() |
E_NODE_IOBJNM | Call by reference | Type reference (TYPE) | RSCHAVL | Knotentyp | 20090506 | ||
9 | ![]() |
E_NODE_VERSION | Call by reference | Type reference (TYPE) | RSUNIIDC25 | BW: In Raum und Zeit eindeutige ID (Ziffern und Buchstaben) | 20090629 | ||
10 | ![]() |
E_NODE_VERSIONFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090629 | ||
11 | ![]() |
I_RANGE_ELTUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090629 | ||
12 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090629 |
Method PARSE_MEMBERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090716 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090716 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090716 |
Method PARSE_MEMBER_ACCESS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090716 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090716 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090921 |
Method PARSE_MEMBER_CHARACTERISTIC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090723 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090723 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090723 |
Method PARSE_MEMBER_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RC | Call by reference | Attribute reference (LIKE) | SY-SUBRC | Rückgabewert von ABAP-Anweisungen | 20090714 | ||
2 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090714 | |||
3 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090714 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090723 |
Method PARSE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090729 |
Method PARSE_NODE_HIER_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_NAME | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20090629 | ||
2 | ![]() |
E_NODE_DATETO | Call by reference | Type reference (TYPE) | RSUNIIDC25 | BW: In Raum und Zeit eindeutige ID (Ziffern und Buchstaben) | 20090629 | ||
3 | ![]() |
E_NODE_DATETOFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090629 | ||
4 | ![]() |
E_NODE_HIENM | Call by reference | Type reference (TYPE) | RSHIENM | Hierarchiename | 20090629 | ||
5 | ![]() |
E_NODE_HIENMFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090629 | ||
6 | ![]() |
E_NODE_VERSION | Call by reference | Type reference (TYPE) | RSUNIIDC25 | BW: In Raum und Zeit eindeutige ID (Ziffern und Buchstaben) | 20090629 | ||
7 | ![]() |
E_NODE_VERSIONFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090629 | ||
8 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090629 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090629 |
Method PARSE_PLANING_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | Element-Eigenschaften (Einstellungen) | 20090701 | ||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090701 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090701 |
Method PARSE_PRESENTATIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 | ||
2 | ![]() |
R_PRSNT | Value transfer | Type reference (TYPE) | RSCHAPRSNT | Darstellung für Merkmale und Einheiten | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090921 |
Method PARSE_QUERY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Dom Leseklasse | 20090506 | ||
2 | ![]() |
R_QUERY | Value transfer | Type reference (TYPE) | STRING | Query Name | 20090506 |
Method PARSE_QUERY_NAME on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method PARSE_QUERY_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_RESULT_SET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090716 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090716 |
Method PARSE_RESULT_SET on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method PARSE_REUSABLE_COMPONENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_PROCESSED | Call by reference | Type reference (TYPE) | RS_BOOL | Boolean | 20091029 | ||
2 | ![]() |
I_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20091029 | |||
3 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091029 |
Method PARSE_RKF_KEYFIGURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_CHARACTERISTIC | Call by reference | Type reference (TYPE) | RSZ_UID | 20091021 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20091021 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091021 |
Method PARSE_SELECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090506 |
Method PARSE_SELECT on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method PARSE_SELECTION_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTDIR_MEMBER | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090728 | ||
2 | ![]() |
I_ELTUID_CHARACTERISTIC | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090728 | ||
3 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090728 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090728 |
Method PARSE_SELECTION_MEMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_CHARACTERISTIC | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090507 | ||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090507 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090507 |
Method PARSE_SELECTION_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_RANGE | Call by reference | Type reference (TYPE) | RSZRANGE | Boolean | 20090506 | ||
2 | ![]() |
I_RANGE_ELTUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090629 | ||
3 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090629 |
Method PARSE_SELECTION_SPACE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_SELECTION_STATE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090506 |
Method PARSE_SORTING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_DIR | Call by reference | Type reference (TYPE) | RROSDIR | Sortierrichtung | 20090626 | ||
2 | ![]() |
E_ELTUID1 | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090506 | ||
3 | ![]() |
E_ELTUID2 | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090506 | ||
4 | ![]() |
E_OBJ | Call by reference | Type reference (TYPE) | RSCHANM | Merkmal | 20090506 | ||
5 | ![]() |
E_TYP | Call by reference | Type reference (TYPE) | RROSART | Sortierung: (K)ey, (T)ext, (W)ert (H)ierachie | 20090626 | ||
6 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | Für vordefinierte sortierung | 20090716 | ||
7 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20090506 |
Method PARSE_SORTING on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method PARSE_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | Reader | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091029 |
Method PARSE_TEXT_UID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID | Call by reference | Type reference (TYPE) | SYSUUID_25 | UUID in komprimierter Form | 20090506 | ||
2 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20090506 | |
3 | ![]() |
I_OBJVERS | Call by reference | Type reference (TYPE) | RSOBJVERS | 'A' | Objektversion | 20090506 | |
4 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090506 |
Method PARSE_TEXT_UID on class CL_RSR_TRANS_QUERY_XML_PARSER has no exception.
Method PARSE_TEXT_VARIABLE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_PARENT_ELTUID | Call by reference | Type reference (TYPE) | RSZ_UID | 20090713 | |||
2 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090713 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090713 |
Method PARSE_THRESHOLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ELTUID_EXCEPTION | Call by reference | Type reference (TYPE) | RSZ_UID | 20090515 | |||
2 | ![]() |
I_ENUM | Call by reference | Type reference (TYPE) | RSZENUM | Laufende Nummer | 20090515 | ||
3 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090515 |
Method PARSE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_VALUE | Call by reference | Type reference (TYPE) | RSCHAVL | Dim: Feld für einen beliebigen Merkmalswert | 20090515 | ||
2 | ![]() |
E_VALUEFLAG | Call by reference | Type reference (TYPE) | RSZTYPEFLAG | Flag zur Typisierung eines Eintrags | 20090515 | ||
3 | ![]() |
I_ELTUID_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20090515 | |||
4 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090515 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090515 |
Method PARSE_VARIABLE_MEMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
E_VARNAME | Call by reference | Type reference (TYPE) | STRING | 20090515 | |||
2 | ![]() |
I_ELTUID_PARENT | Call by reference | Type reference (TYPE) | RSZ_UID | 20090515 | |||
3 | ![]() |
I_LAYTP | Call by reference | Type reference (TYPE) | RSZLAYTP | RZD1_C_LAYTP-NOTHING | Layouttyp eines Elements | 20090703 | |
4 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090511 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090511 |
Method PARSE_VARIABLE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_R_DOM_READER | Call by reference | Object reference (TYPE REF TO) | LCL_DOM_READER | 20090615 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20090615 |
Method SET_STANDARD_TEXTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_LANGU | Call by reference | Type reference (TYPE) | SY-LANGU | SY-LANGU | Sprachenschlüssel der aktuellen Textumgebung | 20091030 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Parse XML zu query | 20091030 |
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 720 |