SAP ABAP Class CL_USMD_DATA_TRANSFER (Data Transfer)
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_DOWNLOAD_FROM_DRF Interface for Download from DRF 20091103
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_USMD_UPLOAD Interaction for Uploading Data 20081121
Properties
Class CL_USMD_DATA_TRANSFER  
Short Description Data Transfer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class USMD6    
Program status     
Category 0   
Package USMD6   Replication (Upload/Download, Monitor, ...) 
Created 20080320   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_STRUCTDESCR Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_USMD_POST_DATA Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
4 USMD0 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 USMD1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 USMD6 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_USMD_DOWNLOAD_FROM_DRF Interface for Download from DRF 20091103
2 IF_USMD_UPLOAD Interaction for Uploading Data 20081121
Friends
Class CL_USMD_DATA_TRANSFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DF_ABORT Instance attribute Protected Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20090317
2 DF_APPL_LOG_PROBLEM Instance attribute Protected Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20081125
3 DF_DATA_CHECKED Instance attribute Protected Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20080320
4 DF_DATA_UNSAVED Instance attribute Protected Type reference (TYPE) USMD_FLG Data not saved 20080320
5 DF_ENQUEUE_CR_DONE Instance attribute Protected Type reference (TYPE) USMD_FLG Enqueue CR performed 20080604
6 DF_ENQUEUE_DONE Instance attribute Protected Type reference (TYPE) USMD_FLG Enqueue performed 20080331
7 DF_IS_DOWNLOAD Instance attribute Protected Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20080730
8 DF_MISSING_FIELD_COMPUTED Instance attribute Protected Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20100316
9 DF_MODE_DOWNLOAD Instance attribute Protected Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20080416
10 DF_ONLY_RUNTIME Instance attribute Protected Type reference (TYPE) USMD_FLG Financial MDM: General Indicator 20080331
11 DO_APPL_LOG Instance attribute Protected Object reference (TYPE REF TO) CL_USMD_APPL_LOG Application Log Interface 20080408
12 DO_MODEL Instance attribute Protected Object reference (TYPE REF TO) IF_USMD_MODEL MDM Data Model for Access from SAP Standard 20080325
13 DO_POST_DATA Instance attribute Protected Object reference (TYPE REF TO) IF_USMD_POST_DATA Export Data 20081121
14 DO_SELCOND_DOWNLOAD Instance attribute Protected Object reference (TYPE REF TO) CL_USMD_SELCOND 20080414
15 DO_SELCOND_DOWNLOAD_HRY Instance attribute Protected Object reference (TYPE REF TO) CL_USMD_SELCOND 20080523
16 DR_ALLOWED_HRY_NAMES Instance attribute Protected Object reference (TYPE REF TO) DATA 20091015
17 DR_DATA_EXT_FORMAT Instance attribute Protected Object reference (TYPE REF TO) DATA Data for Display 20090316
18 DR_DATA_INT Instance attribute Protected Object reference (TYPE REF TO) DATA 20081121
19 DR_RELEVANT_OBJECTS Instance attribute Protected Object reference (TYPE REF TO) DATA 20090730
20 DS_USMD600C Instance attribute Protected Type reference (TYPE) USMD600C Data Transfer / Variant: Check Table 20080320
21 DS_USMD600T Instance attribute Protected Type reference (TYPE) USMD600T Data Transfer: Texts 20080320
22 DS_USMD6010 Instance attribute Protected Type reference (TYPE) USMD6010 Data Transfer: Technical Settings 20080320
23 DTS_USMD6011 Instance attribute Protected Type reference (TYPE) TY_TS_USMD6011 Internal structure 20080320
24 DTS_USMD6011_DB Instance attribute Protected Type reference (TYPE) TY_TS_USMD6011 Internal Structure - on DB 20080326
25 DT_CREQ_ASSIGNMENT Instance attribute Protected Type reference (TYPE) T_CREQ_ASSIGNMENT 20081114
26 DT_MESSAGE_1 Instance attribute Protected Type reference (TYPE) USMD_T_MESSAGE Messages 20081201
27 DT_MISSING_FIELD Instance attribute Protected Type reference (TYPE) USMD_TS_FIELD Fld Names 20100316
28 DV_ACTIVE_DATA Instance attribute Protected Type reference (TYPE) CHAR1 Single-Character Indicator 20110406
29 D_CREQUEST Instance attribute Protected Type reference (TYPE) USMD_CREQUEST Change Request 20080409
30 D_EDITION Instance attribute Protected Type reference (TYPE) USMD_EDITION Edition 20080320
31 D_ENQMODE_TRVARI Instance attribute Protected Type reference (TYPE) ENQMODE Current Lock Mode of Variant 20080430
32 D_ERROR_COUNT Instance attribute Protected Type reference (TYPE) I 20080820
33 D_LINE_COUNT Instance attribute Protected Type reference (TYPE) I 20081124
34 GC_ENQMODE_READ Constant Public Type reference (TYPE) ENQMODE 'S' Lock Mode Read 20080430
35 GC_ENQMODE_WRITE Constant Public Type reference (TYPE) ENQMODE 'E' Lock Mode Write 20080430
36 GC_ENQUEUE_TAB Constant Public Type reference (TYPE) TABNAME 'USMD600C' Lock Table 20080430
37 GT_INSTANCE Static Attribute Protected Type reference (TYPE) TY_INSTANCE 20080430
Methods
# Method Level Visibility Method type Description Created on
1 ABORT Instance method Private Method 20081127
2 ADJUST_INTERNAL_STRUCTURE Instance method Protected Method Adjustment after Change 'Type of Transfer' 20080421
3 ANALYZE_UPL_MESSAGES Instance method Protected Method 20090511
4 APPL_LOG_INIT Instance method Protected Method 20080408
5 APPL_LOG_SAVE Instance method Protected Method Saves Log 20080408
6 AVAILABLE_TRVARIS_PER_ENTITY Static method Public Method 20080403
7 CHECK_6010 Instance method Public Method Checking of Technical Settings 20080722
8 CHECK_6011 Instance method Public Method Checking for Correct Sender Structure 20080722
9 CHECK_6011_HRY Instance method Public Method Checking for Correct Sender Structure for Hierarchy Transfer 20081219
10 CHECK_AUTH_DOWNLOAD Instance method Protected Method Sets Read Locks for Download 20080326
11 CHECK_DATA Instance method Public Method 20081124
12 CHECK_SEL Instance method Public Method 20090203
13 CHECK_VALID_CREQUEST Instance method Protected Method Checks if CREQUEST is necessary and valid 20080410
14 CLEANUP Instance method Public Method End Data Transfer 20080430
15 COMPUTE_MISSING_FIELDS Instance method Protected Method 20100316
16 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20080320
17 CONVERT_KEY_TO_STR Instance method Protected Method Converts Data Record to a String (External Format) 20080721
18 CONVERT_TEXT Instance method Private Method Convert text from external into internal format 20120601
19 CONVERT_VALUE2INT Instance method Protected Method Converts Value from External to Internal Format 20090304
20 COPY_TRVARI Instance method Public Method Copies variant to a new variant 20080430
21 CREATE_DOWNLOAD_TAB Instance method Public Method Table for Download of Data 20080416
22 CREQUEST_REQUIRED Instance method Public Method Is a Change Request Required? 20080410
23 DATA2CHARLINE Instance method Protected Method 20090731
24 DATA_EXT2INT Instance method Protected Method Imports Data to Internal Structure 20080407
25 DEFAULT_ERROR_FIELDNAME Instance method Protected Method 20090429
26 DELETE_TRVARI Static method Public Method Delete Variant 20080507
27 DETERMINE_SEP Instance method Protected Method Separator for Character Separation 20080612
28 DIRECT_ACTIVE_AREA_UPDATE Instance method Public Method Check entitytype and write to active area directly 20131002
29 DOWNLOAD_P Instance method Protected Method Executes a download 20080331
30 DOWNLOAD_P_HRY Instance method Protected Method Executes Download for Hierarchies 20090219
31 DT_CALL_DOWNLOAD Instance method Public Method Executes a download 20080331
32 DT_CHECK Instance method Public Method Settings Check 20080320
33 DT_GET_GUI_DATA Instance method Public Method Delivers Data 20080320
34 DT_SAVE Instance method Public Method Save 20080320
35 DT_SET_GUI_DATA Instance method Public Method Sets Data 20080320
36 ENQUEUE_TRVARI Instance method Protected Method 20080430
37 EXISTS_ON_DB Static method Public Method Does Variant Already Exist? 20080508
38 GET_ALLOWED_STRUC_FIELDS Instance method Public Method Fields for Internal Structure 20080320
39 GET_ALL_ATTS_OF_ENTITY Instance method Protected Method 20081006
40 GET_DATA_DRF_HRY_P Instance method Protected Method Reads Hierarchies for Download from DRF - Last Step 20090730
41 GET_DATA_DRF_P Instance method Protected Method Reads Master Data/Texts for Download from DRF - Last Step 20090730
42 GET_DOWNLOAD_HRY_SEL Instance method Public Method 20080523
43 GET_DOWNLOAD_SELCOND Instance method Public Method 20080414
44 GET_EDITIONS Instance method Protected Method 20080506
45 GET_EDITION_STATUS Instance method Public Method 20080331
46 GET_ELEMDESCR Instance method Protected Method Returns Field as ABAP Type 20080331
47 GET_FIELDNAME_ENTITY Instance method Public Method 20080404
48 GET_FIELDNAME_SEQ Instance method Private Method 20080404
49 GET_HRY_STRUCT Instance method Protected Method Internal Structure for Hierarchy Data 20080526
50 GET_INSTANCE Static method Public Method 20080430
51 GET_INTERNAL_STRUCT_LINE Instance method Public Method Creates Row Similar to Internal Structure 20080331
52 GET_KEY_ATTRIBUTES Instance method Private Method Get attributes configured as key fields 20120413
53 GET_KEY_STRUCT Instance method Protected Method Returns Ref. to Structure with Key Fields 20080410
54 GET_SAVED_SETTINGS Static method Public Method 20080509
55 GET_STRUCT Instance method Protected Method 20081208
56 GET_VALID_CREQUESTS Instance method Public Method Returns Current Change Requests 20080409
57 GET_VALUE_EXT_TYPE Instance method Protected Method Provides Matching Type 20090316
58 HRY2CHARLINE Instance method Protected Method 20090731
59 INIT_MODEL Instance method Protected Method 20080331
60 INIT_SELCOND_DOWNLOAD Instance method Protected Method 20080523
61 INIT_SELCOND_DOWNLOAD_HRY Instance method Protected Method 20080523
62 IS_EDITION_VALID Static method Public Method 20080724
63 POST_DATA Instance method Public Method Export Data 20081124
64 PREPARE_OUTPUT Instance method Protected Method 20080526
65 PREPARE_OUTPUT_HRY Instance method Protected Method 20080526
66 PREPARE_READ_WITH_EDITION Instance method Protected Method 20090817
67 READ_VALID_CREQUESTS Instance method Protected Method Returns Valid Change Requests 20080409
68 REMOVE_KEY_FIELDS Instance method Private Method 20120504
69 SET_AND_ANALYZE_DATA Instance method Public Method 20081124
70 SET_CREQUEST Instance method Public Method Sets Change Request 20080410
71 SET_EDITION Instance method Public Method Additional Info for Performing Data Transfer 20080320
72 SET_RELEVANT_OBJECTS Instance method Protected Method 20091001
73 SET_RELEVANT_OBJECTS_HRY Instance method Protected Method 20091001
74 SET_TRVARI Instance method Public Method 20080509
75 SORT_DOWNLOAD_DATA Instance method Private Method Filters Out Active Data from Inactive Data 20110118
76 START_DOWNLOAD_DRF_HRY_P Instance method Protected Method Start of Download for Hierarchies from DRF 20090730
77 START_DOWNLOAD_DRF_P Instance method Protected Method Started Download in Context of DRF 20090730
78 TRANSPORT Static method Public Method Writes Individual Ones to Transport Request 20090915
79 TRANSPORT_SINGLE Static method Public Method Writes Individual Ones to Transport Request 20080507
80 TRVARI_DEQ Static method Protected Method Unlock Variant - Internal 20080508
81 TRVARI_ENQ Static method Protected Method Locks on Variant - Internal 20080508
82 VALUE_HELP_CREQUEST Instance method Public Method Input Help for Valid Change Requests 20080506
83 VALUE_HELP_EDITION Static method Public Method Input Help for Editions 20080506
84 VALUE_HELP_ENTITY Static method Public Method Input Help for Entities 20080429
85 VALUE_HELP_EXTINT Instance method Public Method Input Help for Valid Transfer Mode Upload 20080528
86 VALUE_HELP_LOW_EDITION Instance method Public Method Input Help for 'From' Edition 20080506
87 VALUE_HELP_MODEL Static method Public Method Input Help for Data Models 20080506
88 VALUE_HELP_SEPKIND Instance method Public Method Input Help for Valid Separators 20080721
89 VALUE_HELP_TRKIND Static method Public Method Input Help for for Type of Transfer 20080506
90 VALUE_HELP_TRNSFRMOD Instance method Public Method Input Help for Valid Transfer Mode Download 20080528
91 VALUE_HELP_TRVARI Static method Public Method Input Help for Variants 20080429
92 VALUE_HELP_UPLMODE Instance method Public Method Input Help for Valid Transfer Mode Upload 20080528
93 WRITE_APPL_LOG Instance method Protected Method 20090729
Events
Class CL_USMD_DATA_TRANSFER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 SX_INSTANCE Protected See coding 20080430 begin of sx_instance, usmd_model type usmd_model, usmd_trvari type usmd_trvari, o_data_transfer_weak type ref to cl_abap_weak_reference, end of sx_instance
2 S_CREQUEST Protected See coding 20080505 begin of s_crequest, usmd_crequest type usmd_crequest, usmd_entity type usmd_entity, usmd_seqnr type usmd_seqnr, usmd_entity_obj type usmd_entity, usmd_value type usmd_value, end of s_crequest
3 S_CREQ_ASSIGNMENT Public See coding 20081114 begin of s_creq_assignment, usmd_crequest type usmd_crequest, rt_key type ref to data, end of s_creq_assignment
4 S_MSG Protected See coding 20090511 begin of s_msg, msgid type symsgid, msgno type symsgno, count type i, end of s_msg
5 S_SETTINGS Public See coding 20080509 begin of s_settings, usmd_entity type usmd_entity, usmd_fileloc type usmd_fileloc, usmd_sep type usmd_sep, usmd_extint type usmd_extint, usmd_cmtchar type usmd_cmtchar, usmd_trnsfrmod type usmd_trnsfrmod, usmd_fname type usmd_fname, usmd_uplmode type usmd_uplmode, usmd_high_edtn type usmd_high_edtn, usmd_low_edtn type usmd_low_edtn, usmd_trkind type usmd_trkind, txtmi type usmd_txtmi, end of s_settings
6 S_USMD020C Protected See coding 20080724 begin of s_usmd020c, usmd_edition type usmd_edition, usmd_edtn_type type usmd_edition_type, usmd_edtn_number type usmd_edition_number, usmd_vdate_from type usmd_edition_vdate, usmd_vdate_to type usmd_edition_vdate, usmd_vper_from type usmd_edition_vper, usmd_vper_to type usmd_edition_vper, usmd_edtn_status type usmd_edition_status, usmd_created_at type timestamp, usmd_created_by type xubname, usmd_released_at type timestamp, usmd_released_by type xubname , txtmi type usmd_txtmi, end of s_usmd020c
7 TS_CREQUEST Protected See coding 20080505 ts_crequest type sorted table of s_crequest with unique key usmd_seqnr usmd_crequest usmd_entity usmd_entity_obj
8 TY_INSTANCE Protected See coding 20080430 ty_instance type sorted table of sx_instance with unique key usmd_model usmd_trvari
9 TY_S_ENTITY_TRVARI Public See coding 20080604 begin of ty_s_entity_trvari, usmd_entity type usmd_entity, usmd_trvari type usmd_trvari, created_by type xubname, created_at type usmd_tstamp_cr, changed_by type xubname, changed_at type usmd_tstamp_ch, end of ty_s_entity_trvari
10 TY_S_VALUE Public See coding 20080429 begin of ty_s_value, value type string, text type string, end of ty_s_value
11 TY_TS_USMD6011 Public See coding 20080320 ty_ts_usmd6011 type sorted table of usmd6011 with unique key mandt usmd_model usmd_trvari usmd_seqnr usmd_header
12 TY_T_E071 Public See coding 20090915 ty_t_e071 type standard table of e071
13 TY_T_E071K Public See coding 20090915 ty_t_e071k type standard table of e071k
14 TY_T_ENTITY_TRVARI Public See coding 20080604 ty_t_entity_trvari type standard table of ty_s_entity_trvari
15 TY_T_TRVARI Public See coding 20080320 ty_t_trvari type standard table of usmd_trvari
16 TY_T_VALUE Public See coding 20080429 ty_t_value type standard table of ty_s_value
17 T_CREQ_ASSIGNMENT Public See coding 20081114 t_creq_assignment type sorted table of s_creq_assignment with unique key usmd_crequest
18 T_MSG Protected See coding 20090511 T_MSG type Sorted TABLE OF s_msg WITH UNIQUE key msgid msgno
19 T_USMD020C Protected See coding 20080506 t_usmd020c type standard table of s_usmd020c with key usmd_edition
Method Signatures

