SAP ABAP Class IF_APEL_PARSER (APEL Path Parser)
Properties
| Class | IF_APEL_PARSER | |
| Short Description | APEL Path Parser | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100408 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_APEL_PARSER has no forward declaration.
Interfaces
Class IF_APEL_PARSER has no interface implemented.
Friends
Class IF_APEL_PARSER has no friend class.
Attributes
Class IF_APEL_PARSER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Parse APEL Expression | 20100408 |
Events
Class IF_APEL_PARSER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_PATH | Public | Type reference (TYPE) | APEL_PATH_EXPRESSION | APEL Exprsn | 20100408 | |
| 2 | GTY_S_PATH_COMPONENT | Public | See coding | 20100408 | BEGIN OF gty_s_path_component,
position TYPE i,
seperator TYPE string,
component TYPE string,
table_expressions TYPE gty_t_table_expression,
END OF gty_s_path_component
|
||
| 3 | GTY_S_TABLE_EXPRESSION | Public | See coding | 20100408 | BEGIN OF gty_s_table_expression,
position TYPE i,
index_expression TYPE string,
END OF gty_s_table_expression
|
||
| 4 | GTY_T_PATH_COMPONENT | Public | See coding | 20100408 | gty_t_path_component TYPE SORTED TABLE OF gty_s_path_component
WITH UNIQUE KEY position
|
||
| 5 | GTY_T_TABLE_EXPRESSION | Public | See coding | 20100408 | gty_t_table_expression TYPE SORTED TABLE OF gty_s_table_expression
WITH UNIQUE KEY position
|
Method Signatures
Method PARSE_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_PATH | Call by reference | Type reference (TYPE) | GTY_PATH | APEL Pfad | 20100408 | |||
| 2 | RT_COMPONENT | Value transfer | Type reference (TYPE) | GTY_T_PATH_COMPONENT | Pfad Besttandteile | 20100408 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APEL Pfad Parser Ausnahme | 20100408 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |