SAP ABAP Class CL_WCF_BPATH_STACK (Attributes stack as used in BPATH Parser)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-GOL-BOL (Application Component) Business Object Layer
     CRM_BOL (Package) CRM Business Object Layer
Properties
Class CL_WCF_BPATH_STACK  
Short Description Attributes stack as used in BPATH Parser    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BOL   CRM Business Object Layer 
Created 20090518   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_WCF_BPATH_STACK has no interface implemented.
Friends
Class CL_WCF_BPATH_STACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_EXPR_TABLE Instance attribute Private Type reference (TYPE) CRMT_BOL_BPATH_STACK Table of Stackentries used as attributed stack 20090519
2 GV_FIRSTENTRY Instance attribute Private Type reference (TYPE) INT2 1 Natural number 20090730
3 GV_STACKCOUNT Instance attribute Private Type reference (TYPE) INT2 0 2 byte integer (signed) 20090519
Methods
# Method Level Visibility Method type Description Created on
1 EXPRVAL2INT Static method Private Method 20090527
2 EXPRVAL2LNG Static method Private Method 20090527
3 EXPRVAL2OREF Static method Private Method 20090527
4 EXPRVAL2REF Static method Private Method 20090527
5 EXPRVAL2STRING Static method Private Method 20090527
6 FIND_ENTRY Instance method Public Method 20090730
7 FIRST_INDEX Instance method Public Method 20090731
8 FLOORINT Instance method Private Method returns top of stack 20090730
9 GET_AND_REMOVE_FIRST Instance method Public Method removes highest value from stack and returns data element 20090730
10 GET_HIGHEST Instance method Public Method 20100315
11 GET_HIGHEST_ATTRIBUTE Instance method Public Method 20110517
12 GET_MAIN_ATTR_OF_FIRST Instance method Public Method 20090730
13 GET_MAIN_ATTR_OF_LAST Instance method Public Method 20090730
14 INIT Instance method Public Method 20090519
15 INT2EXPRVAL Static method Private Method 20090519
16 IS_EMPTY Instance method Public Method 20090728
17 LAST_INDEX Instance method Public Method 20090731
18 LNG2EXPRVAL Static method Private Method 20090527
19 OREF2EXPRVAL Static method Private Method 20090527
20 POP Instance method Public Method removes highest value from stack and returns new status 20090518
21 POP2NIL Instance method Public Method 20100505
22 POPELEM Instance method Public Method removes highest value from stack and returns data element 20090519
23 POPELEMASSTRING Instance method Public Method 20100401
24 POPL Instance method Public Method removes highest value from stack and returns new status 20090527
25 POPOREF Instance method Public Method removes highest value and returns object reference entry 20090527
26 POPREF Instance method Public Method removes highest value from stack and returns reference entry 20090527
27 POPSTR Instance method Public Method removes highest value from stack and returns new status 20090527
28 PUSH Instance method Public Method Pushes Status Element onto the Stack 20090518
29 PUSHELEM Instance method Public Method Pushes Element onto the Stack 20090518
30 PUSHL Instance method Public Method Pushes Status Element onto the Stack 20090527
31 PUSHOREF Instance method Public Method Pushes Object Reference onto the Stack 20090527
32 PUSHREF Instance method Public Method Pushes Data reference onto the Stack 20090527
33 PUSHSTR Instance method Public Method Pushes Data reference onto the Stack 20090527
34 READ_ENTRY Instance method Public Method 20090731
35 REF2EXPRVAL Static method Private Method 20090527
36 STRING2EXPRVAL Static method Private Method 20090518
37 TEST Instance method Public Method Tests whether element fulfills stack requirements 20090518
38 TOS Instance method Public Method removes highest value from stack and returns new status 20100505
39 TOSATTR Instance method Public Method 20100315
40 TOSELEM Instance method Public Method 20090527
41 TOSINT Instance method Private Method returns top of stack 20090527
42 TOSL Instance method Public Method removes highest value from stack and returns new status 20100505
43 TOSOREF Instance method Public Method removes highest value from stack and returns new status 20090527
44 TOSREF Instance method Public Method removes highest value from stack and returns new status 20090527
45 TOSSTR Instance method Public Method removes highest value from stack and returns new status 20090811
46 UPDATE_ENTRY Instance method Public Method 20090730
Events
Class CL_WCF_BPATH_STACK has no event.
Types
Class CL_WCF_BPATH_STACK has no local type.
Method Signatures

