SAP ABAP Class CL_DMC_MASS_TRANSFER (MWB Mass Transfer)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_DMCM (Package) Data Mapping and Conversion: Maintenance
Properties
Class CL_DMC_MASS_TRANSFER  
Short Description MWB Mass Transfer    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_DMCM   Data Mapping and Conversion: Maintenance 
Created 20050414   SAP 
Last change 20141030    
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)
Interfaces
Class CL_DMC_MASS_TRANSFER has no interface implemented.
Friends
Class CL_DMC_MASS_TRANSFER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLIC Instance attribute Public Type reference (TYPE) DMC_APPLIC DMC-Tool: Anwendung 20060126
2 CO_ALL Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '00' MWB: view on a mass transfer table list 20050418
3 CO_CALCULATED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '07' MWB: view on a mass transfer table list 20050418
4 CO_DEFINED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '03' MWB: view on a mass transfer table list 20050418
5 CO_DMC_FALSE Constant Public Type reference (TYPE) CHAR1 '-' constant '-' for false 20120913
6 CO_FAILED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '01' MWB: view on a mass transfer table list 20050418
7 CO_GENERATED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '05' MWB: view on a mass transfer table list 20050418
8 CO_IN_PROCESS Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '02' MWB: view on a mass transfer table list 20050418
9 CO_LOADED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '09' MWB: view on a mass transfer table list 20050418
10 CO_NOT_CALCULATED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '08' MWB: view on a mass transfer table list 20050418
11 CO_NOT_DEFINED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '04' MWB: view on a mass transfer table list 20050418
12 CO_NOT_GENERATED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '06' MWB: view on a mass transfer table list 20050418
13 CO_NOT_LOADED Constant Public Type reference (TYPE) DMC_MT_TABLIST_VIEW '10' MWB: view on a mass transfer table list 20050418
14 CO_PROC_STEP_ANALYZE Constant Public Type reference (TYPE) DMC_BLOCK_PROCESS_STEP 'A' Block a processing step of MWB mass transfers 20110606
15 CO_PROC_STEP_CALC Constant Public Type reference (TYPE) DMC_BLOCK_PROCESS_STEP 'C' Block a processing step of MWB mass transfers 20110606
16 CO_PROC_STEP_DEFINED Constant Public Type reference (TYPE) DMC_BLOCK_PROCESS_STEP 'D' Block a processing step of MWB mass transfers 20110606
17 CO_PROC_STEP_GENERATED Constant Public Type reference (TYPE) DMC_BLOCK_PROCESS_STEP 'G' Block a processing step of MWB mass transfers 20110606
18 CO_PROC_STEP_LOAD Constant Public Type reference (TYPE) DMC_BLOCK_PROCESS_STEP 'L' Block a processing step of MWB mass transfers 20110606
19 IDENT_PROJECT Instance attribute Public Type reference (TYPE) DMC_PIDENT Bezeichner f. Projekte 20050414
20 IDENT_SUBPROJECT Instance attribute Public Type reference (TYPE) DMC_SIDENT Bezeichner f. Subprojekte 20050414
21 IS_ACTIVE Instance attribute Public Type reference (TYPE) BOOLEAN boolsche Variable (X=true, -=false, space=unknown) 20050425
22 MT_HEADER Instance attribute Public Type reference (TYPE) DMC_MT_HEADER DMC: Kopfsatz einer Massendatenübernahme 20050414
23 MT_ID Instance attribute Public Type reference (TYPE) DMC_MT_IDENTIFIER DMC: Kennzeichen einer Massenübernahme 20050414
24 MY_TAB_LIST Instance attribute Private Object reference (TYPE REF TO) CL_DMC_MASS_TRANSFER_TAB_LIST MWB Mass Transfer table list 20050414
25 RECEIVER_REL Instance attribute Public Type reference (TYPE) SYSAPRL R/3-System, Release-Stand des R/3-Systems 20050414
26 RECEIVER_RFCDEST Instance attribute Public Object reference (TYPE REF TO) CL_DMC_RFC_UTILITIES 20050414
27 RFC_SETTINGS Instance attribute Public Type reference (TYPE) DMC_RFC_SETTINGS_TAB MWB: Tabellentyp mit RFC-Einstellungen 20050414
28 SENDER_REL Instance attribute Public Type reference (TYPE) SYSAPRL R/3-System, Release-Stand des R/3-Systems 20050414
29 SENDER_RFCDEST Instance attribute Public Object reference (TYPE REF TO) CL_DMC_RFC_UTILITIES 20050414
30 SEQUENCE_TAB Instance attribute Public Type reference (TYPE) DMC_TRNSF_SEQUENCE_TAB transfer sequence table 20110630
Methods
# Method Level Visibility Method type Description Created on
1 BLOCK_SUCCESSORS Instance method Public Method block successors whose predecessors have not yet been transf 20110630
2 CHANGE_MASS_TRANSFER Instance method Public Method Calls dialog for changing an existing mass transfer 20050418
3 CHECK_MASS_TRANSFER Instance method Public Method Checks the consistence of the mass transfer 20050414
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050414
5 CREATE_MASS_TRANSFER Static method Public Method Calls dialog for creating a new mass transfer 20050414
6 GET_CONVOBJ_LIST Instance method Public Method Returns a table with the convobject idents and guids 20050414
7 GET_SUMMARY Instance method Public Method Returns the summary record from db 20050414
8 GET_TABLIST Instance method Public Method Returns the table list or a subset from memory 20050414
9 LOAD_MT_DATA Instance method Private Method Loads the mt data from db 20050414
10 LOAD_PROJECT_DATA Instance method Private Method Fills attributes regarding project and other data 20050414
11 LOAD_SEQUENCE_DATA Instance method Private Method load sequence data 20110630
12 REFRESH Instance method Public Method Refreshes the instance data with actual db data 20050414
13 RESET_STATUS_ON_FAILURE Static method Public Method reset DMC_MT_TABLES Status in case of Failure 20120913
14 UNBLOCK_SUCCESSORS Instance method Public Method unblock successors, after current object is successfully pro 20110630
Events
Class CL_DMC_MASS_TRANSFER has no event.
Types
Class CL_DMC_MASS_TRANSFER has no local type.
Method Signatures

