SAP ABAP Class CL_CULL_INTERPRETER (Evaluate Selection Conditions)
Hierarchy
SAP_AP (Software Component) SAP Application Platform
   AP-CFG-LL (Application Component) Low Level Configuration
     AP_CULL_EVALUATION (Package) Low Level Configuration (Explode SELNET/Dependency)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CULL_CONSTANTS CULL Constant Class 20050222
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CULL_PROCEDURE Interpreter Evaluation Procedures 20050223
Properties
Class CL_CULL_INTERPRETER  
Short Description Evaluate Selection Conditions    
Super Class CL_CULL_CONSTANTS CULL Constant Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package AP_CULL_EVALUATION   Low Level Configuration (Explode SELNET/Dependency) 
Created 20050222   SAP 
Last change 20050409   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CULL_INTERPRETER has no forward declaration.
Interfaces
Class CL_CULL_INTERPRETER has no interface implemented.
Friends
Class CL_CULL_INTERPRETER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_MAX_STR_LEN Constant Private Type reference (TYPE) INT4 '32' Natural Number 20050222
2 GC_ONE Constant Protected Type reference (TYPE) SYTABIX '1' Index of Internal Tables 20050222
3 GI_MASTERDATA Instance attribute Protected Object reference (TYPE REF TO) IF_CUGEN_MASTERDATA LL Configuration: Interface for Master Data 20050222
4 GO_APPL_LOG Instance attribute Protected Object reference (TYPE REF TO) CL_CULL_APPL_LOG CULL: Application LOG 20050222
5 GO_PARENT Instance attribute Protected Object reference (TYPE REF TO) CL_CULL_INSTANCE Low-Level Instance 20050222
6 GO_ROOT Instance attribute Protected Object reference (TYPE REF TO) CL_CULL_INSTANCE Low-Level Instance 20050222
7 GO_SELF Instance attribute Protected Object reference (TYPE REF TO) CL_CULL_INSTANCE Low-Level Instance 20050222
8 GO_TRACE Instance attribute Protected Object reference (TYPE REF TO) CL_CUGEN_TRACE Low-Level Trace Function 20050222
9 GS_CODE_ITEM Instance attribute Protected Object reference (TYPE REF TO) KBD_TREE Representation of a Pars Tree in ABAP 20050222
10 GS_MSG Instance attribute Protected Type reference (TYPE) BAL_S_MSG Application Log: Message Data 20050822
11 GT_CODE Instance attribute Protected Type reference (TYPE) CUGEN_LITERAL_CODE SELNET: Dependency Coding 20050222
12 GV_CFG_DATE Instance attribute Protected Type reference (TYPE) SYDATUM Current Date of Application Server 20050222
13 GV_MSGV Instance attribute Protected Type reference (TYPE) SYMSGV Message Variable 20050222
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20050222
2 EVAL_AVAR_KEY Instance method Protected Method 20050222
3 EVAL_AVAR_SINGLE Instance method Private Method 20050222
4 EVAL_BLOG Instance method Private Method 20050222
5 EVAL_BNUM Instance method Private Method 20050222
6 EVAL_BPRED Instance method Private Method 20050222
7 EVAL_BSYM Instance method Private Method 20050222
8 EVAL_CND Instance method Protected Method 20050222
9 EVAL_FNUM Instance method Private Method 20050222
10 EVAL_FSYM Instance method Private Method 20050222
11 EVAL_FUNCTION Instance method Private Method 20050222
12 EVAL_FUN_INTERFACE Instance method Protected Method 20050222
13 EVAL_ICOL Instance method Private Method 20050222
14 EVAL_INTB Instance method Private Method 20050222
15 EVAL_INTV Instance method Private Method 20050222
16 EVAL_IN_NAMED_SYM_SET Instance method Private Method 20050222
17 EVAL_IN_NUM_SET Instance method Private Method 20050222
18 EVAL_IN_SYM_SET Instance method Private Method 20050222
19 EVAL_ITYPE Instance method Private Method 20050222
20 EVAL_KEY Instance method Private Method 20050222
21 EVAL_LITERALS Instance method Public Method 20050222
22 EVAL_MASTER_DATA Instance method Private Method 20050222
23 EVAL_NTERM Instance method Protected Method 20050222
24 EVAL_NUMX_MEMBER Instance method Private Method 20050222
25 EVAL_NUM_MEMBER Instance method Private Method 20050222
26 EVAL_NXPR Instance method Private Method 20050222
27 EVAL_OCOL Instance method Private Method 20050222
28 EVAL_OVAR Instance method Private Method 20050222
29 EVAL_SEL_CONDITION Instance method Private Method 20050222
30 EVAL_SPECIFIED Instance method Private Method 20050222
31 EVAL_STERM Instance method Protected Method 20050222
32 EVAL_SXPR Instance method Private Method 20050222
33 EVAL_SYM Instance method Private Method 20050222
34 EVAL_SYM_MEMBER Instance method Private Method 20050222
35 EVAL_TABLE Instance method Private Method 20050222
36 EVAL_TAB_INTERFACE Instance method Protected Method 20050222
37 EVAL_TYPE_OF Instance method Private Method 20050222
38 EVAL_ULOG Instance method Private Method 20050222
39 EVAL_UNUM Instance method Private Method 20050222
40 GET_CHARACT_FACETS Instance method Private Method 20050222
41 NUM_IN_INTV Instance method Private Method 20050222
42 SET_PARENT Instance method Public Method 20050222
43 SET_ROOT Instance method Public Method 20050222
Events
Class CL_CULL_INTERPRETER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_LL_INF_AVAR Protected See coding 20050222 BEGIN OF ts_ll_inf_avar, " formal - actual arg col_name TYPE atinn, " mapping for table instance TYPE REF TO cl_cull_instance, atinn TYPE atinn, rflag TYPE curflag, END OF ts_ll_inf_avar
2 TS_LL_INF_AVAR_F Protected See coding 20050222 BEGIN OF ts_ll_inf_avar_f, " formal - actual arg col_name TYPE cull_gen_variant_function_if-varnam, " mapping for function instance TYPE REF TO cl_cull_instance, atinn TYPE atinn, rflag TYPE curflag, END OF ts_ll_inf_avar_f
3 TT_LL_INF_AVAR Protected See coding 20050222 tt_ll_inf_avar TYPE STANDARD TABLE OF ts_ll_inf_avar
4 TT_LL_INF_AVAR_F Protected See coding 20050222 tt_ll_inf_avar_f TYPE STANDARD TABLE OF ts_ll_inf_avar_f
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_CULL_APPL_LOG CULL: Application LOG 20050222
2 Importing IO_SELF Call by reference Object reference (TYPE REF TO) CL_CULL_INSTANCE LL-Instanz 20050222
3 Importing IV_CFG_DATE Call by reference Type reference (TYPE) SYDATUM Aktuelles Datum des Applikationsservers 20050222