Method EXPRVAL2INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527
2 Returning RV_RET Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20090527

Method EXPRVAL2INT on class CL_WCF_BPATH_STACK has no exception.

Method EXPRVAL2LNG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527
2 Returning RV_RET Value transfer Type reference (TYPE) INT4 2 byte integer (signed) 20090527

Method EXPRVAL2LNG on class CL_WCF_BPATH_STACK has no exception.

Method EXPRVAL2OREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527
2 Returning RV_RET Value transfer Object reference (TYPE REF TO) OBJECT 20090527

Method EXPRVAL2OREF on class CL_WCF_BPATH_STACK has no exception.

Method EXPRVAL2REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527
2 Returning RV_RET Value transfer Object reference (TYPE REF TO) DATA 20090527

Method EXPRVAL2REF on class CL_WCF_BPATH_STACK has no exception.

Method EXPRVAL2STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527
2 Returning RV_RET Value transfer Type reference (TYPE) STRING 20090527

Method EXPRVAL2STRING on class CL_WCF_BPATH_STACK has no exception.

Method FIND_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR Call by reference Type reference (TYPE) STRING 20090730
2 Returning RV_INDEX Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20090730

Method FIND_ENTRY on class CL_WCF_BPATH_STACK has no exception.

Method FIRST_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FIRST Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20090731

Method FIRST_INDEX on class CL_WCF_BPATH_STACK has no exception.

Method FLOORINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOS Value transfer Type reference (TYPE) CRMT_BOL_BPATH_STACKENTRY 2 byte integer (signed) 20090730

Method FLOORINT on class CL_WCF_BPATH_STACK has no exception.

Method GET_AND_REMOVE_FIRST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20090730
2 Returning RV_STATUS Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE 2 byte integer (signed) 20090730

Method GET_AND_REMOVE_FIRST on class CL_WCF_BPATH_STACK has no exception.

Method GET_HIGHEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_DISTANCE Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20100315
2 Exporting EV_ENTRY Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE 2 byte integer (signed) 20100315
3 Importing IV_ATTR Call by reference Type reference (TYPE) STRING 20100315
4 Importing IV_NEXT Call by reference Type reference (TYPE) INT2 -1 2 byte integer (signed) 20100315
5 Importing IV_TEST Call by reference Type reference (TYPE) STRING '' 20100804

Method GET_HIGHEST on class CL_WCF_BPATH_STACK has no exception.

Method GET_HIGHEST_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSS_VAL1 Call by reference Type reference (TYPE) STRING 20110517
2 Importing IV_POSS_VAL2 Call by reference Type reference (TYPE) STRING 20110517
3 Returning RV_RESULT Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20110517

Method GET_HIGHEST_ATTRIBUTE on class CL_WCF_BPATH_STACK has no exception.

Method GET_MAIN_ATTR_OF_FIRST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ATTR Value transfer Type reference (TYPE) STRING 20090730

Method GET_MAIN_ATTR_OF_FIRST on class CL_WCF_BPATH_STACK has no exception.

Method GET_MAIN_ATTR_OF_LAST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ATTR Value transfer Type reference (TYPE) STRING 20090730

Method GET_MAIN_ATTR_OF_LAST on class CL_WCF_BPATH_STACK has no exception.

Method INIT Signature

Method INIT on class CL_WCF_BPATH_STACK has no parameter.
Method INIT on class CL_WCF_BPATH_STACK has no exception.

Method INT2EXPRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IN Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20090519
2 Returning RV_OUT Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090519

Method INT2EXPRVAL on class CL_WCF_BPATH_STACK has no exception.

Method IS_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090728

Method IS_EMPTY on class CL_WCF_BPATH_STACK has no exception.

Method LAST_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_LAST Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20090731

Method LAST_INDEX on class CL_WCF_BPATH_STACK has no exception.

Method LNG2EXPRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IN Call by reference Type reference (TYPE) INT4 2 byte integer (signed) 20090527
2 Returning RV_OUT Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527

Method LNG2EXPRVAL on class CL_WCF_BPATH_STACK has no exception.

Method OREF2EXPRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IN Call by reference Object reference (TYPE REF TO) OBJECT 20090527
2 Returning RV_OUT Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527

Method OREF2EXPRVAL on class CL_WCF_BPATH_STACK has no exception.

