SAP ABAP Class /TDAG/CPIF_MULT_INST_DATA (CP: Inferface for mulpiple instance property data)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /TDAG/CPCL_CHECK_ACT_DATA | Data class for check activation | 20090716 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /TDAG/CPCL_REACH_USE_DATA | CP: Manages the basic data for REACH | 20071126 |
Properties
| Class | /TDAG/CPIF_MULT_INST_DATA | |
| Short Description | CP: Inferface for mulpiple instance property data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20071126 | SAP |
| Last change | 20141109 | SAP |
| 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 /TDAG/CPIF_MULT_INST_DATA has no interface implemented.
Friends
Class /TDAG/CPIF_MULT_INST_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /TDAG/CPE_CHAR_TYPE | 3 | Characteristic type document link | 20071126 | ||
| 2 | Constant | Public | Type reference (TYPE) | /TDAG/CPE_CHAR_TYPE | 2 | Characteristic type fix value | 20071126 | ||
| 3 | Constant | Public | Type reference (TYPE) | /TDAG/CPE_CHAR_TYPE | 4 | Characteristic type free text | 20071126 | ||
| 4 | Constant | Public | Type reference (TYPE) | /TDAG/CPE_CHAR_TYPE | 1 | Characteristic type phrase | 20071126 | ||
| 5 | Constant | Public | Type reference (TYPE) | ESEMODE | 'I' | Mode for Insert record | 20071130 | ||
| 6 | Constant | Public | Type reference (TYPE) | ESEMODE | 'U' | Mode for Update record | 20071130 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Inserts new records into specification | 20071126 | |
| 2 | Instance method | Public | Method | Delets specification data | 20071126 | |
| 3 | Instance method | Public | Method | Deletes the internal data structures | 20071126 | |
| 4 | Instance method | Public | Method | Returns activities (edit, display,...) | 20080701 | |
| 5 | Instance method | Public | Method | Returns the specification data from internal structures | 20071126 | |
| 6 | Instance method | Public | Method | Returns a table of field descriptors | 20071126 | |
| 7 | Instance method | Public | Method | Returns the long text of a phrase | 20071126 | |
| 8 | Instance method | Public | Method | Returns the next row number | 20071130 | |
| 9 | Instance method | Public | Method | Returns the current property | 20071126 | |
| 10 | Instance method | Public | Method | Returns the current specification ID | 20071126 | |
| 11 | Instance method | Public | Method | Reads the specification data from database | 20071126 | |
| 12 | Instance method | Public | Method | Changes the specification data | 20071126 |
Events
Class /TDAG/CPIF_MULT_INST_DATA has no event.
Types
Class /TDAG/CPIF_MULT_INST_DATA has no local type.
Method Signatures
Method ADD_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /TDAG/CPY_MESSAGES | Table with (error) messages | 20071126 | |||
| 2 | E_FLG_ERROR | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if errors occurred | 20071126 | |||
| 3 | E_FLG_WARNING | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if warnings occurred | 20071126 | |||
| 4 | XT_DATA | Call by reference | Type reference (TYPE) | /TDAG/CPY_ALV03 | The new records to create | 20071126 |
Method ADD_DATA on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method DELETE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /TDAG/CPY_MESSAGES | Table with (error) messages | 20071126 | |||
| 2 | E_FLG_ERROR | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if errors occurred | 20071126 | |||
| 3 | E_FLG_WARNING | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if warnings occurred | 20071126 | |||
| 4 | XT_DATA | Call by reference | Type reference (TYPE) | /TDAG/CPY_ALV03 | The records to delete | 20071126 |
Method DELETE_DATA on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method FREE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /TDAG/CPY_MESSAGES | Table with (error) messages | 20071126 | |||
| 2 | E_FLG_ERROR | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if errors occurred | 20071126 | |||
| 3 | E_FLG_WARNING | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if warnings occurred | 20071126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | The objects could not be deleted completely | 20071126 |
Method GET_ACTIVITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ACTIVITIES | Value transfer | Type reference (TYPE) | /TDAG/CPE_ACTIVITIES | Activities | 20080701 |
Method GET_ACTIVITIES on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DATA | Call by reference | Type reference (TYPE) | /TDAG/CPY_ALV03 | The read records | 20071126 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /TDAG/CPY_MESSAGES | Table with (error) messages | 20071126 | |||
| 3 | E_FLG_ERROR | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if errors occurred | 20071126 | |||
| 4 | E_FLG_WARNING | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if warnings occurred | 20071126 |
Method GET_DATA on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method GET_FIELD_DESCRIPTORS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_FIELD_DESCRIPTORS | Call by reference | Type reference (TYPE) | /TDAG/CPYS_FIELD_DESCRIPTORS | Table of field descriptors | 20071128 |
Method GET_FIELD_DESCRIPTORS on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method GET_LONG_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LONG_TEXT | Call by reference | Type reference (TYPE) | LVC_T_TLIN | The long text | 20071126 | |||
| 2 | I_CHARACTERISTIC | Call by reference | Type reference (TYPE) | ATNAM | The characteristic for which the long text should be ret. | 20071126 | |||
| 3 | I_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | SY-LANGU | The language of the long text | 20071126 | ||
| 4 | I_VALUE | Call by reference | Type reference (TYPE) | LVC_VALUE | Phrase key or phrase text for which to return the long text | 20071126 |
Method GET_LONG_TEXT on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method GET_NEXT_ROWNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_ROWNO | Value transfer | Type reference (TYPE) | INT4 | The next row number | 20071130 |
Method GET_NEXT_ROWNO on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method GET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_PROPERTY | Value transfer | Type reference (TYPE) | ESEESTCAT | Property | 20071126 |
Method GET_PROPERTY on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method GET_SPEC_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_SPEC_ID | Value transfer | Type reference (TYPE) | ESESUBID | ID der Spezifikation | 20071126 |
Method GET_SPEC_ID on class /TDAG/CPIF_MULT_INST_DATA has no exception.
Method INIT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /TDAG/CPY_MESSAGES | Table with (error) messages | 20071126 | |||
| 2 | E_FLG_ERROR | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if errors occurred | 20071126 | |||
| 3 | E_FLG_WARNING | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if warnings occurred | 20071126 | |||
| 4 | I_FLG_CLEAR_BUFFER | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | ESP1_FALSE | Indicator if buffer should be reset | 20071126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | The data could not be read | 20071126 |
Method MODIFY_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /TDAG/CPY_MESSAGES | Table with (error) messages | 20071126 | |||
| 2 | E_FLG_ERROR | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if errors occurred | 20071126 | |||
| 3 | E_FLG_WARNING | Call by reference | Type reference (TYPE) | ESP1_BOOLEAN | Indicator if warnings occurred | 20071126 | |||
| 4 | XT_DATA | Call by reference | Type reference (TYPE) | /TDAG/CPY_ALV03 | The records to modify | 20071126 |
Method MODIFY_DATA on class /TDAG/CPIF_MULT_INST_DATA has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in |