Method ABORT Signature

Method ABORT on class CL_USMD_DATA_TRANSFER has no parameter.
Method ABORT on class CL_USMD_DATA_TRANSFER has no exception.

Method ADJUST_INTERNAL_STRUCTURE Signature

Method ADJUST_INTERNAL_STRUCTURE on class CL_USMD_DATA_TRANSFER has no parameter.
Method ADJUST_INTERNAL_STRUCTURE on class CL_USMD_DATA_TRANSFER has no exception.

Method ANALYZE_UPL_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090511
2 Importing IT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090511
3 Importing IT_MESSAGE_CONV Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090511

Method ANALYZE_UPL_MESSAGES on class CL_USMD_DATA_TRANSFER has no exception.

Method APPL_LOG_INIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG 'X' FIN MDM: Allgemeines Kennzeichen 20080408
2 Importing IO_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_USMD_APPL_LOG Schnittstelle Applikationslog 20080514
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080408

Method APPL_LOG_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080408
2 Importing IF_NO_SAVE Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20080514

Method APPL_LOG_SAVE on class CL_USMD_DATA_TRANSFER has no exception.

Method AVAILABLE_TRVARIS_PER_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TRVARI Call by reference Type reference (TYPE) TY_T_TRVARI 20080403
2 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080403
3 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080403

