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 USMD0 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 DD_STEP Instance attribute Private Type reference (TYPE) USMD_SEQNR Sequence Number 20080116
2 DO_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_USMD_MODEL MDM Data Model for Access from SAP Standard 20080116
3 DO_SERVICE Instance attribute Private Object reference (TYPE REF TO) IF_USMD_UI_SERVICES 20080116
4 GC_LANGU Constant Public Type reference (TYPE) STRING 'LANGU' 20080118
5 GC_TEXT_LEN1 Constant Public Type reference (TYPE) OUTPUTLEN '21' Output Length 20080123
6 GC_TEXT_LEN2 Constant Public Type reference (TYPE) OUTPUTLEN '40' Output Length 20080123
7 GC_TEXT_LEN3 Constant Public Type reference (TYPE) OUTPUTLEN '60' Output Length 20080123
8 GV_RFC Instance attribute Public Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080122
9 GV_TEXTTABLE Instance attribute Public Type reference (TYPE) DD08V-TABNAME Table Name 20080128
10 GV_VALUETABLE Instance attribute Public Type reference (TYPE) X030L-TABNAME Table Name 20080128
11 GV_VISIBLE_TABLE Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080117
12 SYLANGU1 Constant Public Type reference (TYPE) SYLANGU 'E' Language Key of Current Text Environment 20080129
13 SYLANGU2 Constant Public Type reference (TYPE) SYLANGU 'D' Language Key of Current Text Environment 20080129
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20080116
2 FIND_CHECK_TABLE Instance method Private Method 20080118
3 FIND_FIELD_STRUCTURE Instance method Private Method 20080118
4 FIND_TEXT_TABLE Instance method Private Method 20080118
5 GET_RFC_ENTRIES Instance method Private Method 20080118
6 MESSAGE Instance method Private Method 20080123
7 PREPARE_MAPPING_NODES Instance method Private Method 20080122
8 PROCESS_INPUT Instance method Private Method 20080121
9 READ_DATA_ELEMENT Instance method Private Method 20080129
10 VALIDATE_INPUT Instance method Private Method 20080123
11 WRITE_CHECK_TABLE_VALUE Instance method Private Method 20080118
12 WRITE_FIX_VALUES 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 Exporting ET_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080131
2 Exporting EV_VALUETABLE Value transfer Type reference (TYPE) X030L-TABNAME Tabellenname 20080131
3 Importing 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 Exporting ET_FS Call by reference Type reference (TYPE) DFIES_TABLE DD Interface: Table Fields for DDIF_FIELDINFO_GET 20080118
2 Exporting ET_KEY_VALUE Call by reference Type reference (TYPE) USMD_TS_VALUE 20080118
3 Exporting ET_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20080131
4 Exporting EV_NO_OF_KEYS Call by reference Type reference (TYPE) I 20080118
5 Importing IV_TABLE Call by reference Type reference (TYPE) X030L-TABNAME Tabellenname 20080123
6 Importing 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 Exporting ET_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20080131
2 Exporting EV_TEXTTABLE Value transfer Type reference (TYPE) DD08V-TABNAME Tabellenname 20080131
3 Importing 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 Exporting ET_ENTRIES Call by reference Type reference (TYPE) USMD_TT_TAB512 Table with a 512 byte field 20080131
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20080131
3 Importing IV_GEN_KEY Value transfer Type reference (TYPE) SYENTRY Internal ABAP System Field 20080129
4 Importing 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 Importing IO_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE WebDynpro: Schnittstelle für Kontext Knoten 20080123
2 Importing 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 Importing 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 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080121
2 Importing 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 Exporting EF_FIX_VAL Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080131
2 Exporting EF_NO_ELEMENT Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080131
3 Exporting ET_FIX_VAL Call by reference Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20080129
4 Exporting ET_FIX_VALUES_ALL_LANG Call by reference Type reference (TYPE) USMD_TT_FIX_VALUES Generated Table for View DD07V 20080129
5 Exporting ET_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080131
6 Exporting EV_DATAELEMENT_LEN Call by reference Type reference (TYPE) I 20080313
7 Exporting EV_DOMANAME Call by reference Type reference (TYPE) DOMNAME Domain name 20080129
8 Importing 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 Exporting EV_VALID Call by reference Type reference (TYPE) WDY_BOOLEAN Supplement for True Boolean Type: 'X' == True '' == False 20080124
2 Importing IO_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20080123
3 Importing 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 Exporting ET_LOCK_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20080208
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE 20080131
3 Importing IF_VALIDATION_CHECK Call by reference Type reference (TYPE) WDY_BOOLEAN 20080131
4 Importing IT_KEYS Call by reference Type reference (TYPE) ANY TABLE 20080123
5 Importing IV_DOMNAME Call by reference Type reference (TYPE) DOMANAME Parameter for domain name 20080123
6 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Aufgelöstes Attribut 20080307
7 Importing 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 Exporting ET_LOCK_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE Messages 20080208
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) USMD_T_MESSAGE FIN Master Data: Messages 20080131
3 Importing IT_FIX_VAL Call by reference Type reference (TYPE) DDFIXVALUES Description of Domain Fixed Values 20080128
4 Importing IT_FIX_VALUES Call by reference Type reference (TYPE) USMD_TT_FIX_VALUES Description of Domain Fixed Values 20080117
5 Importing 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