SAP ABAP Class CL_USMD_DATA_IMPORT (CL_USMD_DATA_IMPORT)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD6 (Package) Replication (Upload/Download, Monitor, ...)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_USMD_EVENT_WD | FinBasis Workbench: Communication Web Dynpro - FPM | 20080116 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_USMD_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20080116 |
Properties
| Class | CL_USMD_DATA_IMPORT | |
| Short Description | ||
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | USMD6 | Replication (Upload/Download, Monitor, ...) |
| Created | 20080116 | SAP |
| Last change | 20130531 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_USMD_EVENT_WD | FinBasis Workbench: Communication Web Dynpro - FPM | 20080116 | ||
| 2 | IF_USMD_VIEW_WD | FinBasis Workbench: Communication WebDynpro - Data Class | 20080116 |
Friends
Class CL_USMD_DATA_IMPORT 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) | USMD_SEQNR | Sequence Number | 20080116 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_USMD_MODEL | MDM Data Model for Access from SAP Standard | 20080116 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_USMD_UI_SERVICES | 20080116 | ||||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'LANGU' | 20080118 | |||
| 5 | Constant | Public | Type reference (TYPE) | OUTPUTLEN | '21' | Output Length | 20080123 | ||
| 6 | Constant | Public | Type reference (TYPE) | OUTPUTLEN | '40' | Output Length | 20080123 | ||
| 7 | Constant | Public | Type reference (TYPE) | OUTPUTLEN | '60' | Output Length | 20080123 | ||
| 8 | Instance attribute | Public | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080122 | |||
| 9 | Instance attribute | Public | Type reference (TYPE) | DD08V-TABNAME | Table Name | 20080128 | |||
| 10 | Instance attribute | Public | Type reference (TYPE) | X030L-TABNAME | Table Name | 20080128 | |||
| 11 | Instance attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20080117 | |||
| 12 | Constant | Public | Type reference (TYPE) | SYLANGU | 'E' | Language Key of Current Text Environment | 20080129 | ||
| 13 | Constant | Public | Type reference (TYPE) | SYLANGU | 'D' | Language Key of Current Text Environment | 20080129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20080116 | ||
| 2 | Instance method | Private | Method | 20080118 | ||
| 3 | Instance method | Private | Method | 20080118 | ||
| 4 | Instance method | Private | Method | 20080118 | ||
| 5 | Instance method | Private | Method | 20080118 | ||
| 6 | Instance method | Private | Method | 20080123 | ||
| 7 | Instance method | Private | Method | 20080122 | ||
| 8 | Instance method | Private | Method | 20080121 | ||
| 9 | Instance method | Private | Method | 20080129 | ||
| 10 | Instance method | Private | Method | 20080123 | ||
| 11 | Instance method | Private | Method | 20080118 | ||
| 12 | Instance method | Private | Method | 20080117 |
Events
Class CL_USMD_DATA_IMPORT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LS_S_KEYS | Public | See coding | 20080124 | BEGIN OF LS_S_KEYS,
ENTITY_KEY_NAME TYPE USMD_FIELDNAME,
TABLE_KEY_NAME TYPE FIELDNAME,
END OF LS_S_KEYS
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_USMD_DATA_IMPORT has no parameter.
Method CONSTRUCTOR on class CL_USMD_DATA_IMPORT has no exception.
Method FIND_CHECK_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20080131 | |||
| 2 | EV_VALUETABLE | Value transfer | Type reference (TYPE) | X030L-TABNAME | Tabellenname | 20080131 | |||
| 3 | IV_DOMNAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20080118 |
Method FIND_CHECK_TABLE on class CL_USMD_DATA_IMPORT has no exception.
Method FIND_FIELD_STRUCTURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_FS | Call by reference | Type reference (TYPE) | DFIES_TABLE | DD Interface: Table Fields for DDIF_FIELDINFO_GET | 20080118 | |||
| 2 | ET_KEY_VALUE | Call by reference | Type reference (TYPE) | USMD_TS_VALUE | 20080118 | ||||
| 3 | ET_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20080131 | |||
| 4 | EV_NO_OF_KEYS | Call by reference | Type reference (TYPE) | I | 20080118 | ||||
| 5 | IV_TABLE | Call by reference | Type reference (TYPE) | X030L-TABNAME | Tabellenname | 20080123 | |||
| 6 | IV_TABLE_TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20080123 |
Method FIND_FIELD_STRUCTURE on class CL_USMD_DATA_IMPORT has no exception.
Method FIND_TEXT_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20080131 | |||
| 2 | EV_TEXTTABLE | Value transfer | Type reference (TYPE) | DD08V-TABNAME | Tabellenname | 20080131 | |||
| 3 | IV_VALUETABLE | Call by reference | Type reference (TYPE) | X030L-TABNAME | Tabellenname | 20080118 |
Method FIND_TEXT_TABLE on class CL_USMD_DATA_IMPORT has no exception.
Method GET_RFC_ENTRIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ENTRIES | Call by reference | Type reference (TYPE) | USMD_TT_TAB512 | Table with a 512 byte field | 20080131 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20080131 | |||
| 3 | IV_GEN_KEY | Value transfer | Type reference (TYPE) | SYENTRY | Internal ABAP System Field | 20080129 | |||
| 4 | IV_VALUETABLE | Call by reference | Type reference (TYPE) | X030L-TABNAME | Tabellenname | 20080118 |
Method GET_RFC_ENTRIES on class CL_USMD_DATA_IMPORT has no exception.
Method MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20080123 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | FIN Master Data: Messages | 20080123 |
Method MESSAGE on class CL_USMD_DATA_IMPORT has no exception.
Method PREPARE_MAPPING_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20080122 |
Method PREPARE_MAPPING_NODES on class CL_USMD_DATA_IMPORT has no exception.
Method PROCESS_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20080121 | |||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20080121 |
Method PROCESS_INPUT on class CL_USMD_DATA_IMPORT has no exception.
Method READ_DATA_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_FIX_VAL | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20080131 | |||
| 2 | EF_NO_ELEMENT | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20080131 | |||
| 3 | ET_FIX_VAL | Call by reference | Type reference (TYPE) | DDFIXVALUES | Description of Domain Fixed Values | 20080129 | |||
| 4 | ET_FIX_VALUES_ALL_LANG | Call by reference | Type reference (TYPE) | USMD_TT_FIX_VALUES | Generated Table for View DD07V | 20080129 | |||
| 5 | ET_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Meldungen | 20080131 | |||
| 6 | EV_DATAELEMENT_LEN | Call by reference | Type reference (TYPE) | I | 20080313 | ||||
| 7 | EV_DOMANAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20080129 | |||
| 8 | IV_DATAELEMENT | Call by reference | Type reference (TYPE) | DDOBJNAME | Name of ABAP Dictionary Object | 20080129 |
Method READ_DATA_ELEMENT on class CL_USMD_DATA_IMPORT has no exception.
Method VALIDATE_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_VALID | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20080124 | |||
| 2 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20080123 | |||
| 3 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | WebDynpro: Schnittstelle für Kontext Knoten | 20080123 |
Method VALIDATE_INPUT on class CL_USMD_DATA_IMPORT has no exception.
Method WRITE_CHECK_TABLE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOCK_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20080208 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | 20080131 | ||||
| 3 | IF_VALIDATION_CHECK | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | 20080131 | ||||
| 4 | IT_KEYS | Call by reference | Type reference (TYPE) | ANY TABLE | 20080123 | ||||
| 5 | IV_DOMNAME | Call by reference | Type reference (TYPE) | DOMANAME | Parameter for domain name | 20080123 | |||
| 6 | I_ENTITY | Call by reference | Type reference (TYPE) | USMD_ENTITY | Aufgelöstes Attribut | 20080307 | |||
| 7 | I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIN Master Data: Field Name | 20080131 |
Method WRITE_CHECK_TABLE_VALUE on class CL_USMD_DATA_IMPORT has no exception.
Method WRITE_FIX_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_LOCK_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | Messages | 20080208 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | USMD_T_MESSAGE | FIN Master Data: Messages | 20080131 | |||
| 3 | IT_FIX_VAL | Call by reference | Type reference (TYPE) | DDFIXVALUES | Description of Domain Fixed Values | 20080128 | |||
| 4 | IT_FIX_VALUES | Call by reference | Type reference (TYPE) | USMD_TT_FIX_VALUES | Description of Domain Fixed Values | 20080117 | |||
| 5 | I_FIELDNAME | Call by reference | Type reference (TYPE) | USMD_FIELDNAME | FIN Master Data: Field Name | 20080131 |
Method WRITE_FIX_VALUES on class CL_USMD_DATA_IMPORT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 604 |