Method AVAILABLE_TRVARIS_PER_ENTITY on class CL_USMD_DATA_TRANSFER has no exception.

Method CHECK_6010 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080722
2 Importing IF_FOR_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20091203

Method CHECK_6010 on class CL_USMD_DATA_TRANSFER has no exception.

Method CHECK_6011 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080722
2 Importing IF_IS_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20090107
3 Importing IF_STRICT Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080821

Method CHECK_6011 on class CL_USMD_DATA_TRANSFER has no exception.

Method CHECK_6011_HRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20081219
2 Importing IF_IS_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20090107
3 Importing IF_STRICT Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20081219

Method CHECK_6011_HRY on class CL_USMD_DATA_TRANSFER has no exception.

Method CHECK_AUTH_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080326
2 Importing IO_SEL Call by reference Object reference (TYPE REF TO) CL_USMD_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090204
3 Importing IT_KEY Call by reference Type reference (TYPE) SORTED TABLE 20091005
4 Importing I_FIELDNAME_ENTITY Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20080403
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090205

Method CHECK_DATA Signature

Method CHECK_DATA on class CL_USMD_DATA_TRANSFER has no parameter.
Method CHECK_DATA on class CL_USMD_DATA_TRANSFER has no exception.

Method CHECK_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090203
2 Importing IF_IS_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG 'X' FIN MDM: Allgemeines Kennzeichen 20090203

