SAP ABAP Class CL_SALV_WD_MULTI_CELL_EDITOR (Call Variant to Facilitate Multiple Editors Per Cell)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-ALV-ABA (Application Component) Web Dynpro ALV for ABAP
⤷
SALV_WD_CONFIG (Package) SALV WD Configuration

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_SALV_WD_CV | Cell Variant | 20100601 |
Properties
Class | CL_SALV_WD_MULTI_CELL_EDITOR | |
Short Description | Call Variant to Facilitate Multiple Editors Per Cell | |
Super Class | CL_SALV_WD_CV | Cell Variant |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SALV_WD_CONFIG | SALV WD Configuration |
Created | 20100601 | 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) |
3 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_SALV_WD_MULTI_CELL_EDITOR has no interface implemented.
Friends
Class CL_SALV_WD_MULTI_CELL_EDITOR has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | CL_WD_TABLE_STANDARD_CELL=>T_CELL_DESIGN | 20100601 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20100601 | |||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_SALV_WD_MULTI_CELL_EDITOR=>YT_MULTI_CELL_EDITOR | 20100601 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Adds an Editor | 20100601 |
2 | ![]() |
Instance method | Public | Constructor | Creates a New Instance | 20100601 |
3 | ![]() |
Instance method | Public | Method | Returns the Background Color of the Cell Variant | 20100601 |
4 | ![]() |
Instance method | Public | Method | Returns Field with the Background Colors of the Cell Variant | 20100601 |
5 | ![]() |
Instance method | Public | Method | Returns Editor for a Specific Index | 20100601 |
6 | ![]() |
Instance method | Public | Method | Returns All Editors | 20100601 |
7 | ![]() |
Instance method | Public | Method | Shows if Editors Exist | 20100601 |
8 | ![]() |
Instance method | Public | Method | Returns Number of Editors | 20100601 |
9 | ![]() |
Instance method | Public | Method | Removes All Editors | 20100601 |
10 | ![]() |
Instance method | Public | Method | Removes Editor for a Specific Index | 20100601 |
11 | ![]() |
Instance method | Public | Method | Sets the Background Color for the Cell Variant | 20100601 |
12 | ![]() |
Instance method | Public | Method | Sets Field with Background Colors of the Cell Variant | 20100601 |
Events
Class CL_SALV_WD_MULTI_CELL_EDITOR has no event.
Types
Class CL_SALV_WD_MULTI_CELL_EDITOR has no local type.
Method Signatures
Method ADD_EDITOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EDITOR | Call by reference | Object reference (TYPE REF TO) | IF_SALV_WD_MULTI_CELL_EDITOR | Editor der hinzugefügt werden soll | 20100601 | ||
2 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index an dem der Editor hinzugefügt werden soll | 20100601 |
Method ADD_EDITOR on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SALV_WD_MULTI_CELL_EDITOR has no parameter.
Method CONSTRUCTOR on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method GET_CELL_DESIGN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Attribute reference (LIKE) | CL_WD_TABLE_STANDARD_CELL=>T_CELL_DESIGN | 20100601 |
Method GET_CELL_DESIGN on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method GET_CELL_DESIGN_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | 20100601 |
Method GET_CELL_DESIGN_FIELDNAME on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method GET_EDITOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index des Editors, der zurückgeliefert werden soll | 20100601 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SALV_WD_MULTI_CELL_EDITOR | Zurückgelieferter Multi Cell Editor | 20100601 |
Method GET_EDITOR on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method GET_EDITORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | IF_SALV_WD_MULTI_CELL_EDITOR=>YT_MULTI_CELL_EDITOR | Tabelle aller Multi Cell Editoren | 20100601 |
Method GET_EDITORS on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method HAS_EDITORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X' wenn die Zellvariante mindestens einen Editor enthält | 20100601 |
Method HAS_EDITORS on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method NUMBER_OF_EDITORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | I | Anzahl der Editoren in dieser Zellvariante | 20100601 |
Method NUMBER_OF_EDITORS on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method REMOVE_ALL_EDITORS Signature
Method REMOVE_ALL_EDITORS on class CL_SALV_WD_MULTI_CELL_EDITOR has no parameter.
Method REMOVE_ALL_EDITORS on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method REMOVE_EDITOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | SYTABIX | Index des Editors der entfernt werden soll | 20100601 | ||
2 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SALV_WD_MULTI_CELL_EDITOR | Entfernter Editor | 20100601 |
Method REMOVE_EDITOR on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method SET_CELL_DESIGN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Attribute reference (LIKE) | CL_WD_TABLE_STANDARD_CELL=>T_CELL_DESIGN | CL_WD_TABLE_STANDARD_CELL=>E_CELL_DESIGN-STANDARD | 20100601 |
Method SET_CELL_DESIGN on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
Method SET_CELL_DESIGN_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | 20100601 |
Method SET_CELL_DESIGN_FIELDNAME on class CL_SALV_WD_MULTI_CELL_EDITOR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |