SAP ABAP Class CL_DMC_A_PARAM_FACTORY (Administrator of a List of Actual Parameters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷ BC-SRV-DMC (Application Component) Data Conversion
⤷ S_DMCM (Package) Data Mapping and Conversion: Maintenance
⤷ BC-SRV-DMC (Application Component) Data Conversion
⤷ S_DMCM (Package) Data Mapping and Conversion: Maintenance
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_POBJECT | Basis Class for All Objects in DMC | 20000229 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_DMC_RULE_CALL | Rule Call | 20000229 |
Properties
Class | CL_DMC_A_PARAM_FACTORY | |
Short Description | Administrator of a List of Actual Parameters | |
Super Class | CL_DMC_POBJECT | Basis Class for All Objects in DMC |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_DMCM | Data Mapping and Conversion: Maintenance |
Created | 20000229 | SAP |
Last change | 20141030 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_DMC_A_PARAM_FACTORY has no forward declaration.
Interfaces
Class CL_DMC_A_PARAM_FACTORY has no interface implemented.
Friends
Class CL_DMC_A_PARAM_FACTORY has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | A_PARAMS | Instance attribute | Public | Object reference (TYPE REF TO) | CL_DMC_A_PARAM_LIST | Actual Parameter List | 20000229 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ADD_A_PARAM | Instance method | Public | Method | Insert Actual Parameter | 20000229 |
2 | CONSTRUCTOR | Instance method | Public | Method | CONSTRUCTOR | 20000229 |
3 | DEL_A_PARAM | Instance method | Public | Method | Delete Actual Parameters | 20000229 |
4 | GET_A_PARAMS | Instance method | Public | Method | Delivers all Actual Parameters | 20000229 |
5 | GET_A_PARAM_BY_GUID | Instance method | Public | Method | Delivers an Actual Parameter | 20000229 |
6 | GET_EXPORT_PARAM | Instance method | Public | Method | Delivers the Export Parameter | 20000328 |
7 | GET_IMPORT_PARAM | Instance method | Public | Method | Delivers Import Parameters | 20000229 |
8 | GET_PARAM_NUMBER | Instance method | Public | Method | Delivers Number of Actual Parameters | 20000229 |
9 | SET_A_PARAMS | Instance method | Public | Method | Sets the Actual Parameters | 20000229 |
Events
Class CL_DMC_A_PARAM_FACTORY has no event.
Types
Class CL_DMC_A_PARAM_FACTORY has no local type.
Method Signatures
Method ADD_A_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | A_A_PARAM | Value transfer | Object reference (TYPE REF TO) | CL_DMC_A_PARAM | A_A_PARAM | 20000229 | ||
2 | Importing | IM_DESCR | Call by reference | Type reference (TYPE) | DMC_DESCR | IM_DESCR | 20000229 | ||
3 | Importing | IM_F_PARAM | Call by reference | Object reference (TYPE REF TO) | IF_DMC_F_PARAMETER | IM_F_PARAM | 20000229 | ||
4 | Importing | IM_ID | Call by reference | Type reference (TYPE) | DMCT_IDENT_TYPE | IM_ID | 20000229 | ||
5 | Importing | IM_VAL | Call by reference | Type reference (TYPE) | DMC_VAL | IM_VAL | 20000229 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | A_PARAM_ALREADY_EXISTS | A_PARAM_ALREADY_EXISTS | 20000229 |
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_AUTHOR | Call by reference | Type reference (TYPE) | SYUNAME | IM_AUTHOR | 20000229 | ||
2 | Importing | IM_CHANGEDATE | Call by reference | Type reference (TYPE) | DMCT_SYSDATE | IM_CHANGEDATE | 20000229 | ||
3 | Importing | IM_CHNAM | Call by reference | Type reference (TYPE) | DMCT_SYSUSER | IM_CHNAM | 20000229 | ||
4 | Importing | IM_CREATEDATE | Call by reference | Type reference (TYPE) | SYDATUM | IM_CREATEDATE | 20000229 | ||
5 | Importing | IM_DESCR | Call by reference | Type reference (TYPE) | DMC_DESCR | IM_DESCR | 20000229 | ||
6 | Importing | IM_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | IM_GUID | 20000229 | ||
7 | Importing | IM_ID | Call by reference | Type reference (TYPE) | DMCT_IDENT_TYPE | IM_ID | 20000229 | ||
8 | Importing | IM_LOADED_FROM_DB | Call by reference | Type reference (TYPE) | BOOLEAN | IM_LOADED_FROM_DB | 20000229 | ||
9 | Importing | IM_RTI | Call by reference | Type reference (TYPE) | DMCT_RTI_TYPE | IM_RTI | 20000229 | ||
10 | Importing | IM_RULE | Call by reference | Object reference (TYPE REF TO) | CL_DMC_SIMPLE_RULE | IM_RULE | 20000229 | ||
11 | Importing | IM_RULE_CALL | Call by reference | Object reference (TYPE REF TO) | CL_DMC_RULE_CALL | IM_RULE_CALL | 20000229 |
Method CONSTRUCTOR on class CL_DMC_A_PARAM_FACTORY has no exception.
Method DEL_A_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_ID | Call by reference | Type reference (TYPE) | DMCT_IDENT_TYPE | IM_ID | 20000229 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | A_PARAM_NOT_FOUND | A_PARAM_NOT_FOUND | 20000229 |
Method GET_A_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EX_A_PARAMS_TAB | Call by reference | Type reference (TYPE) | DMCT_A_PARAM_REL_TAB | EX_A_PARAMS_TAB | 20000229 |
Method GET_A_PARAMS on class CL_DMC_A_PARAM_FACTORY has no exception.
Method GET_A_PARAM_BY_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | A_PARAM_REF | Value transfer | Object reference (TYPE REF TO) | CL_DMC_A_PARAM | A_PARAM_REF | 20000229 | ||
2 | Importing | IM_GUID | Call by reference | Type reference (TYPE) | DMC_GUID | IM_GUID | 20000229 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ELEMENT_NOT_FOUND | ELEMENT_NOT_FOUND | 20000229 |
Method GET_EXPORT_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | AP | Value transfer | Object reference (TYPE REF TO) | CL_DMC_A_PARAM | AP | 20000328 |
Method GET_EXPORT_PARAM on class CL_DMC_A_PARAM_FACTORY has no exception.
Method GET_IMPORT_PARAM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | AP | Value transfer | Object reference (TYPE REF TO) | CL_DMC_A_PARAM | AP | 20000229 | ||
2 | Importing | POS | Call by reference | Type reference (TYPE) | TABFDPOS | POS | 20000229 |
Method GET_IMPORT_PARAM on class CL_DMC_A_PARAM_FACTORY has no exception.
Method GET_PARAM_NUMBER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Returning | NUM | Value transfer | Type reference (TYPE) | I | NUM | 20000229 |
Method GET_PARAM_NUMBER on class CL_DMC_A_PARAM_FACTORY has no exception.
Method SET_A_PARAMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IM_A_PARAM_TAB | Call by reference | Type reference (TYPE) | DMCT_A_PARAM_REL_TAB | IM_A_PARAM_TAB | 20000229 |
Method SET_A_PARAMS on class CL_DMC_A_PARAM_FACTORY has no exception.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 46D |