Method CHECK_SEL on class CL_USMD_DATA_TRANSFER has no exception.

Method CHECK_VALID_CREQUEST Signature

Method CHECK_VALID_CREQUEST on class CL_USMD_DATA_TRANSFER has no parameter.
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080410

Method CLEANUP Signature

Method CLEANUP on class CL_USMD_DATA_TRANSFER has no parameter.
Method CLEANUP on class CL_USMD_DATA_TRANSFER has no exception.

Method COMPUTE_MISSING_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_KEY Call by reference Object reference (TYPE REF TO) DATA 20100316
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20100316

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_ONLY_RUNTIME Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20080331
2 Importing IS_USMD600C Call by reference Type reference (TYPE) USMD600C Datentransfer / Variante: Prüftabelle 20080320
3 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080509
4 Importing I_TRKIND Call by reference Type reference (TYPE) USMD_TRKIND Art des Transfers 20080421
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION 20080430

Method CONVERT_KEY_TO_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) DATA 20080721
2 Returning R_STR Value transfer Type reference (TYPE) STRING 20080721

Method CONVERT_KEY_TO_STR on class CL_USMD_DATA_TRANSFER has no exception.

Method CONVERT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TEXT Call by reference Type reference (TYPE) ANY 20120604
2 Exporting EV_TRUNCATED Call by reference Type reference (TYPE) BOOLE_D Text wurde abgeschnitten 20120606
3 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20120601
4 Importing IV_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME Field of an Entity Type 20120601
5 Importing IV_MODEL Call by reference Type reference (TYPE) USMD_MODEL Data Model 20120601
6 Importing IV_TEXT Call by reference Type reference (TYPE) ANY 20120601

Method CONVERT_TEXT on class CL_USMD_DATA_TRANSFER has no exception.

Method CONVERT_VALUE2INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090304
2 Exporting E_VALUE_INT Call by reference Type reference (TYPE) DATA 20090304
3 Importing IS_FPROP Call by reference Type reference (TYPE) USMD_S_FPROP Feldeigenschaften 20090304
4 Importing I_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090304
5 Importing I_FIELDNAME_INT Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090304
6 Importing I_LINE_COUNT Call by reference Type reference (TYPE) I Zeilennummer 20090304
7 Importing I_SUBSTRUCT_TYPE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090417
8 Importing I_VALUE_EXT Value transfer Type reference (TYPE) DATA Wert in externer Darstellung 20090304

Method CONVERT_VALUE2INT on class CL_USMD_DATA_TRANSFER has no exception.

Method COPY_TRVARI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRVARI_NEW Call by reference Type reference (TYPE) USMD_TRVARI Variante für Datentransfer 20080430
2 Returning RO_TRVARI Value transfer Object reference (TYPE REF TO) CL_USMD_DATA_TRANSFER Datentransfer 20080430
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080430

Method CREATE_DOWNLOAD_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_AS_OBJKEY_TABLE Call by reference Type reference (TYPE) USMD_FLG SPACE sort. Tab. für Schlüssel 20090729
2 Importing IT_FIELD Call by reference Type reference (TYPE) USMD_TS_FIELD Feldnamen 20080416
3 Importing I_FIELDNAME_ENTITY Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20080416
4 Returning RR Value transfer Object reference (TYPE REF TO) DATA 20080416
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090730

Method CREQUEST_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_REQUIRED Value transfer Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080410
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080410

Method DATA2CHARLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CHARLINE Call by reference Type reference (TYPE) USMD_T_CHARLINE Zeilen 20090731
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090731
3 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20090731
4 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090731
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090731

Method DATA_EXT2INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_EXT_FORMAT Call by reference Type reference (TYPE) STANDARD TABLE 20090316
2 Exporting ET_DATA_INT Call by reference Type reference (TYPE) STANDARD TABLE 20080407
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080407
4 Importing IT_DATA_EXT Call by reference Type reference (TYPE) USMD_T_CHARLINE Zeilen 20080407
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION 20080416

