SAP ABAP Class CL_DMC_OB_STACK (stack administration - singleton -)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Properties
Class CL_DMC_OB_STACK  
Short Description stack administration - singleton -    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_DMCM   Data Mapping and Conversion: Maintenance 
Created 20100527   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 VRM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DMC_OB_STACK has no interface implemented.
Friends
Class CL_DMC_OB_STACK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GREF_STACK Static Attribute Private Object reference (TYPE REF TO) CL_DMC_OB_STACK stack administration - singleton - 20100527
2 HIERARCHY_TREE_STRUC Instance attribute Private Type reference (TYPE) DMC_OB_HIERARCHY_TREE object browser: structure for hierarchy tree table 20100527
3 STACK_STRUC Instance attribute Private Type reference (TYPE) DMC_OB_STACK_STRUCTURE attribute to handle the stack 20100527
4 STACK_TAB Instance attribute Private Type reference (TYPE) DMC_OB_STACK_TABLE object browser: table for the stack itself 20100527
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_APPLICATION Static method Public Method change the application 20110228
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20100527
3 COBJ_EXIST Instance method Public Method check if cobj exist or not 20100622
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100527
5 CREATE_OBJECT Instance method Public Method creates a new object and add it to the stack 20100527
6 GET_ACTIVE_ELEMENT Instance method Public Method return the active element 20100527
7 GET_ACTIVE_STEP Instance method Public Method get the number of the active step 20100527
8 GET_CNTN_HIERARCHY Instance method Public Method get the cntn hierarchy tree tab 20100622
9 GET_COBJ_HIERARCHY Instance method Public Method get the cobj hierarchy tree tab 20100621
10 GET_INSTANCE Static method Public Method get the instance gref_stack of the stack itself 20100527
11 GET_PATH Instance method Public Method get the path as a string to display 20100527
12 GET_PRJCT_DROPDOWN Instance method Public Method get the prjct object 20100608
13 GET_PRJCT_HIERARCHY Instance method Public Method get the prjct hierarchy tree tab 20100608
14 GET_SPRJCT_DROPDOWN Instance method Public Method get the subprjct object 20100608
15 GET_SPRJCT_HIERARCHY Instance method Public Method get the prjct hierarchy tree tab 20100608
16 GET_STEPS_AT_ALL Instance method Public Method get the steps at all for the navigation 20100527
17 HANDLE_NODE_DOUBLE_CLICK Instance method Public Event handling method react on node click 20100610
18 SET_ACS_HDR Instance method Public Method set the access plan element active 20100624
19 SET_ACS_PLAN Instance method Public Method set the access plan where clauses element active 20100625
20 SET_ACS_PLAN_COBJ_HDR Instance method Public Method set the cobj access plan element active 20100624
21 SET_ACS_PLAN_STG Instance method Public Method set the access plan settings element active 20100625
22 SET_ACTP Instance method Public Method set the actp element active 20100614
23 SET_CNTN Instance method Public Method set the cntn element active 20100607
24 SET_COLL_ACS_HDR Instance method Public Method set the collective access plan element active 20100624
25 SET_COLL_HDR Instance method Public Method set the collective access plan element active 20100624
26 SET_COLL_STG Instance method Public Method set the collective access plan settings element active 20100624
27 SET_FIRST_STEP Instance method Public Method set the first step active 20100528
28 SET_LAST_STEP Instance method Public Method set the last step active 20100528
29 SET_NEXT_STEP Instance method Public Method set the next step active 20100528
30 SET_OP Instance method Public Method set the rule implementation (op) element active 20100615
31 SET_PARAM Instance method Public Method set the formal argument element active 20100615
32 SET_PREC_HDR Instance method Public Method set the prec hdr element active 20100624
33 SET_PREC_STG Instance method Public Method set the precalculation settings element active 20100624
34 SET_PREVIOUS_STEP Instance method Public Method sets the previous step active 20100528
35 SET_RCALL Instance method Public Method set the rcall element active 20100614
36 SET_RSREL Instance method Public Method set the rsrel element active 20100611
37 SET_RULE Instance method Public Method set the rule element active 20100615
38 SET_RUN_INFO Instance method Public Method set the run info element active 20100625
39 SET_RVARIANT Instance method Public Method set the rule variant element active 20100615
40 SET_STREE Instance method Public Method set the stree element active 20100607
41 SET_STRUCT Instance method Public Method set the struct element active 20100607
42 SPRJCT_EXIST Instance method Public Method check if subproject exist or not 20100622
Events
Class CL_DMC_OB_STACK has no event.
Types
Class CL_DMC_OB_STACK has no local type.
Method Signatures

