SAP ABAP Class CL_RCC_ADMIN_SALV (SALV Wrapper for RCCF)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-RCC (Application Component) Remote Control and Communication Framework
⤷
RCC_ADMIN (Package) RCCF: Administrative Tasks

⤷

⤷

Properties
Class | CL_RCC_ADMIN_SALV | |
Short Description | SALV Wrapper for RCCF | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RCC_ADMIN | RCCF: Administrative Tasks |
Created | 20080320 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RCC_ADMIN_SALV has no interface implemented.
Friends
Class CL_RCC_ADMIN_SALV has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_TABLE | Basis Class for Simple Tables | 20080320 | ||
2 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_SALV_EVENTS_TABLE | Events in Simple, Two-Dimensional Tables | 20080320 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container for Custom Controls in Screen Area | 20080320 | ||
4 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20080320 | |||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | MTYT_STRING | 20080320 | |||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | MTYT_STRING | 20080320 | |||
7 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | DATA | 20080320 | |||
8 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_FUNCTION | 20080320 | |||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MTYT_STRING | 20080320 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | MTYT_STRING | 20080320 | |||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20080320 | |||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080320 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Fullscreen Display | 20080320 | |
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20080320 | ||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LVC_TITLE | ALV Control: Title Line Text | 20080320 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20080320 | |
2 | ![]() |
Instance method | Public | Constructor | 20080320 | |
3 | ![]() |
Instance method | Public | Method | Generates the ALV Object BEFORE displaying | 20080320 |
4 | ![]() |
Instance method | Public | Method | 20080320 | |
5 | ![]() |
Instance method | Public | Method | 20080320 | |
6 | ![]() |
Instance method | Public | Method | 20080320 | |
7 | ![]() |
Instance method | Public | Method | 20080320 | |
8 | ![]() |
Instance method | Public | Method | 20080320 | |
9 | ![]() |
Instance method | Public | Method | Edit ALV Toolbar Function | 20080320 |
10 | ![]() |
Instance method | Public | Method | 20080320 |
Events
Class CL_RCC_ADMIN_SALV has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | MTYT_STRING | Public | See coding | 20080320 | mtyt_string TYPE TABLE OF string
|
||
2 | TY_S_FUNCTION | Public | See coding | 20080320 | begin of ty_s_function,
POS_NR TYPE i,
NAME TYPE SALV_DE_FUNCTION,
ICON TYPE STRING,
TEXT TYPE STRING,
TOOLTIP TYPE STRING,
POSITION TYPE SALV_DE_FUNCTION_POS,
end of ty_s_function
|
||
3 | TY_T_FUNCTION | Public | See coding | 20080320 | ty_t_function type SORTED TABLE OF ty_s_function with UNIQUE key pos_nr
|
Method Signatures
Method CLOSE_SCREEN Signature
Method CLOSE_SCREEN on class CL_RCC_ADMIN_SALV has no parameter.
Method CLOSE_SCREEN on class CL_RCC_ADMIN_SALV has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_PARENT | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20080320 | ||
2 | ![]() |
IT_FUNCTIONS | Call by reference | Type reference (TYPE) | TY_T_FUNCTION | 20080320 | |||
3 | ![]() |
IV_COLUMNAMES | Call by reference | Type reference (TYPE) | STRING | Column Name, In Case This Does Not Match Domain Name | 20080320 | ||
4 | ![]() |
IV_COLUMNORDER | Call by reference | Type reference (TYPE) | STRING | Comma Separated List of Displayed Columns | 20080320 | ||
5 | ![]() |
IV_CONTAINER_NAME | Call by reference | Type reference (TYPE) | C | Dynpro Container Name | 20080320 | ||
6 | ![]() |
IV_FULLSCREEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Fullscreen Display | 20080320 | |
7 | ![]() |
IV_HAS_TOOLBAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Display Standard Toolbar? | 20080320 | |
8 | ![]() |
IV_ICONCOLUMNS | Call by reference | Type reference (TYPE) | STRING | 20080320 | |||
9 | ![]() |
IV_ICON_CLICKABLE | Call by reference | Type reference (TYPE) | STRING | Comma Separated List of 1 (Clickable) and 0 (not ...) | 20080320 | ||
10 | ![]() |
IV_TITLE | Call by reference | Type reference (TYPE) | LVC_TITLE | ALV Control: Title Line Text | 20080320 |
Method CONSTRUCTOR on class CL_RCC_ADMIN_SALV has no exception.
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | TABLE | Data table | 20080320 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ALV: General Error Class with Message | 20080320 |
Method DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | TABLE | 20080320 | |||
2 | ![]() |
IV_FUNCTIONS | Call by reference | Type reference (TYPE) | SALV_DE_CONSTANT | CL_SALV_TABLE=>C_FUNCTIONS_ALL | ALV: Data Element for Constants | 20080320 | |
3 | ![]() |
IV_PFSTATUS | Call by reference | Type reference (TYPE) | SYPFKEY | Current GUI Status | 20080320 | ||
4 | ![]() |
IV_REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP Program: Current Main Program | 20080320 | ||
5 | ![]() |
IV_SET_STATUS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Set Status? | 20080320 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
ALV: General Error Class with Message | 20080320 |
Method FREE Signature
Method FREE on class CL_RCC_ADMIN_SALV has no parameter.
Method FREE on class CL_RCC_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 | ![]() |
RT_ROWS | Value transfer | Type reference (TYPE) | SALV_T_ROW | Lines | 20080320 |
Method GET_SELECTED_ROWS on class CL_RCC_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 | ![]() |
RV_RETURN | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20080320 |
Method IS_FIRST_CALL on class CL_RCC_ADMIN_SALV has no exception.
Method REFRESH Signature
Method REFRESH on class CL_RCC_ADMIN_SALV has no parameter.
Method REFRESH on class CL_RCC_ADMIN_SALV has no exception.
Method SET_FUNCTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ENABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080320 | |||
2 | ![]() |
IV_FUNCTION | Call by reference | Type reference (TYPE) | STRING | 20080320 | |||
3 | ![]() |
IV_VISIBLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20080320 |
Method SET_FUNCTION on class CL_RCC_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 | ![]() |
IV_FUNCTIONS | Call by reference | Type reference (TYPE) | SALV_DE_CONSTANT | CL_SALV_TABLE=>C_FUNCTIONS_ALL | ALV: Data Element for Constants | 20080320 | |
2 | ![]() |
IV_PFSTATUS | Call by reference | Type reference (TYPE) | SYPFKEY | Current GUI Status | 20080320 | ||
3 | ![]() |
IV_REPID | Call by reference | Type reference (TYPE) | SYREPID | ABAP Program: Current Main Program | 20080320 |
Method SET_SCREEN_STATUS on class CL_RCC_ADMIN_SALV has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 604 |