SAP ABAP Class CL_RSCOPY_UI_MAPPING (ALV Grid for Assignments)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-DST (Application Component) Data Staging
     RSCOPY (Package) Data Flow Copy
Properties
Class CL_RSCOPY_UI_MAPPING  
Short Description ALV Grid for Assignments    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSCOPY   Data Flow Copy 
Created 20081029   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)
Interfaces
Class CL_RSCOPY_UI_MAPPING has no interface implemented.
Friends
Class CL_RSCOPY_UI_MAPPING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 O_DISPLAY_ALL Instance attribute Protected Type reference (TYPE) RS_BOOL Display Unchangeable Rows? 20081216
2 O_DISPLAY_ONLY Instance attribute Protected Type reference (TYPE) RS_BOOL Only display allowed? 20081219
3 O_GROUP Instance attribute Protected Type reference (TYPE) INT4 Current Wizard Step 20081118
4 O_INDEX Instance attribute Protected Type reference (TYPE) INT4 Table Index 20081029
5 O_R_GRID Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20081029
6 O_S_MAPPING Instance attribute Protected Type reference (TYPE) RSCOPY_S_MAPPING Mapping between original and copy 20081029
7 O_TECHNICAL Instance attribute Protected Type reference (TYPE) RSCOPY_TECHNICAL Display technical object names 20081029
8 O_T_MAPPING Instance attribute Protected Type reference (TYPE) RSCOPY_T_MAPPING Mappings between Originals and Copies 20081029
9 O_T_MAPPING_ALL Instance attribute Protected Type reference (TYPE) RSCOPY_T_MAPPING Mappings between Originals and Copies 20081216
Methods
# Method Level Visibility Method type Description Created on
1 COMPLETE_MAPPING Instance method Protected Method Complete User Assignment 20081215
2 COMPLETE_STEP Instance method Public Method Completes a wizard step 20081030
3 CONSTRUCTOR Instance method Public Constructor Creates an input help with ALV grid 20081029
4 COUNT_HIDDEN_LINES Instance method Public Method Number of Non-Modifiable Hidden Rows 20090107
5 CREATE_ALV_GRID Static method Public Method Creates an ALV grid for assignments 20081106
6 FREE Instance method Public Method Releases the reserved memory space 20081201
7 GET_MAPPING Instance method Protected Method Reads the selected assignment from the grid 20081029
8 HANDLE_DATA_CHANGED Instance method Public Event handling method Handles data modification made by entry 20081029
9 HANDLE_DOUBLE_CLICK Instance method Public Event handling method Handles double-click on row 20081029
10 HANDLE_F4 Instance method Public Event handling method Handles F4 help for target object 20081029
11 HANDLE_HOTSPOT_CLICK Instance method Public Event handling method Handles single click on icon 20081029
12 PREPARE_STEP Instance method Public Method Prepares a wizard step 20081030
13 REFRESH_STEP Instance method Public Method Resets the current wizard step 20090114
14 SET_MAPPING Instance method Protected Method Writes the chosen assignment to the grid 20081029
15 SWITCH_DISPLAY_ALL Instance method Public Method Hides or shows unchageable rows 20081216
16 SWITCH_TECHNICAL Instance method Public Method Toggles between descriptions and technical names 20081029
Events
Class CL_RSCOPY_UI_MAPPING has no event.
Types
Class CL_RSCOPY_UI_MAPPING has no local type.
Method Signatures

Method COMPLETE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ONLY_NEW Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Nur neue? 20081215
2 Importing I_PROMPT_FOR_NEW_NAMES_ANYWAY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Auf jeden Fall nach neuen Namen fragen? 20090605

Method COMPLETE_MAPPING on class CL_RSCOPY_UI_MAPPING has no exception.

Method COMPLETE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_COMPLETED Value transfer Type reference (TYPE) RS_BOOL Wizardschritt abgeschlossen? 20081030

Method COMPLETE_STEP on class CL_RSCOPY_UI_MAPPING has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_ONLY Call by reference Type reference (TYPE) RS_BOOL Nur Anzeige erlaubt? 20081219
2 Importing I_R_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20081029

Method CONSTRUCTOR on class CL_RSCOPY_UI_MAPPING has no exception.

Method COUNT_HIDDEN_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_LINES_HIDDEN Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20090107