Method DEFAULT_ERROR_FIELDNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_FIELDNAME Value transfer Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20090429

Method DEFAULT_ERROR_FIELDNAME on class CL_USMD_DATA_TRANSFER has no exception.

Method DELETE_TRVARI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080507
2 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080507
3 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante für Datentransfer 20080507

Method DELETE_TRVARI on class CL_USMD_DATA_TRANSFER has no exception.

Method DETERMINE_SEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_SEP Value transfer Type reference (TYPE) USMD_SEP Trenner für Felder im Datentransfer 20080612

Method DETERMINE_SEP on class CL_USMD_DATA_TRANSFER has no exception.

Method DIRECT_ACTIVE_AREA_UPDATE Signature

Method DIRECT_ACTIVE_AREA_UPDATE on class CL_USMD_DATA_TRANSFER has no parameter.
Method DIRECT_ACTIVE_AREA_UPDATE on class CL_USMD_DATA_TRANSFER has no exception.

Method DOWNLOAD_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_INT Call by reference Object reference (TYPE REF TO) DATA 20090728
2 Exporting ET_DATA Call by reference Type reference (TYPE) USMD_T_CHARLINE Daten für Download 20080331
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080331
4 Exporting E_LINE_NUM Call by reference Type reference (TYPE) I 20090729
5 Importing IO_SEL Call by reference Object reference (TYPE REF TO) CL_USMD_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090204
6 Importing I_EDITION_HIGH Call by reference Type reference (TYPE) USMD_EDITION Edition 20090728
7 Importing I_EDITION_LOW Call by reference Type reference (TYPE) USMD_EDITION Edition 20090728

Method DOWNLOAD_P on class CL_USMD_DATA_TRANSFER has no exception.

Method DOWNLOAD_P_HRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_INT Call by reference Object reference (TYPE REF TO) DATA 20090728
2 Exporting ET_DATA Call by reference Type reference (TYPE) USMD_T_CHARLINE Daten für Download 20090219
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090219
4 Exporting E_LINE_NUM Call by reference Type reference (TYPE) I 20090729
5 Importing IO_SEL Call by reference Object reference (TYPE REF TO) CL_USMD_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090219

Method DOWNLOAD_P_HRY on class CL_USMD_DATA_TRANSFER has no exception.

Method DT_CALL_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA_INT Call by reference Object reference (TYPE REF TO) DATA 20090728
2 Exporting ET_DATA Call by reference Type reference (TYPE) USMD_T_CHARLINE Daten für Download 20080331
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080331
4 Exporting E_STRING Call by reference Type reference (TYPE) STRING 20080430
5 Importing IO_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_USMD_APPL_LOG Schnittstelle Applikationslog 20080514
6 Importing I_ACTIVE_DATA Call by reference Type reference (TYPE) USMD_FLG SPACE Download only Active Data 20110406
7 Importing I_EDITION_HIGH Call by reference Type reference (TYPE) USMD_EDITION Edition 20090728
8 Importing I_EDITION_LOW Call by reference Type reference (TYPE) USMD_EDITION Edition 20090728
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080403

Method DT_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080320
2 Importing IF_FOR_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG 'X' FIN MDM: Allgemeines Kennzeichen 20080411
3 Importing IF_STRICT Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20080821

Method DT_CHECK on class CL_USMD_DATA_TRANSFER has no exception.

Method DT_GET_GUI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_USMD600C Call by reference Type reference (TYPE) USMD600C Datentransfer / Variante: Prüftabelle 20080404
2 Exporting ES_USMD6010 Call by reference Type reference (TYPE) USMD6010 Datentransfer: Technische Einstellungen 20080320
3 Exporting ETS_USMD6011 Call by reference Type reference (TYPE) TY_TS_USMD6011 20080320
4 Exporting E_TXTMI Call by reference Type reference (TYPE) USMD_TXTMI FIN MDM: Bezeichnung (Mitteltext) 20080320

Method DT_GET_GUI_DATA on class CL_USMD_DATA_TRANSFER has no exception.

Method DT_SAVE Signature

Method DT_SAVE on class CL_USMD_DATA_TRANSFER has no parameter.
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080430

Method DT_SET_GUI_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_USMD6010 Call by reference Type reference (TYPE) USMD6010 Datentransfer: Technische Einstellungen 20080320
2 Importing ITS_USMD6011 Call by reference Type reference (TYPE) TY_TS_USMD6011 20080320
3 Importing I_TXTMI Call by reference Type reference (TYPE) USMD_TXTMI FIN MDM: Bezeichnung (Mitteltext) 20080320

Method DT_SET_GUI_DATA on class CL_USMD_DATA_TRANSFER has no exception.

Method ENQUEUE_TRVARI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQMODE Call by reference Type reference (TYPE) ENQMODE GC_ENQMODE_READ Sperrmodus 20080430
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080430

Method EXISTS_ON_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080508
2 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante für Datentransfer 20080508
3 Returning RF_EXISTS Value transfer Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080508

Method EXISTS_ON_DB on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_ALLOWED_STRUC_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTR Call by reference Type reference (TYPE) USMD_T_ATTR Attribute (Aufgelöst) 20080320
2 Exporting ET_ATTR_HRY Call by reference Type reference (TYPE) USMD_T_ATTR Attributev. Hierarchiekanten 20090127
3 Exporting ET_ENTITY Call by reference Type reference (TYPE) USMD_T_ENTITY Entitätstypen 20080320
4 Importing IF_IS_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080730

Method GET_ALLOWED_STRUC_FIELDS on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_ALL_ATTS_OF_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTRIBUTE Value transfer Type reference (TYPE) USMD_TS_FIELD Feldnamen 20081006

Method GET_ALL_ATTS_OF_ENTITY on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_DATA_DRF_HRY_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) USMD_T_CHARLINE Zeilen 20090730
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090730
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090731