Method CHANGE_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ANWDG_IDENT Call by reference Type reference (TYPE) DMC_ANWDGI DMC: Name for Applications 20110228

Method CHANGE_APPLICATION on class CL_DMC_OB_STACK has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_DMC_OB_STACK has no parameter.
Method CLASS_CONSTRUCTOR on class CL_DMC_OB_STACK has no exception.

Method COBJ_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COBJ_EXIST Value transfer Type reference (TYPE) BOOLEAN object browser: table for the hierarchy tree 20100622

Method COBJ_EXIST on class CL_DMC_OB_STACK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) DMC_GUID DMC: Globally Unique Key (22 Characters) 20100527
2 Importing IV_NAME Call by reference Type reference (TYPE) DMC_IDENT DMC: General ID 20100527
3 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20100527

Method CONSTRUCTOR on class CL_DMC_OB_STACK has no exception.

Method CREATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HIERARCHY_TREE Call by reference Type reference (TYPE) DMC_OB_HIERARCHY_TREE_TAB object browser: table for the hierarchy tree 20100527

Method CREATE_OBJECT on class CL_DMC_OB_STACK has no exception.

Method GET_ACTIVE_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ACTIVE_ELEMENT Call by reference Object reference (TYPE REF TO) IF_DMC_OB_DATA interface for the different objects (dmc_object_browser) 20100527

Method GET_ACTIVE_ELEMENT on class CL_DMC_OB_STACK has no exception.

Method GET_ACTIVE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ACTIVE_STEP Value transfer Type reference (TYPE) I 20100527

Method GET_ACTIVE_STEP on class CL_DMC_OB_STACK has no exception.

Method GET_CNTN_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HIERARCHY_TAB Value transfer Type reference (TYPE) DMC_OB_HIERARCHY_TREE_TAB object browser: table for the hierarchy tree 20100622

Method GET_CNTN_HIERARCHY on class CL_DMC_OB_STACK has no exception.

Method GET_COBJ_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HIERARCHY_TAB Value transfer Type reference (TYPE) DMC_OB_HIERARCHY_TREE_TAB object browser: table for the hierarchy tree 20100621

Method GET_COBJ_HIERARCHY on class CL_DMC_OB_STACK has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_OWN_REFERENCE Call by reference Object reference (TYPE REF TO) CL_DMC_OB_STACK stack administration - singleton - 20100527

Method GET_INSTANCE on class CL_DMC_OB_STACK has no exception.

Method GET_PATH Signature

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

Method GET_PATH on class CL_DMC_OB_STACK has no exception.

Method GET_PRJCT_DROPDOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VALUES Value transfer Type reference (TYPE) VRM_VALUES listbox data 20100608

Method GET_PRJCT_DROPDOWN on class CL_DMC_OB_STACK has no exception.

Method GET_PRJCT_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HIERARCHY_TAB Value transfer Type reference (TYPE) DMC_OB_HIERARCHY_TREE_TAB object browser: table for the hierarchy tree 20100608

Method GET_PRJCT_HIERARCHY on class CL_DMC_OB_STACK has no exception.

Method GET_SPRJCT_DROPDOWN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VALUES Value transfer Type reference (TYPE) VRM_VALUES listbox data 20100608

Method GET_SPRJCT_DROPDOWN on class CL_DMC_OB_STACK has no exception.

Method GET_SPRJCT_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HIERARCHY_TAB Value transfer Type reference (TYPE) DMC_OB_HIERARCHY_TREE_TAB object browser: table for the hierarchy tree 20100608

Method GET_SPRJCT_HIERARCHY on class CL_DMC_OB_STACK has no exception.

Method GET_STEPS_AT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STEPS_AT_ALL Value transfer Type reference (TYPE) I 20100527

Method GET_STEPS_AT_ALL on class CL_DMC_OB_STACK has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20100610

Method HANDLE_NODE_DOUBLE_CLICK on class CL_DMC_OB_STACK has no exception.

Method SET_ACS_HDR Signature

Method SET_ACS_HDR on class CL_DMC_OB_STACK has no parameter.
Method SET_ACS_HDR on class CL_DMC_OB_STACK has no exception.

Method SET_ACS_PLAN Signature

Method SET_ACS_PLAN on class CL_DMC_OB_STACK has no parameter.
Method SET_ACS_PLAN on class CL_DMC_OB_STACK has no exception.

Method SET_ACS_PLAN_COBJ_HDR Signature

Method SET_ACS_PLAN_COBJ_HDR on class CL_DMC_OB_STACK has no parameter.
Method SET_ACS_PLAN_COBJ_HDR on class CL_DMC_OB_STACK has no exception.