Method CONSTRUCTOR on class CL_CULL_INTERPRETER has no exception.

Method EVAL_AVAR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_CULL_INSTANCE 20050222
2 Exporting EV_ATINN Call by reference Type reference (TYPE) ATINN 20050222
3 Exporting EV_RFLAG Call by reference Type reference (TYPE) CURFLAG 20050222
4 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_AVAR_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_VALUE Value transfer Type reference (TYPE) CULL_GEN_VALUE 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_BLOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_BNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VALUE Value transfer Type reference (TYPE) ATFLV 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_BPRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_BSYM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VALUE Value transfer Type reference (TYPE) ATWRT 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_CND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_FNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VALUE Value transfer Type reference (TYPE) ATFLV 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_FSYM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VALUE Value transfer Type reference (TYPE) ATWRT 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DDB_HOOK Call by reference Type reference (TYPE) CULL_GEN_RESULT 'F' 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_FUN_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INF_AVARS Call by reference Type reference (TYPE) TT_LL_INF_AVAR_F 20050222
2 Exporting ET_QUERY Call by reference Type reference (TYPE) CULL_GEN_VARIANTFUNCTION_IF_T 20050222
3 Exporting EV_INF_REQ Call by reference Type reference (TYPE) CULL_GEN_RESULT 20050222
4 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_ICOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_VALUE Value transfer Type reference (TYPE) CULL_GEN_VALUE 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_INTB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_B Call by reference Type reference (TYPE) ATFLV 20050222
2 Exporting EV_BT Call by reference Type reference (TYPE) I 20050222
3 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CULL_INTERPRETER 20050222