Method GET_DATA_DRF_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) USMD_T_CHARLINE Zeilen 20090730
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090730
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090731

Method GET_DOWNLOAD_HRY_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SELCOND Value transfer Object reference (TYPE REF TO) CL_USMD_SELCOND 20080523

Method GET_DOWNLOAD_HRY_SEL on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_DOWNLOAD_SELCOND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_SELCOND Value transfer Object reference (TYPE REF TO) CL_USMD_SELCOND 20080414

Method GET_DOWNLOAD_SELCOND on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_EDITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EDITION Call by reference Type reference (TYPE) T_USMD020C 20080506

Method GET_EDITIONS on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_EDITION_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_STATUS Value transfer Type reference (TYPE) USMD_EDITION_STATUS Status der Edition 20080331
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080415

Method GET_ELEMDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DECIMALS Call by reference Type reference (TYPE) DDLENG Länge (Anzahl der Zeichen) 20080331
2 Importing I_INTTYPE Call by reference Type reference (TYPE) INTTYPE ABAP-Datentyp (C,D,N,...) 20080331
3 Importing I_LENGTH Call by reference Type reference (TYPE) DDLENG Länge (Anzahl der Zeichen) 20080331
4 Returning RO_ELEMDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_ELEMDESCR Run Time Type Services 20080331
# Exception Resumable Description Created on
1 CX_PARAMETER_INVALID_RANGE Parameter with Invalid Range 20131107

Method GET_FIELDNAME_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_HAS_PP Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20100312
2 Exporting EF_HRY Call by reference Type reference (TYPE) USMD_FLG Besitzt Hierarchie 20080527
3 Exporting EF_HRY_VDEP Call by reference Type reference (TYPE) USMD_FLG Hierarchie versionsabhängig 20080527
4 Exporting ET_ATTR_FIELD Call by reference Type reference (TYPE) USMD_TS_FIELD Feldnamen 20080404
5 Exporting ET_ENTITY_OTHER Call by reference Type reference (TYPE) USMD_T_ENTITY Entitätstypen 20080404
6 Exporting ET_FIELD_SEQ Call by reference Type reference (TYPE) IF_USMD_POST_DATA=>T_FIELD_SEQ 20081121
7 Exporting ET_HRY_FIELD Call by reference Type reference (TYPE) USMD_TS_FIELD Feldnamen 20080527
8 Exporting E_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080409
9 Exporting E_ENTITY_CONT Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080509
10 Exporting E_ENTITY_DELETION Call by reference Type reference (TYPE) USMD_ENTITY_DELETION Löschung von Entitäten 20091015
11 Exporting E_FIELDNAME Value transfer Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20080404
12 Exporting E_HRYNAME_FLD Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20080527
13 Exporting E_KEY_HANDLING Call by reference Type reference (TYPE) USMD_KEY_HANDLING Art der Schlüsselvergabe 20091027
14 Exporting E_USAGE_TYPE Call by reference Type reference (TYPE) USMD_USAGE_TYPE Ablage- und Verwendungsart 20080404
15 Exporting E_VALIDITY_ENTITY_TYPE Call by reference Type reference (TYPE) USMD_VALIDITY_ENTITY_TYPE Gültigkeitskonzept 20090916
16 Exporting E_VALIDITY_HRY Call by reference Type reference (TYPE) USMD_VALIDITY_HRY Gültigkeitskonzept für Hierarchie 20090916
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080416

Method GET_FIELDNAME_SEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELDNAME Call by reference Type reference (TYPE) USMD_T_FIELDNAME FIM MDM: Feldname 20081204
2 Exporting ET_FIELDNAME_CHILD Call by reference Type reference (TYPE) USMD_T_FIELDNAME FIM MDM: Feldname 20090105
3 Exporting ET_FIELDNAME_HEADER Call by reference Type reference (TYPE) USMD_T_FIELDNAME FIM MDM: Feldname 20081204
4 Exporting ET_FIELDNAME_HRYATTS Call by reference Type reference (TYPE) USMD_T_FIELDNAME FIM MDM: Feldname 20090127
5 Exporting ET_FIELDNAME_PARENT Call by reference Type reference (TYPE) USMD_T_FIELDNAME FIM MDM: Feldname 20090105
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080416

Method GET_HRY_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20080527
2 Exporting ET_CHILD Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE 20080527
3 Exporting ET_PARENT Call by reference Type reference (TYPE) CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE 20080527
4 Importing IF_AS_FLAG Call by reference Type reference (TYPE) USMD_FLG SPACE Feldtyp = usmd_flg 20090304
5 Importing IF_AS_VALUE_FIELDS Call by reference Type reference (TYPE) USMD_FLG SPACE Feldtyp = usmd_value_ext 20090304
6 Importing IF_WITH_LINE_NUMBER Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20090105
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080526

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_ONLY_RUNTIME Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080430
2 Importing IS_USMD600C Call by reference Type reference (TYPE) USMD600C Datentransfer / Variante: Prüftabelle 20080430
3 Importing I_TRKIND Call by reference Type reference (TYPE) USMD_TRKIND Art des Transfers 20080430
4 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_USMD_DATA_TRANSFER Datentransfer 20080430
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080430

Method GET_INTERNAL_STRUCT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_AS_FLAG Call by reference Type reference (TYPE) USMD_FLG SPACE Feldtyp = usmd_flg 20090304
2 Importing IF_AS_VALUE_FIELDS Call by reference Type reference (TYPE) USMD_FLG SPACE Feldtyp = usmd_value_ext 20090304
3 Importing IF_WITH_LINE_NUMBER Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20080613
4 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20080331
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080403

Method GET_KEY_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entity Type 20120413
2 Returning RT_ATTRIBUTE Value transfer Type reference (TYPE) USMD_T_ATTR Attributes 20120413

Method GET_KEY_ATTRIBUTES on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_KEY_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Value transfer Object reference (TYPE REF TO) DATA 20080820
2 Exporting ET_FIELD Call by reference Type reference (TYPE) USMD_TS_FIELD Feldnamen 20080820
3 Importing IF_WITH_LANGU Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20080819
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080410