Method BLOCK_SUCCESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS_STEP Call by reference Type reference (TYPE) DMC_BLOCK_PROCESS_STEP Block a processing step of MWB mass transfers 20110630

Method BLOCK_SUCCESSORS on class CL_DMC_MASS_TRANSFER has no exception.

Method CHANGE_MASS_TRANSFER Signature

Method CHANGE_MASS_TRANSFER on class CL_DMC_MASS_TRANSFER has no parameter.
Method CHANGE_MASS_TRANSFER on class CL_DMC_MASS_TRANSFER has no exception.

Method CHECK_MASS_TRANSFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_CONSISTENT Value transfer Type reference (TYPE) BOOLEAN 20050414

Method CHECK_MASS_TRANSFER on class CL_DMC_MASS_TRANSFER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MT_ID Call by reference Type reference (TYPE) DMC_MT_IDENTIFIER 20050414
# Exception Resumable Description Created on
1 NOT_FOUND 20050414

Method CREATE_MASS_TRANSFER Signature

Method CREATE_MASS_TRANSFER on class CL_DMC_MASS_TRANSFER has no parameter.
Method CREATE_MASS_TRANSFER on class CL_DMC_MASS_TRANSFER has no exception.

Method GET_CONVOBJ_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_MT_CONVOBJ_TAB Value transfer Type reference (TYPE) DMC_MT_CONVOBJ_TAB 20050414

Method GET_CONVOBJ_LIST on class CL_DMC_MASS_TRANSFER has no exception.

Method GET_SUMMARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_SUM_RECORD Value transfer Type reference (TYPE) DMC_MT_SUM_RECORD 20050414

Method GET_SUMMARY on class CL_DMC_MASS_TRANSFER has no exception.

Method GET_TABLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VIEW Call by reference Type reference (TYPE) NUMC2 '00' 20050414
2 Returning RE_MT_TABLES Value transfer Type reference (TYPE) DMC_MT_TABLES_TAB 20050414

Method GET_TABLIST on class CL_DMC_MASS_TRANSFER has no exception.

Method LOAD_MT_DATA Signature

Method LOAD_MT_DATA on class CL_DMC_MASS_TRANSFER has no parameter.
# Exception Resumable Description Created on
1 NOT_FOUND 20050414

Method LOAD_PROJECT_DATA Signature

Method LOAD_PROJECT_DATA on class CL_DMC_MASS_TRANSFER has no parameter.
Method LOAD_PROJECT_DATA on class CL_DMC_MASS_TRANSFER has no exception.

Method LOAD_SEQUENCE_DATA Signature

Method LOAD_SEQUENCE_DATA on class CL_DMC_MASS_TRANSFER has no parameter.
Method LOAD_SEQUENCE_DATA on class CL_DMC_MASS_TRANSFER has no exception.

Method REFRESH Signature

Method REFRESH on class CL_DMC_MASS_TRANSFER has no parameter.
Method REFRESH on class CL_DMC_MASS_TRANSFER has no exception.

Method RESET_STATUS_ON_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MT_TABLES Call by reference Type reference (TYPE) DMC_MT_TABLES DMC: Tables for a mass data transfer 20120913
2 Importing IV_ACP_ID Call by reference Type reference (TYPE) DMC_ID DMC: Key 20120913
3 Importing IV_COLL_ACP_ID Call by reference Type reference (TYPE) DMC_ID DMC: Key 20120913
4 Importing IV_PREC_ID Call by reference Type reference (TYPE) DMC_ID DMC: Key 20120913
5 Importing IV_PROCESS_STEP Call by reference Type reference (TYPE) DMC_BLOCK_PROCESS_STEP Block a processing step of MWB mass transfers 20120913
6 Importing IV_SCENARIO Call by reference Type reference (TYPE) IUUC_SCENARIO distinguish classic IUUC, IMIG, etc 20120913
7 Importing IV_UNLOCK_COBJ Call by reference Type reference (TYPE) ABAP_BOOL 20120913

Method RESET_STATUS_ON_FAILURE on class CL_DMC_MASS_TRANSFER has no exception.

Method UNBLOCK_SUCCESSORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PROCESS_STEP Call by reference Type reference (TYPE) DMC_BLOCK_PROCESS_STEP Block a processing step of MWB mass transfers 20110630
2 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20110630

Method UNBLOCK_SUCCESSORS on class CL_DMC_MASS_TRANSFER has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 620