SAP ABAP Interface IF_APEL_PARSER (APEL Path Parser)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-FS-ECH (Application Component) Error and Conflict Handler
⤷
FS_ECH_APEL_CORE (Package) ABAP Path Expression Language

⤷

⤷

Properties
Interface | IF_APEL_PARSER | |
Short Description | APEL Path Parser |
General Data
Package | FS_ECH_APEL_CORE | ABAP Path Expression Language |
Created | 20100408 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
Interface IF_APEL_PARSER has no forward declaration.
Interfaces
Interface IF_APEL_PARSER has no interface.
Friends
Interface IF_APEL_PARSER has no friend.
Attributes
Interface 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
Interface 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 | 730 |