Method POP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20090518
2 Returning RV_STATUS Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20090518

Method POP on class CL_WCF_BPATH_STACK has no exception.

Method POP2NIL Signature

Method POP2NIL on class CL_WCF_BPATH_STACK has no parameter.
Method POP2NIL on class CL_WCF_BPATH_STACK has no exception.

Method POPELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20090519
2 Returning RV_STATUS Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE 2 byte integer (signed) 20090519

Method POPELEM on class CL_WCF_BPATH_STACK has no exception.

Method POPELEMASSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20100401
2 Returning RV_RES Value transfer Type reference (TYPE) STRING 20100401

Method POPELEMASSTRING on class CL_WCF_BPATH_STACK has no exception.

Method POPL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20090527
2 Returning RV_STATUS Value transfer Type reference (TYPE) INT4 2 byte integer (signed) 20090527

Method POPL on class CL_WCF_BPATH_STACK has no exception.

Method POPOREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20090527
2 Returning RV_REF Value transfer Object reference (TYPE REF TO) OBJECT 2 byte integer (signed) 20090527

Method POPOREF on class CL_WCF_BPATH_STACK has no exception.

Method POPREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20090527
2 Returning RV_REF Value transfer Object reference (TYPE REF TO) DATA 2 byte integer (signed) 20090527

Method POPREF on class CL_WCF_BPATH_STACK has no exception.

Method POPSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING '~' 20090527
2 Returning RV_STATUS Value transfer Type reference (TYPE) STRING 2 byte integer (signed) 20090527

Method POPSTR on class CL_WCF_BPATH_STACK has no exception.

Method PUSH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR Call by reference Type reference (TYPE) STRING 20090519
2 Importing IV_ELEM Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20090518
3 Importing IV_N2ATTR Call by reference Type reference (TYPE) STRING '' 20100420
4 Importing IV_N2ELEM Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20100420
5 Importing IV_NATTR Call by reference Type reference (TYPE) STRING '' 20090519
6 Importing IV_NELEM Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20090519
7 Importing IV_NEXTMODE Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20090518
8 Importing IV_P2ATTR Call by reference Type reference (TYPE) STRING '' 20100420
9 Importing IV_P2ELEM Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20100420

Method PUSH on class CL_WCF_BPATH_STACK has no exception.

Method PUSHELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR Call by reference Type reference (TYPE) STRING '' stores return value of an explicitely typed BPATH expression 20090519
2 Importing IV_ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE 2 byte integer (signed) 20090518
3 Importing IV_N2ATTR Call by reference Type reference (TYPE) STRING '' 20100420
4 Importing IV_N2ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20100420
5 Importing IV_NATTR Call by reference Type reference (TYPE) STRING stores return value of an explicitely typed BPATH expression 20090519
6 Importing IV_NELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE 2 byte integer (signed) 20090519
7 Importing IV_NEXTMODE Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20090518
8 Importing IV_P2ATTR Call by reference Type reference (TYPE) STRING '' 20100420
9 Importing IV_P2ELEM Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20100420

Method PUSHELEM on class CL_WCF_BPATH_STACK has no exception.

Method PUSHL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR Call by reference Type reference (TYPE) STRING 20090527
2 Importing IV_ELEM Call by reference Type reference (TYPE) INT4 2 byte integer (signed) 20090527
3 Importing IV_NATTR Call by reference Type reference (TYPE) STRING '' 20090527
4 Importing IV_NELEM Call by reference Type reference (TYPE) INT4 0 2 byte integer (signed) 20090527
5 Importing IV_NEXTMODE Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20090527

Method PUSHL on class CL_WCF_BPATH_STACK has no exception.

Method PUSHOREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR Call by reference Type reference (TYPE) STRING 20090527
2 Importing IV_ELEM Call by reference Object reference (TYPE REF TO) OBJECT 2 byte integer (signed) 20090527
3 Importing IV_NATTR Call by reference Type reference (TYPE) STRING '' 20090527
4 Importing IV_NELEM Call by reference Object reference (TYPE REF TO) OBJECT 2 byte integer (signed) 20090527
5 Importing IV_NEXTMODE Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20090527

Method PUSHOREF on class CL_WCF_BPATH_STACK has no exception.