Method GET_SAVED_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SETTINGS Call by reference Type reference (TYPE) S_SETTINGS Datentransfer: Technische Einstellungen 20080509
2 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080509
3 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante für Datentransfer 20080509

Method GET_SAVED_SETTINGS on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_AS_VALUE_FIELDS Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20090304
2 Importing IT_FIELDNAME Call by reference Type reference (TYPE) USMD_T_FIELDNAME FIM MDM: Feldname 20081208
3 Returning R_STRUCT Value transfer Object reference (TYPE REF TO) DATA 20081208

Method GET_STRUCT on class CL_USMD_DATA_TRANSFER has no exception.

Method GET_VALID_CREQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CREQUEST Call by reference Type reference (TYPE) USMD_TS_CREQUEST Änderungsantrag 20080409
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080409
3 Importing IF_IGNORE_OBJ_LIST Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080721
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080409

Method GET_VALUE_EXT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FPROP Call by reference Type reference (TYPE) USMD_S_FPROP Feldeigenschaften 20090316
2 Returning RO_TYPEDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Run Time Type Services 20090316

Method GET_VALUE_EXT_TYPE on class CL_USMD_DATA_TRANSFER has no exception.

Method HRY2CHARLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_LINE_NUM Call by reference Type reference (TYPE) I 20090731
2 Exporting ET_CHARLINE Call by reference Type reference (TYPE) USMD_T_CHARLINE Zeilen 20090731
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090731
4 Importing IF_CHECK_AUTH_IN_DETAIL Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20091116
5 Importing IF_OUTPUT_ANYWAY Call by reference Type reference (TYPE) USMD_FLG 'X' FIN MDM: Allgemeines Kennzeichen 20090731
6 Importing IF_READ_HRY_EDGE_ATTS Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20090731
7 Importing IO_SEL Call by reference Object reference (TYPE REF TO) CL_USMD_SEL Selektionsobjekt 20090731
8 Importing IT_HKEY Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20090731
9 Importing I_HRYVERS Call by reference Type reference (TYPE) USMD_HRYVERS SPACE Hierarchieversion 20090731
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION 20090731

Method INIT_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080331

Method INIT_MODEL on class CL_USMD_DATA_TRANSFER has no exception.

Method INIT_SELCOND_DOWNLOAD Signature

Method INIT_SELCOND_DOWNLOAD on class CL_USMD_DATA_TRANSFER has no parameter.
Method INIT_SELCOND_DOWNLOAD on class CL_USMD_DATA_TRANSFER has no exception.

Method INIT_SELCOND_DOWNLOAD_HRY Signature

Method INIT_SELCOND_DOWNLOAD_HRY on class CL_USMD_DATA_TRANSFER has no parameter.
Method INIT_SELCOND_DOWNLOAD_HRY on class CL_USMD_DATA_TRANSFER has no exception.

Method IS_EDITION_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_IS_VALID Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080724
2 Exporting EF_NO_EDITION_REQUIRED Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080724
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080724
4 Importing IF_IS_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080724
5 Importing I_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20080724
6 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080724
7 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080724

Method IS_EDITION_VALID on class CL_USMD_DATA_TRANSFER has no exception.

Method POST_DATA Signature

Method POST_DATA on class CL_USMD_DATA_TRANSFER has no parameter.
Method POST_DATA on class CL_USMD_DATA_TRANSFER has no exception.

Method PREPARE_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) USMD_T_CHARLINE Zeilen 20080526
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080526
3 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20080526
4 Importing IT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20080807
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080526

Method PREPARE_OUTPUT_HRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DATA Call by reference Type reference (TYPE) USMD_T_CHARLINE Zeilen 20090302
2 Changing CT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090302
3 Importing IO_SEL Call by reference Object reference (TYPE REF TO) CL_USMD_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090204
4 Importing IT_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20080526
5 Importing IT_HRYKEY Call by reference Type reference (TYPE) USMD_TS_VALUE Feldname + Wert 20090302
6 Importing I_HRYVERS Call by reference Type reference (TYPE) USMD_HRYVERS Hierarchieversion 20090302
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080526

Method PREPARE_READ_WITH_EDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CF_EDITION_LOGIC Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20090817
2 Changing CT_SEL Call by reference Type reference (TYPE) USMD_TS_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090817
3 Exporting ES_EDITION_SEL Call by reference Type reference (TYPE) USMD_S_SEL Zeilenstruktur: Selektionsbedingung (Range pro Feld) 20090826
4 Importing I_EDITION_HIGH Call by reference Type reference (TYPE) USMD_EDITION Edition 20090826
5 Importing I_EDITION_LOW Call by reference Type reference (TYPE) USMD_EDITION Edition 20090826
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090817

Method READ_VALID_CREQUESTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CREQUEST Call by reference Type reference (TYPE) USMD_TS_CREQUEST Änderungsantrag 20080409
2 Importing IF_IGNORE_OBJ_LIST Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080721
3 Importing I_ENTITY_FIELDNAME Call by reference Type reference (TYPE) USMD_FIELDNAME FIM MDM: Feldname 20080409

Method READ_VALID_CREQUESTS on class CL_USMD_DATA_TRANSFER has no exception.

Method REMOVE_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SELECTED_ATTRIBUTES Call by reference Type reference (TYPE) USMD_TS_FIELD Fld Names 20120504
2 Importing IT_ALL_ATTRIBUTES Call by reference Type reference (TYPE) USMD_TS_FIELD Fld Names 20120504

Method REMOVE_KEY_FIELDS on class CL_USMD_DATA_TRANSFER has no exception.

Method SET_AND_ANALYZE_DATA Signature

Method SET_AND_ANALYZE_DATA on class CL_USMD_DATA_TRANSFER has no parameter.
Method SET_AND_ANALYZE_DATA on class CL_USMD_DATA_TRANSFER has no exception.

Method SET_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20080410

Method SET_CREQUEST on class CL_USMD_DATA_TRANSFER has no exception.

Method SET_EDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EDITION Call by reference Type reference (TYPE) USMD_EDITION Edition 20080320

