SAP ABAP Class IF_BSA_ABQL_PARSER (ABQL Path Notation Parser)
Properties
Class IF_BSA_ABQL_PARSER  
Short Description ABQL Path Notation Parser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20120106   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_BSA_ABQL_PARSER has no forward declaration.
Interfaces
Class IF_BSA_ABQL_PARSER has no interface implemented.
Friends
Class IF_BSA_ABQL_PARSER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ASSOCIATION_SEPARATOR Constant Public Type reference (TYPE) C '-' 20120108
2 GC_ENTITY_TYPE Constant Public See coding 20120106
Methods
# Method Level Visibility Method type Description Created on
1 PARSE_ABQL_PATH_NOTATION Instance method Public Method 20120106
Events
Class IF_BSA_ABQL_PARSER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_PATH Public See coding 20120106 tt_path TYPE STANDARD TABLE OF ty_step WITH DEFAULT KEY
2 TY_STEP Public See coding 20120106 BEGIN OF ty_step, referenced_entity_name TYPE string, entity_type TYPE i, END OF ty_step
Method Signatures

Method PARSE_ABQL_PATH_NOTATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PATH Call by reference Type reference (TYPE) TT_PATH 20120106
2 Exporting EV_ASSOCIATION_COUNTER Call by reference Type reference (TYPE) I 20120109
3 Importing IV_ABQL_PATH Call by reference Type reference (TYPE) STRING 20120106
4 Importing IV_STARTING_FROM_BO Call by reference Type reference (TYPE) STRING 20120106
5 Importing IV_WITH_NODE Call by reference Type reference (TYPE) STRING 20120106
# Exception Resumable Description Created on
1 CX_BSA_ABQL_PARSE_ERROR 20120112
History
Last changed by/on SAP  20131127 
SAP Release Created in