Method PUSHREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR Call by reference Type reference (TYPE) STRING 20090527
2 Importing IV_ELEM Call by reference Object reference (TYPE REF TO) DATA 2 byte integer (signed) 20090527
3 Importing IV_NATTR Call by reference Type reference (TYPE) STRING '' 20090527
4 Importing IV_NELEM Call by reference Object reference (TYPE REF TO) DATA 2 byte integer (signed) 20090527
5 Importing IV_NEXTMODE Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20090527

Method PUSHREF on class CL_WCF_BPATH_STACK has no exception.

Method PUSHSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTR Call by reference Type reference (TYPE) STRING '' 20090527
2 Importing IV_ELEM Call by reference Type reference (TYPE) STRING 2 byte integer (signed) 20090527
3 Importing IV_NATTR Call by reference Type reference (TYPE) STRING '' 20090527
4 Importing IV_NELEM Call by reference Type reference (TYPE) STRING 2 byte integer (signed) 20090527
5 Importing IV_NEXTMODE Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20090527

Method PUSHSTR on class CL_WCF_BPATH_STACK has no exception.

Method READ_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ATTR Call by reference Type reference (TYPE) STRING 20090731
2 Exporting EV_DATA Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090731
3 Importing IV_ENTRY Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20090731

Method READ_ENTRY on class CL_WCF_BPATH_STACK has no exception.

Method REF2EXPRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IN Call by reference Object reference (TYPE REF TO) DATA 20090527
2 Returning RV_OUT Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527

Method REF2EXPRVAL on class CL_WCF_BPATH_STACK has no exception.

Method STRING2EXPRVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IN Call by reference Type reference (TYPE) STRING 20090518
2 Returning RV_OUT Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090518

Method STRING2EXPRVAL on class CL_WCF_BPATH_STACK has no exception.

Method TEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ELEM Call by reference Type reference (TYPE) STRING 20090518
2 Returning IV_RET Value transfer Type reference (TYPE) ABAP_BOOL 20090518

Method TEST on class CL_WCF_BPATH_STACK has no exception.

Method TOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OFFSET Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20100505
2 Returning RV_STATUS Value transfer Type reference (TYPE) INT2 2 byte integer (signed) 20100505

Method TOS on class CL_WCF_BPATH_STACK has no exception.

Method TOSATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TOS_ALT_ATTR Call by reference Type reference (TYPE) STRING 20100315
2 Exporting EV_TOS_ATTR Call by reference Type reference (TYPE) STRING stores return value of an explicitely typed BPATH expression 20100315
3 Exporting EV_TOS_ATTR3 Call by reference Type reference (TYPE) STRING 20100519

Method TOSATTR on class CL_WCF_BPATH_STACK has no exception.

Method TOSELEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OFFSET Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20100505
2 Returning RV_TOS Value transfer Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090527

Method TOSELEM on class CL_WCF_BPATH_STACK has no exception.

Method TOSINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOS Value transfer Type reference (TYPE) CRMT_BOL_BPATH_STACKENTRY 2 byte integer (signed) 20090527

Method TOSINT on class CL_WCF_BPATH_STACK has no exception.

Method TOSL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OFFSET Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20100505
2 Returning RV_RESULT Value transfer Type reference (TYPE) INT4 2 byte integer (signed) 20100505

Method TOSL on class CL_WCF_BPATH_STACK has no exception.

Method TOSOREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OFFSET Call by reference Type reference (TYPE) INT2 0 2 byte integer (signed) 20100505
2 Returning RV_REF Value transfer Object reference (TYPE REF TO) OBJECT 2 byte integer (signed) 20090527

Method TOSOREF on class CL_WCF_BPATH_STACK has no exception.

Method TOSREF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_REF Value transfer Object reference (TYPE REF TO) DATA 2 byte integer (signed) 20090527

Method TOSREF on class CL_WCF_BPATH_STACK has no exception.

Method TOSSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TOS Value transfer Type reference (TYPE) STRING 2 byte integer (signed) 20090811

Method TOSSTR on class CL_WCF_BPATH_STACK has no exception.

Method UPDATE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA Call by reference Type reference (TYPE) CRMT_BOL_BPATH_EXPR_VALUE stores return value of an explicitely typed BPATH expression 20090730
2 Importing IV_ENTRY Call by reference Type reference (TYPE) INT2 2 byte integer (signed) 20090730

Method UPDATE_ENTRY on class CL_WCF_BPATH_STACK has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 701