Method COUNT_HIDDEN_LINES on class CL_RSCOPY_UI_MAPPING has no exception.

Method CREATE_ALV_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_ONLY Call by reference Type reference (TYPE) RS_BOOL Nur Anzeige erlaubt? 20081219
2 Importing I_R_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20081106
3 Returning R_R_MAPPING Value transfer Object reference (TYPE REF TO) CL_RSCOPY_UI_MAPPING ALV Grid für Wertehilfe 20081106

Method CREATE_ALV_GRID on class CL_RSCOPY_UI_MAPPING has no exception.

Method FREE Signature

Method FREE on class CL_RSCOPY_UI_MAPPING has no parameter.
Method FREE on class CL_RSCOPY_UI_MAPPING has no exception.

Method GET_MAPPING Signature

Method GET_MAPPING on class CL_RSCOPY_UI_MAPPING has no parameter.
Method GET_MAPPING on class CL_RSCOPY_UI_MAPPING has no exception.

Method HANDLE_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ET_GOOD_CELLS Call by reference Attribute reference (LIKE) 20081030
2 Importing E_MODIFIED Call by reference Attribute reference (LIKE) 20081030

Method HANDLE_DATA_CHANGED on class CL_RSCOPY_UI_MAPPING has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN Call by reference Attribute reference (LIKE) 20081029
2 Importing E_ROW Call by reference Attribute reference (LIKE) 20081029

Method HANDLE_DOUBLE_CLICK on class CL_RSCOPY_UI_MAPPING has no exception.

Method HANDLE_F4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ER_EVENT_DATA Call by reference Attribute reference (LIKE) 20081029
2 Importing ES_ROW_NO Call by reference Attribute reference (LIKE) 20081029
3 Importing ET_BAD_CELLS Call by reference Attribute reference (LIKE) 20081029
4 Importing E_DISPLAY Call by reference Attribute reference (LIKE) 20081029
5 Importing E_FIELDNAME Call by reference Attribute reference (LIKE) 20081029
6 Importing E_FIELDVALUE Call by reference Attribute reference (LIKE) 20081029

Method HANDLE_F4 on class CL_RSCOPY_UI_MAPPING has no exception.

Method HANDLE_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_COLUMN_ID Call by reference Attribute reference (LIKE) 20081029
2 Importing E_ROW_ID Call by reference Attribute reference (LIKE) 20081029

Method HANDLE_HOTSPOT_CLICK on class CL_RSCOPY_UI_MAPPING has no exception.

Method PREPARE_STEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_ALL Call by reference Type reference (TYPE) RS_BOOL Nicht änderbare Zeilen anzeigen? 20081216
2 Importing I_GROUP Call by reference Type reference (TYPE) INT4 Gruppe von Originalpbjekten 20081030
3 Importing I_REFRESH Call by reference Type reference (TYPE) RS_BOOL Bereits vorhandene Zuordnungen zurücksetzen 20081030
4 Importing I_R_RUN Call by reference Object reference (TYPE REF TO) IF_RSCOPY_RUN_TOOL Kopiervorgang (aus Sicht des Werkzeugs) 20081030
5 Importing I_TECHNICAL Call by reference Type reference (TYPE) RSCOPY_TECHNICAL Technische Objektnamen anzeigen 20081030

Method PREPARE_STEP on class CL_RSCOPY_UI_MAPPING has no exception.

Method REFRESH_STEP Signature

Method REFRESH_STEP on class CL_RSCOPY_UI_MAPPING has no parameter.
Method REFRESH_STEP on class CL_RSCOPY_UI_MAPPING has no exception.

Method SET_MAPPING Signature

Method SET_MAPPING on class CL_RSCOPY_UI_MAPPING has no parameter.
Method SET_MAPPING on class CL_RSCOPY_UI_MAPPING has no exception.

Method SWITCH_DISPLAY_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_ALL Call by reference Type reference (TYPE) RS_BOOL Alle Zeilen anzeigen? 20081216

Method SWITCH_DISPLAY_ALL on class CL_RSCOPY_UI_MAPPING has no exception.

Method SWITCH_TECHNICAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TECHNICAL Call by reference Type reference (TYPE) RSCOPY_TECHNICAL Technische Objektnamen anzeigen 20081030

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