SAP ABAP Class CL_IUUC_RUNTIME_INFO (runtime information for IUUC)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_IUUC_MAIN (Package) Integrated Upgrade & Unicode Conversion: Main Package

⤷

⤷

Properties
Class | CL_IUUC_RUNTIME_INFO | |
Short Description | runtime information for IUUC | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CNV_IUUC_MAIN | Integrated Upgrade & Unicode Conversion: Main Package |
Created | 20100519 | SAP |
Last change | 20141030 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_IUUC_RUNTIME_INFO has no interface implemented.
Friends
Class CL_IUUC_RUNTIME_INFO has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DMC_ID | access plan ID | 20100519 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DMC_MT_IDENTIFIER | mass transfer ID | 20100519 | ||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | IUUC_RUNINFO_OBJECTS_TAB | list of IUUC runtime info objects | 20100609 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IUUC_COBJ_RUNINFO_TAB | IUUC_COBJ_RUNINFO_TAB | 20100611 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | IUUC_COBJ_RUNINFO_TAB | runtime info aggregated by object and single access plan | 20100519 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | add runinfo data from access plan to collective access plan | 20100609 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20100519 |
3 | ![]() |
Instance method | Public | Method | get runinfo of all access plans of collective access plan | 20100609 |
4 | ![]() |
Instance method | Private | Method | get condensed data per access plan | 20100519 |
5 | ![]() |
Instance method | Public | Method | get data for all access plan portions | 20100609 |
6 | ![]() |
Static method | Public | Method | get reference of runinfo object | 20100609 |
7 | ![]() |
Instance method | Private | Method | load runtime data from database tables | 20100519 |
8 | ![]() |
Instance method | Public | Method | refresh runtime info (condensed per object and access plan | 20100609 |
Events
Class CL_IUUC_RUNTIME_INFO has no event.
Types
Class CL_IUUC_RUNTIME_INFO has no local type.
Method Signatures
Method ADD_ACPL_DATA_TO_COLL_ACP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_COLL_ACP_RUNINFO | Call by reference | Type reference (TYPE) | IUUC_COBJ_RUNINFO | IUUC runtime information per conversion object / acc. pl. | 20100609 | ||
2 | ![]() |
IS_ACPL_RUNINFO | Call by reference | Type reference (TYPE) | IUUC_COBJ_RUNINFO | IUUC runtime information per conversion object / acc. pl. | 20100609 |
Method ADD_ACPL_DATA_TO_COLL_ACP on class CL_IUUC_RUNTIME_INFO has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACPL_ID | Call by reference | Type reference (TYPE) | DMC_ID | DMC: Key | 20100519 | ||
2 | ![]() |
I_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20100519 |
Method CONSTRUCTOR on class CL_IUUC_RUNTIME_INFO has no exception.
Method GET_ACPL_PER_COLL_ACP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20100609 | ||
2 | ![]() |
RT_RUNINFO | Value transfer | Type reference (TYPE) | IUUC_COBJ_RUNINFO_TAB | IUUC runtime information per conversion object / acc. pl. | 20100611 |
Method GET_ACPL_PER_COLL_ACP on class CL_IUUC_RUNTIME_INFO has no exception.
Method GET_CONDENSED_DATA_PER_ACPL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ACS_PLAN_HDR | Call by reference | Type reference (TYPE) | DMC_ACS_PLAN_HDR | DMC: Access plans for a conversion object | 20100519 | ||
2 | ![]() |
RS_COBJ_RUNINFO | Value transfer | Type reference (TYPE) | IUUC_COBJ_RUNINFO | IUUC runtime information per conversion object / acc. pl. | 20100519 |
Method GET_CONDENSED_DATA_PER_ACPL on class CL_IUUC_RUNTIME_INFO has no exception.
Method GET_PORTION_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACPL_ID | Call by reference | Type reference (TYPE) | DMC_ID | DMC: Key | 20100618 | ||
2 | ![]() |
I_COLL_ACP_ID | Call by reference | Type reference (TYPE) | DMC_ID | DMC: Key | 20100618 | ||
3 | ![]() |
I_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20100618 | ||
4 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | table name | 20100618 | ||
5 | ![]() |
RT_RUNINFO | Value transfer | Type reference (TYPE) | IUUC_PORTION_RUNINFO_COMPL_TAB | IUUC runtime info per data portion (complete) | 20100618 |
Method GET_PORTION_DATA on class CL_IUUC_RUNTIME_INFO has no exception.
Method GET_REFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_ACPL_ID | Call by reference | Type reference (TYPE) | DMC_ID | DMC: Key | 20100609 | ||
2 | ![]() |
I_MT_ID | Call by reference | Type reference (TYPE) | DMC_MT_IDENTIFIER | DMC: Indicator for Mass Transfer | 20100609 | ||
3 | ![]() |
RREF_OBJECT | Value transfer | Object reference (TYPE REF TO) | CL_IUUC_RUNTIME_INFO | runtime information for IUUC | 20100609 |
Method GET_REFERENCE on class CL_IUUC_RUNTIME_INFO has no exception.
Method LOAD_CONDENSED_FROM_DB Signature
Method LOAD_CONDENSED_FROM_DB on class CL_IUUC_RUNTIME_INFO has no parameter.
Method LOAD_CONDENSED_FROM_DB on class CL_IUUC_RUNTIME_INFO has no exception.
Method RELOAD_CONDENSED_FROM_DB Signature
Method RELOAD_CONDENSED_FROM_DB on class CL_IUUC_RUNTIME_INFO has no parameter.
Method RELOAD_CONDENSED_FROM_DB on class CL_IUUC_RUNTIME_INFO has no exception.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 2010_1_620 |