Method EVAL_INTV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_LB Call by reference Type reference (TYPE) ATFLV 20050222
2 Exporting EV_LBT Call by reference Type reference (TYPE) I 20050222
3 Exporting EV_UB Call by reference Type reference (TYPE) ATFLV 20050222
4 Exporting EV_UBT Call by reference Type reference (TYPE) I 20050222
5 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CULL_INTERPRETER 20050222

Method EVAL_IN_NAMED_SYM_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_IN_NUM_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NVALUE Call by reference Type reference (TYPE) ATFLV 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_IN_SYM_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
2 Importing IV_SVALUE Call by reference Type reference (TYPE) ATWRT 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_ITYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_ITYPE Value transfer Type reference (TYPE) CULL_GEN_ITYPE 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_KEY Value transfer Type reference (TYPE) ATINN 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_LITERALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_CONJUNCTION_BITMAP Call by reference Type reference (TYPE) CU_GEN_BITSTRING 20050222
2 Importing IT_SINGLETON Call by reference Type reference (TYPE) CUGEN_SINGLETON_T 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_MASTER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ES_VALUE Value transfer Type reference (TYPE) CULL_GEN_VALUE 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_NTERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VALUE Value transfer Type reference (TYPE) ATFLV 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_NUMX_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
2 Importing IV_VALUE Call by reference Type reference (TYPE) ATFLV 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_NUM_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NVALUE Call by reference Type reference (TYPE) ATFLV 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_NXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_OCOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_CULL_INSTANCE 20050222
2 Exporting EV_ATINN Call by reference Type reference (TYPE) ATINN 20050222
3 Exporting EV_RFLAG Call by reference Type reference (TYPE) CURFLAG 20050222
4 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_OVAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CULL_INSTANCE 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_SEL_CONDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CODE Call by reference Type reference (TYPE) CUGEN_LITERAL_CODE 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_STERM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VALUE Value transfer Type reference (TYPE) ATWRT 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_SXPR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_SYM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SYMBOL Value transfer Type reference (TYPE) CULL_GEN_ITYPE-OBJKEY 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_SYM_MEMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
2 Importing IV_SVALUE Call by reference Type reference (TYPE) ATWRT 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_TAB_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INF_AVARS Call by reference Type reference (TYPE) TT_LL_INF_AVAR 20050222
2 Exporting ET_QUERY Call by reference Type reference (TYPE) CULL_GEN_VARIANTTABLE_INPUT_T 20050222
3 Exporting EV_INF_REQ Call by reference Type reference (TYPE) CULL_GEN_RESULT 20050222
4 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_TYPE_OF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX1 Call by reference Type reference (TYPE) SYTABIX 20050222
2 Importing IV_PARSI_INDEX2 Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_ULOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method EVAL_UNUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_VALUE Value transfer Type reference (TYPE) ATFLV 20050222
2 Importing IV_PARSI_INDEX Call by reference Type reference (TYPE) SYTABIX 20050222
# Exception Resumable Description Created on
1 CX_CUGEN_ERROR 20050222

Method GET_CHARACT_FACETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ICABN Call by reference Object reference (TYPE REF TO) CUGEN_CSTIC_MASTER_S 20050222
2 Exporting EV_RFLAG Call by reference Type reference (TYPE) CURFLAG 20050222
3 Importing IV_ATINN Call by reference Type reference (TYPE) ATINN 20050222
# Exception Resumable Description Created on
1 CX_CULL_INTERPRETER 20050222

Method NUM_IN_INTV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LB Call by reference Type reference (TYPE) ATFLV 20050222
2 Importing IV_LBT Call by reference Type reference (TYPE) I 20050222
3 Importing IV_UB Call by reference Type reference (TYPE) ATFLV 20050222
4 Importing IV_UBT Call by reference Type reference (TYPE) I 20050222
5 Importing IV_VALUE Call by reference Type reference (TYPE) ATFLV 20050222
# Exception Resumable Description Created on
1 CX_CULL_INTERPRETER 20050222

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_CULL_INSTANCE 20050222

Method SET_PARENT on class CL_CULL_INTERPRETER has no exception.

Method SET_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_INSTANCE Call by reference Object reference (TYPE REF TO) CL_CULL_INSTANCE 20050222

Method SET_ROOT on class CL_CULL_INTERPRETER has no exception.
History
Last changed by/on SAP  20050409 
SAP Release Created in 700