Method SET_ACS_PLAN_STG Signature

Method SET_ACS_PLAN_STG on class CL_DMC_OB_STACK has no parameter.
Method SET_ACS_PLAN_STG on class CL_DMC_OB_STACK has no exception.

Method SET_ACTP Signature

Method SET_ACTP on class CL_DMC_OB_STACK has no parameter.
Method SET_ACTP on class CL_DMC_OB_STACK has no exception.

Method SET_CNTN Signature

Method SET_CNTN on class CL_DMC_OB_STACK has no parameter.
Method SET_CNTN on class CL_DMC_OB_STACK has no exception.

Method SET_COLL_ACS_HDR Signature

Method SET_COLL_ACS_HDR on class CL_DMC_OB_STACK has no parameter.
Method SET_COLL_ACS_HDR on class CL_DMC_OB_STACK has no exception.

Method SET_COLL_HDR Signature

Method SET_COLL_HDR on class CL_DMC_OB_STACK has no parameter.
Method SET_COLL_HDR on class CL_DMC_OB_STACK has no exception.

Method SET_COLL_STG Signature

Method SET_COLL_STG on class CL_DMC_OB_STACK has no parameter.
Method SET_COLL_STG on class CL_DMC_OB_STACK has no exception.

Method SET_FIRST_STEP Signature

Method SET_FIRST_STEP on class CL_DMC_OB_STACK has no parameter.
Method SET_FIRST_STEP on class CL_DMC_OB_STACK has no exception.

Method SET_LAST_STEP Signature

Method SET_LAST_STEP on class CL_DMC_OB_STACK has no parameter.
Method SET_LAST_STEP on class CL_DMC_OB_STACK has no exception.

Method SET_NEXT_STEP Signature

Method SET_NEXT_STEP on class CL_DMC_OB_STACK has no parameter.
Method SET_NEXT_STEP on class CL_DMC_OB_STACK has no exception.

Method SET_OP Signature

Method SET_OP on class CL_DMC_OB_STACK has no parameter.
Method SET_OP on class CL_DMC_OB_STACK has no exception.

Method SET_PARAM Signature

Method SET_PARAM on class CL_DMC_OB_STACK has no parameter.
Method SET_PARAM on class CL_DMC_OB_STACK has no exception.

Method SET_PREC_HDR Signature

Method SET_PREC_HDR on class CL_DMC_OB_STACK has no parameter.
Method SET_PREC_HDR on class CL_DMC_OB_STACK has no exception.

Method SET_PREC_STG Signature

Method SET_PREC_STG on class CL_DMC_OB_STACK has no parameter.
Method SET_PREC_STG on class CL_DMC_OB_STACK has no exception.

Method SET_PREVIOUS_STEP Signature

Method SET_PREVIOUS_STEP on class CL_DMC_OB_STACK has no parameter.
Method SET_PREVIOUS_STEP on class CL_DMC_OB_STACK has no exception.

Method SET_RCALL Signature

Method SET_RCALL on class CL_DMC_OB_STACK has no parameter.
Method SET_RCALL on class CL_DMC_OB_STACK has no exception.

Method SET_RSREL Signature

Method SET_RSREL on class CL_DMC_OB_STACK has no parameter.
Method SET_RSREL on class CL_DMC_OB_STACK has no exception.

Method SET_RULE Signature

Method SET_RULE on class CL_DMC_OB_STACK has no parameter.
Method SET_RULE on class CL_DMC_OB_STACK has no exception.

Method SET_RUN_INFO Signature

Method SET_RUN_INFO on class CL_DMC_OB_STACK has no parameter.
Method SET_RUN_INFO on class CL_DMC_OB_STACK has no exception.

Method SET_RVARIANT Signature

Method SET_RVARIANT on class CL_DMC_OB_STACK has no parameter.
Method SET_RVARIANT on class CL_DMC_OB_STACK has no exception.

Method SET_STREE Signature

Method SET_STREE on class CL_DMC_OB_STACK has no parameter.
Method SET_STREE on class CL_DMC_OB_STACK has no exception.

Method SET_STRUCT Signature

Method SET_STRUCT on class CL_DMC_OB_STACK has no parameter.
Method SET_STRUCT on class CL_DMC_OB_STACK has no exception.

Method SPRJCT_EXIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SPRJCT_EXIST Value transfer Type reference (TYPE) BOOLEAN object browser: table for the hierarchy tree 20100622

Method SPRJCT_EXIST on class CL_DMC_OB_STACK has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620