Method SET_EDITION on class CL_USMD_DATA_TRANSFER has no exception.

Method SET_RELEVANT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20091001
2 Importing IT_RELEVANT_OBJECT Call by reference Type reference (TYPE) SORTED TABLE 20091001
3 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20091006
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION 20091005

Method SET_RELEVANT_OBJECTS_HRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20091001
2 Importing IT_RELEVANT_OBJECT Call by reference Type reference (TYPE) SORTED TABLE 20091001
3 Importing I_CREQUEST Call by reference Type reference (TYPE) USMD_CREQUEST Änderungsantrag 20091014

Method SET_RELEVANT_OBJECTS_HRY on class CL_USMD_DATA_TRANSFER has no exception.

Method SET_TRVARI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080509
2 Importing I_TRKIND Call by reference Type reference (TYPE) USMD_TRKIND Art des Transfers 20080509
3 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante für Datentransfer 20080509
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080509

Method SORT_DOWNLOAD_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA Call by reference Type reference (TYPE) ANY TABLE 20110118
2 Importing IT_ACTIVE_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20110118
3 Importing IT_INACTIVE_DATA Call by reference Type reference (TYPE) STANDARD TABLE 20110118

Method SORT_DOWNLOAD_DATA on class CL_USMD_DATA_TRANSFER has no exception.

Method START_DOWNLOAD_DRF_HRY_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGED_OBJECTS Call by reference Type reference (TYPE) SORTED TABLE 20090730
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090730
3 Importing IO_SEL Call by reference Object reference (TYPE REF TO) CL_USMD_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090730
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090730

Method START_DOWNLOAD_DRF_P Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CHANGED_OBJECTS Call by reference Type reference (TYPE) SORTED TABLE 20090730
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090730
3 Importing IO_SEL Call by reference Object reference (TYPE REF TO) CL_USMD_SEL Sortierte Tabelle: Selektionsbedingung (Range pro Feld) 20090730
4 Importing I_EDITION_HIGH Call by reference Type reference (TYPE) USMD_EDITION Edition 20090730
5 Importing I_EDITION_LOW Call by reference Type reference (TYPE) USMD_EDITION Edition 20090730
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090730

Method TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_E071 Call by reference Type reference (TYPE) TY_T_E071 Transportsystem: Objekt-Einträge von Aufträgen/Aufgaben 20090915
2 Exporting ET_E071K Call by reference Type reference (TYPE) TY_T_E071K 20090915
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090915
4 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20090915
5 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante für Datentransfer 20090915

Method TRANSPORT on class CL_USMD_DATA_TRANSFER has no exception.

Method TRANSPORT_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20080507
2 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080507
3 Importing I_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20080507
4 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante für Datentransfer 20080507

Method TRANSPORT_SINGLE on class CL_USMD_DATA_TRANSFER has no exception.

Method TRVARI_DEQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080508
2 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante 20080508

Method TRVARI_DEQ on class CL_USMD_DATA_TRANSFER has no exception.

Method TRVARI_ENQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENQMODE Call by reference Type reference (TYPE) ENQMODE GC_ENQMODE_READ Sperrmodus 20080508
2 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080508
3 Importing I_TRVARI Call by reference Type reference (TYPE) USMD_TRVARI Variante 20080508
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20080508

Method VALUE_HELP_CREQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE gültige Änderungsanträge 20080506

Method VALUE_HELP_CREQUEST on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_EDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE Verfügbare Entitäten 20080506
2 Importing IF_IS_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080506
3 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080506
4 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080506

Method VALUE_HELP_EDITION on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_ENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE Verfügbare Entitäten 20080429
2 Importing IF_IS_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG FIN MDM: Allgemeines Kennzeichen 20080506
3 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080429

Method VALUE_HELP_ENTITY on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_EXTINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE gültige Änderungsanträge 20080528

Method VALUE_HELP_EXTINT on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_LOW_EDITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE gültige Änderungsanträge 20080506

Method VALUE_HELP_LOW_EDITION on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE Verfügbare Entitäten 20080506

Method VALUE_HELP_MODEL on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_SEPKIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE gültige Änderungsanträge 20080721

Method VALUE_HELP_SEPKIND on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_TRKIND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE Mögliche Arten des Transfers 20080506
2 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080506
3 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080506

Method VALUE_HELP_TRKIND on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_TRNSFRMOD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE gültige Änderungsanträge 20080528

Method VALUE_HELP_TRNSFRMOD on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_TRVARI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITY_TRVARI Call by reference Type reference (TYPE) TY_T_ENTITY_TRVARI 20080604
2 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE Verfügbare Entitäten 20080429
3 Importing I_ENTITY Call by reference Type reference (TYPE) USMD_ENTITY Entitätstyp 20080429
4 Importing I_MODEL Call by reference Type reference (TYPE) USMD_MODEL Datenmodell 20080429

Method VALUE_HELP_TRVARI on class CL_USMD_DATA_TRANSFER has no exception.

Method VALUE_HELP_UPLMODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VALUE Call by reference Type reference (TYPE) TY_T_VALUE gültige Änderungsanträge 20080528
2 Importing IF_HRY Call by reference Type reference (TYPE) USMD_FLG SPACE FIN MDM: Allgemeines Kennzeichen 20090223

Method VALUE_HELP_UPLMODE on class CL_USMD_DATA_TRANSFER has no exception.

Method WRITE_APPL_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_DOWNLOAD Call by reference Type reference (TYPE) USMD_FLG 'X' FIN MDM: Allgemeines Kennzeichen 20090729
2 Importing IO_APPL_LOG Call by reference Object reference (TYPE REF TO) CL_USMD_APPL_LOG Schnittstelle Applikationslog 20090729
3 Importing IT_MESSAGE Call by reference Type reference (TYPE) USMD_T_MESSAGE Meldungen 20090729
# Exception Resumable Description Created on
1 CX_USMD_EXCEPTION allg. Ausnahme 20090729
History
Last changed by/on SAP  20140121 
SAP Release Created in 604