SAP ABAP Class /MRSS/CL_RCCF_ADMIN_SALV (SALV-Verschalung für RCCF)
Hierarchy
MRSS_NW (Software Component) SAP Multiresource Scheduling for SAP Net
   PM-WOC-MO (Application Component) Maintenance Orders
     /MRSS/RCCF_ADMIN (Package) RCCF Admin
Properties
Class /MRSS/CL_RCCF_ADMIN_SALV  
Short Description SALV-Verschalung für RCCF    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /MRSS/RCCF_ADMIN   RCCF Admin 
Created 20071106   SAP 
Last change 20141109    
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 /MRSS/CL_RCCF_ADMIN_SALV has no interface implemented.
Friends
Class /MRSS/CL_RCCF_ADMIN_SALV has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ROWS Static Attribute Public Type reference (TYPE) LVC_T_ROW ALV control: Table rows 20090917
2 MO_ALV Instance attribute Public Object reference (TYPE REF TO) CL_GUI_ALV_GRID Basisklasse für einfache Tabellen 20071106
3 MO_ALV_EVENT Instance attribute Public Object reference (TYPE REF TO) /MRSS/CL_RCCF_ADMIN_SALV_EVENT Ereignisklasse für die RCCF ALV-Verschalung 20071106
4 MO_PARENT Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Container fuer Custom Controls in der Dynpro Area 20071106
5 MS_ALV_DATATABLE Instance attribute Public Object reference (TYPE REF TO) DATA 20071106
6 MT_ALV_COLUMNNAMES Instance attribute Public Type reference (TYPE) /MRSS/T_RCCFT_ADMIN_STRING Tabelle von Zeichenketten 20071106
7 MT_ALV_COLUMNORDER Instance attribute Public Type reference (TYPE) /MRSS/T_RCCFT_ADMIN_STRING Tabelle von Zeichenketten 20071106
8 MT_ALV_DATATABLE Instance attribute Public Object reference (TYPE REF TO) DATA 20071106
9 MT_FUNCTIONS Instance attribute Private Type reference (TYPE) I Funktionen 20071106
10 MT_ICON_CLICKABLE Instance attribute Private Type reference (TYPE) /MRSS/T_RCCFT_ADMIN_STRING Tabelle von Zeichenketten 20071106
11 MT_ICON_LIST Instance attribute Private Type reference (TYPE) /MRSS/T_RCCFT_ADMIN_STRING Tabelle von Zeichenketten 20071106
12 MV_ALV_CONTAINER Instance attribute Private Type reference (TYPE) STRING 20071106
13 MV_ALV_HAS_TOOLBAR Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071106
14 MV_FULLSCREEN Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_FALSE Fullscreen-Anzeige 20071106
15 MV_IS_FIRST_CALL Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20071106
16 MV_TITLE Instance attribute Private Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20071106
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_FIELD_CAT Instance method Private Method Feldkatalog entsprechend der internen Tabelle bauen 20071106
2 CLOSE_SCREEN Instance method Public Method 20071106
3 CONSTRUCTOR Instance method Public Constructor 20071106
4 CREATE Instance method Public Method Generiert das ALV-Objekt schon VOR dem eigentlichen Display 20071106
5 DISPLAY Instance method Public Method 20071106
6 FREE Instance method Public Method 20071106
7 GET_SELECTED_ROWS Instance method Public Method 20071106
8 IS_FIRST_CALL Instance method Public Method 20071106
9 REFRESH Instance method Public Method 20071106
10 SET_FUNCTION Instance method Public Method ALV-Toolbar-Funktion bearbeiten 20071106
11 SET_SCREEN_STATUS Instance method Public Method 20071106
Events
Class /MRSS/CL_RCCF_ADMIN_SALV has no event.
Types
Class /MRSS/CL_RCCF_ADMIN_SALV has no local type.
Method Signatures

Method BUILD_FIELD_CAT Signature

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

Method BUILD_FIELD_CAT on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method CLOSE_SCREEN Signature

Method CLOSE_SCREEN on class /MRSS/CL_RCCF_ADMIN_SALV has no parameter.
Method CLOSE_SCREEN on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20071106
2 Importing IT_FUNCTIONS Call by reference Type reference (TYPE) I Funktionen 20071106
3 Importing IV_COLUMNAMES Call by reference Type reference (TYPE) STRING Spaltennamen, falls diese nicht den Domainnamen entsprechen 20071106
4 Importing IV_COLUMNORDER Call by reference Type reference (TYPE) STRING Kommaseparierte Liste der angezeigten Spalten 20071106
5 Importing IV_CONTAINER_NAME Call by reference Type reference (TYPE) C Dynpro Containername 20071106
6 Importing IV_FULLSCREEN Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Fullscreen-Anzeige 20071106
7 Importing IV_HAS_TOOLBAR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Soll die Standardtoolbar angezeigt werden 20071106
8 Importing IV_ICONCOLUMNS Call by reference Type reference (TYPE) STRING 20071106
9 Importing IV_ICON_CLICKABLE Call by reference Type reference (TYPE) STRING Kommaseparierte Liste von 1 (anclickbar) und 0 (nicht ...) 20071106
10 Importing IV_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV-Control: Text der Titelzeile 20071106

Method CONSTRUCTOR on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method CREATE 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) TABLE Datentabelle 20071106

Method CREATE on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method DISPLAY 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) TABLE 20071106
2 Importing IV_FUNCTIONS Call by reference Type reference (TYPE) INT4 ALV: Datenelement für Konstanten 20071106
3 Importing IV_PFSTATUS Call by reference Type reference (TYPE) SYPFKEY Aktueller GUI-Status 20071106
4 Importing IV_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20071106
5 Importing IV_SET_STATUS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Status setzen? 20071106

Method DISPLAY on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method FREE Signature

Method FREE on class /MRSS/CL_RCCF_ADMIN_SALV has no parameter.
Method FREE on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method GET_SELECTED_ROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ROWS Value transfer Type reference (TYPE) LVC_T_ROW Zeilen 20071106

Method GET_SELECTED_ROWS on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method IS_FIRST_CALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RETURN Value transfer Type reference (TYPE) ABAP_BOOL 20071106

Method IS_FIRST_CALL on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method REFRESH Signature

Method REFRESH on class /MRSS/CL_RCCF_ADMIN_SALV has no parameter.
Method REFRESH on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method SET_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENABLE Call by reference Type reference (TYPE) ABAP_BOOL 20071106
2 Importing IV_FUNCTION Call by reference Type reference (TYPE) STRING 20071106
3 Importing IV_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20071106

Method SET_FUNCTION on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.

Method SET_SCREEN_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FUNCTIONS Call by reference Type reference (TYPE) INT4 ALV: Datenelement für Konstanten 20071106
2 Importing IV_PFSTATUS Call by reference Type reference (TYPE) SYPFKEY Aktueller GUI-Status 20071106
3 Importing IV_REPID Call by reference Type reference (TYPE) SYREPID ABAP-Programm, aktuelles Rahmenprogramm 20071106

Method SET_SCREEN_STATUS on class /MRSS/CL_RCCF_ADMIN_SALV has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in 610