SAP ABAP Class CL_RSCOPY_UI (User Interface for Data Flow Copy)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSCOPY (Package) Data Flow Copy
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RSCOPY_NODE_WIZ Node Interface to Wizard 20081029
Properties
Class CL_RSCOPY_UI  
Short Description User Interface for Data Flow Copy    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCOPY   Data Flow Copy 
Created 20080916   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RSCOPY_NODE_WIZ Node Interface to Wizard 20081029
Friends
Class CL_RSCOPY_UI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_DTPS_AND_IPAKS Static Attribute Public Type reference (TYPE) RSDS_ANSWER Collect DTPs and InfoPackages too? 20090402
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLLECTION_INFOS Static method Public Method Enhances icons and quick infos for collection behavior 20090519
2 ADD_COPY_CHECK_INFO Static method Public Method Adds icons and text for check 20081020
3 ADD_COPY_MODE_INFO Static method Public Method Adds icon and text for copy type 20081015
4 ADD_COPY_MODE_INFOS Static method Public Method Adds icon and text for copy type 20081020
5 ADD_ORIG_TYPE_ICON Static method Public Method Adds the icon for the TLOGO type 20090427
6 GET_COPY_MODES Static method Public Method Returns all possible copy types 20081201
7 GET_COPY_MODE_INFO Static method Public Method Returns text and icon for copy type 20081201
8 GET_COPY_MODE_TEXT Static method Public Method Returns text for copy type 20081116
9 GET_DESCRIPTION Static method Public Method Returns the description of a copy process 20081001
10 GET_FCAT_CAND Static method Public Method Returns the columns for a mapping table 20081028
11 GET_FCAT_MAPPING Static method Public Method Returns the columns for a mapping table 20081008
12 GET_FCAT_MODE Static method Public Method Returns the columns for a mapping table 20081015
13 GET_FCAT_REPLACE Static method Public Method Returns the columns for replacements (1:N copy) 20081008
14 GET_FCAT_RUNS Static method Public Method Returns the columns for copy processes 20081117
15 GET_FIELDCAT_MODE Static method Public Method Returns the columns for a mapping table 20081028
16 GET_GROUPS Static method Public Method Returns groups for wizard steps and copying 20081114
17 GET_OBJ_STRING Static method Public Method Returns the type and name of an object as a string 20081121
18 GET_PROPERTIES Static method Public Method Returns matching icon and description 20081217
19 GET_SY_MSG Static method Public Method Returns the current system message 20081021
20 MAINTAIN_OBJECT Static method Public Method Calls object maintenance (display mode) 20081124
21 POPUP_BEFORE_DELETE Static method Public Method Popup: Delete Copy Processes 20090507
22 POPUP_DTPS_AND_IPAKS Static method Public Method Popup: Should DTPs and InfoPackages be collected too? 20090402
23 POPUP_IN_BACKGROUND Static method Public Method Popup: Copy in dialog box or in background 20090113
24 POPUP_SHOW_RUNS Static method Public Method Popup: Display overview of copy processes? 20090113
25 SHOW_EXCEPTION Static method Public Method Displays exception(s) to popup 20081008
26 SHOW_LOG Static method Public Method Displays an application log 20090216
27 SHOW_MESSAGES Static method Public Method Displays messages to popup 20081020
Events
Class CL_RSCOPY_UI has no event.
Types
Class CL_RSCOPY_UI has no local type.
Method Signatures

Method ADD_COLLECTION_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_RUN_EXT Call by reference Type reference (TYPE) RSCOPY_S_RUN_EXTENDED Informationen zum Kopiervorgang 20090519

Method ADD_COLLECTION_INFOS on class CL_RSCOPY_UI has no exception.

Method ADD_COPY_CHECK_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_MAPPING Call by reference Type reference (TYPE) RSCOPY_S_MAPPING Zuordnung zwischen Original und Kopie 20081020

Method ADD_COPY_CHECK_INFO on class CL_RSCOPY_UI has no exception.

Method ADD_COPY_MODE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_MAPPING Call by reference Type reference (TYPE) RSCOPY_S_MAPPING Zuordnung zwischen Original und Kopie 20081015

Method ADD_COPY_MODE_INFO on class CL_RSCOPY_UI has no exception.

Method ADD_COPY_MODE_INFOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_MODE Call by reference Type reference (TYPE) RSCOPY_T_MODE Unterstützte Arten der Kopie 20081020

Method ADD_COPY_MODE_INFOS on class CL_RSCOPY_UI has no exception.

Method ADD_ORIG_TYPE_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_S_ORIG_EXT Call by reference Type reference (TYPE) RSCOPY_S_ORIG_EXTENDED Informationen zu einem Originalobjekt 20090427

Method ADD_ORIG_TYPE_ICON on class CL_RSCOPY_UI has no exception.

Method GET_COPY_MODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MODE Call by reference Type reference (TYPE) RSCOPY_T_MODE Unterstützte Arten der Kopie 20081201
2 Importing I_NUMBER_OF_COPIES Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20081201

Method GET_COPY_MODES on class CL_RSCOPY_UI has no exception.

Method GET_COPY_MODE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20081201
2 Exporting E_TEXT Call by reference Type reference (TYPE) RSTXTMD Kopierart 20081201
3 Importing I_MODE Call by reference Type reference (TYPE) RSCOPY_MODE Art der Kopie 20081201

Method GET_COPY_MODE_INFO on class CL_RSCOPY_UI has no exception.

Method GET_COPY_MODE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MODE Call by reference Type reference (TYPE) RSCOPY_MODE Art der Kopie 20081116
2 Returning R_TEXT Value transfer Type reference (TYPE) STRING Kopierart 20081116

Method GET_COPY_MODE_TEXT on class CL_RSCOPY_UI has no exception.

