SAP /INCMD/CL_APPL_VAR_MIRROR OO Class - Static Session Mirror of SM variables
/INCMD/CL_APPL_VAR_MIRROR is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /INCMD/CL_APPL_VAR_MIRROR including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /INCMD/CL_APPL_VAR_MIRROR SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Public |
| CALL METHOD /incmd/cl_appl_var_mirror=>CLASS_CONSTRUCTOR...more details | ||
/INCMD/CL_APPL_VAR_MIRROR attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GS_CUST1 | Static Attribute | Application level customisation for INC | LIKE /INCMD/TCUST1 | Public | |
| GT_ACTIVE_ICTYPES | Static Attribute | Table type for application level customizing | LIKE /INCMD/TAPPLCUST_TAB | Public | |
| GT_APP | Static Attribute | Table type for appids | LIKE /INCMD/APP_TAB | Public | |
| GT_APPATRMAP | Static Attribute | Attribute Application mapping | LIKE /INCMD/APPATRMAP_TAB | Public | |
| GT_APPBCMAP | Static Attribute | Tab type for mapping bw appid bmemtype and cardinality | LIKE /INCMD/APPBCMAP_TAB | Public | |
| GT_APPCNDMAP | Static Attribute | Application and conditional fields mapping | LIKE /INCMD/APPCNDMAP_TAB | Public | |
| GT_APPIMAP | Static Attribute | Tab type for application and ictype mapping | LIKE /INCMD/APPIMAP_TAB | Public | |
| GT_APP_COND | Static Attribute | Table type for appids | LIKE /INCMD/APP_TAB | Public | |
| GT_ATTR | Static Attribute | Properties of Attributes at the relation level | LIKE /INCMD/TATTR_TAB | Public | |
| GT_ICTYPBCMP | Static Attribute | tab Type for allowed bmemtypes, card for an ictype | LIKE /INCMD/ICTYPBCMP_TAB | Public | |
| GT_ICTYPRTMP | Static Attribute | Allowed typeof relation for an ictype | LIKE /INCMD/ICTYPRTMP_TAB | Public | |
| GT_TICNR | Static Attribute | Table type for Number range objects of InC | LIKE /INCMD/TICNR_TAB | Public | |
| GT_TICRMAP | Static Attribute | INC Group Replacement Type Mapping | LIKE /INCMD/TICRMAP_TAB | Public | |
| GT_TMEMTYPES | Static Attribute | Table type for /incmd/tmemtype | LIKE /INCMD/TMEMTYPE_TT | Public | |
| GT_TMEMTYPET | Static Attribute | TAble type for memtype descriptions | LIKE /INCMD/TMEMTYPET_TAB | Public | |
| GT_TNRIV | Static Attribute | Table type for Number Range Intervals | LIKE /INCMD/TNRIV_TAB | Public | |
| GT_TRCODE | Static Attribute | Table type for reason code | LIKE /INCMD/TRCODE_TAB | Public | |
| GT_TREPTYPES | Static Attribute | REPTYPE//INCMD/REPTYPE | LIKE /INCMD/TREPTYPE_TT | Public | |
| GT_TREPTYPET | Static Attribute | Table type for the replacement type texrt table | LIKE /INCMD/TREPTYPET_TAB | Public | |
| GV_CHAIN_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_CHAIN_VIEW_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_CI_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_CL_AREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_FFF_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_FFF_VIEW_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_FF_SREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_FI_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_FI_SREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_FSI_AREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_FS_AREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_GROUP_NO | Static Attribute | Interchangeability Group Number | LIKE /INCMD/ICNO | Public | |
| GV_IF_SREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_II_SREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_INCMD_USER | Static Attribute | User Name | LIKE SYUNAME | Public | |
| GV_ITEM_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_ITEM_VAR | Static Attribute | iPPE Variant Type | LIKE PVS_POSV_TYPE | Public | |
| GV_LDPLC_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_LDPLS_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_LDP_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_LI_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_LOC_CHAIN_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_LOC_LIST_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_LPI_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_LPSPLP_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_LPSP_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_LP_CHAIN_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_LSI_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_PC_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_PF_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_PSP_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_RESFFF_HEADER_NODE | Static Attribute | iPPE Node Type | LIKE PVS_PNODE_TYPE | Public | |
| GV_RF_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_RI_PREL | Static Attribute | iPPE Relationship Type | LIKE PVS_PNREL_TYPE | Public | |
| GV_SUBSET_NO | Static Attribute | Interchangeability Group Number | LIKE /INCMD/ICNO | Public |
Links to Related Class(s)
/INCMD/C...Full list of available SAP object classes
Search for further information about these or an SAP related objects