Method GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_S_RUN_DESCRIPTION Call by reference Type reference (TYPE) RSCOPY_S_RUN_DESCRIPTION Beschreibung eines Kopiervorgangs 20081001
2 Importing I_S_RUN Call by reference Type reference (TYPE) RSCOPY_RUN Kopiervorgang (Lauf des Kopierwerkzeugs) 20081001

Method GET_DESCRIPTION on class CL_RSCOPY_UI has no exception.

Method GET_FCAT_CAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20081028

Method GET_FCAT_CAND on class CL_RSCOPY_UI has no exception.

Method GET_FCAT_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20081008

Method GET_FCAT_MAPPING on class CL_RSCOPY_UI has no exception.

Method GET_FCAT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20081015

Method GET_FCAT_MODE on class CL_RSCOPY_UI has no exception.

Method GET_FCAT_REPLACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20081008

Method GET_FCAT_REPLACE on class CL_RSCOPY_UI has no exception.

Method GET_FCAT_RUNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COL_POS_TESTID Call by reference Type reference (TYPE) INT4 0 Natürliche Zahl 20081121
2 Returning R_T_FCAT Value transfer Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20081117

Method GET_FCAT_RUNS on class CL_RSCOPY_UI has no exception.

Method GET_FIELDCAT_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_T_FCAT Value transfer Type reference (TYPE) SLIS_T_FIELDCAT_ALV Feldkatalog für ALV-basierte F4-Hilfe 20081028

Method GET_FIELDCAT_MODE on class CL_RSCOPY_UI has no exception.

Method GET_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ORDER_FOR_WIZARD Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Boolean 20081114
2 Importing I_R_RUN Call by reference Object reference (TYPE REF TO) IF_RSCOPY_RUN_TOOL Kopiervorgang (aus Sicht des Werkzeugs) 20081114
3 Returning R_T_GROUP Value transfer Type reference (TYPE) RSCOPY_T_GROUP Objektgruppen für Datenflusskopie 20081114

Method GET_GROUPS on class CL_RSCOPY_UI has no exception.

Method GET_OBJ_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_OBJ Call by reference Type reference (TYPE) RSCOPY_OBJ Startobjekte für einen Kopiervorgang 20081121
2 Returning R_STRING Value transfer Type reference (TYPE) STRING 20081121

Method GET_OBJ_STRING on class CL_RSCOPY_UI has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_ICON Call by reference Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20081217
2 Exporting E_S_OWNED_BY Call by reference Type reference (TYPE) RSO_S_TLOGO_OWNED_BY Übergeordnetes TLOGO Objekt (dem das aktuelle Objekt gehört) 20081217
3 Exporting E_TEXT Call by reference Type reference (TYPE) RSTXTLG Beschreibung lang 20081217
4 Importing I_NAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20081217
5 Importing I_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20081217

Method GET_PROPERTIES on class CL_RSCOPY_UI has no exception.

Method GET_SY_MSG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_S_MSG Value transfer Type reference (TYPE) RS_S_MSG Nachricht 20081021

Method GET_SY_MSG on class CL_RSCOPY_UI has no exception.

Method MAINTAIN_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) SOBJ_NAME Objektname im Objektkatalog 20081124
2 Importing I_TYPE Call by reference Type reference (TYPE) RSTLOGO BW: Objekttyp (TLOGO) 20081124

Method MAINTAIN_OBJECT on class CL_RSCOPY_UI has no exception.

Method POPUP_BEFORE_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DELETE Value transfer Type reference (TYPE) RS_BOOL Fortfahren mit Löschen? 20090507

Method POPUP_BEFORE_DELETE on class CL_RSCOPY_UI has no exception.

Method POPUP_DTPS_AND_IPAKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_DTPS_AND_IPAKS Value transfer Type reference (TYPE) RSDS_ANSWER Sollen auch DTPs und InfoPackages gesammelt werden? 20090402

Method POPUP_DTPS_AND_IPAKS on class CL_RSCOPY_UI has no exception.

Method POPUP_IN_BACKGROUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ANSWER Value transfer Type reference (TYPE) RSDS_ANSWER 1=Dialog, 2=Hintergrund, A=Abbrechen 20090401

Method POPUP_IN_BACKGROUND on class CL_RSCOPY_UI has no exception.

Method POPUP_SHOW_RUNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_JOBNAME Call by reference Type reference (TYPE) STRING 20090113
2 Importing I_RUNID Call by reference Type reference (TYPE) RSCOPY_RUNID Kopiervorgang (Lauf des Kopierwerkzeugs) 20090113

Method POPUP_SHOW_RUNS on class CL_RSCOPY_UI has no exception.

Method SHOW_EXCEPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_MSG Value transfer Type reference (TYPE) RS_T_MSG BW: Tabelle mit Nachrichten (Application Log Protokoll) 20081008
2 Importing I_R_EXCEPTION Call by reference Object reference (TYPE REF TO) CX_ROOT Ausnahme 20081008

Method SHOW_EXCEPTION on class CL_RSCOPY_UI has no exception.

Method SHOW_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOG_HANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20090216
2 Importing I_LOG_TITLE Call by reference Type reference (TYPE) BALTITLE Anwendungs-Log: Titel des Dynpros 20090216
3 Returning R_S_EXIT_COMMAND Value transfer Type reference (TYPE) BAL_S_EXCM Anwendungs-Log: Vom User betätigte Taste beim Beenden 20090216

Method SHOW_LOG on class CL_RSCOPY_UI has no exception.

Method SHOW_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_MSG Call by reference Type reference (TYPE) RS_T_MSG Nachrichten 20081020

Method SHOW_MESSAGES on class CL_RSCOPY_UI has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 720