SAP ABAP Class CL_ADWP_DATA_EDITOR (Universal Editor of Table Row)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-TS-GMA (Application Component) Generating, Monitoring for Mass Data Archiving Solutions
⤷
AFX_ARCHIVINGENGINE (Package) Archiving: Archiving Engine Prototype
⤷
⤷
Properties
| Class | CL_ADWP_DATA_EDITOR | |
| Short Description | Universal Editor of Table Row | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | AFX_ARCHIVINGENGINE | Archiving: Archiving Engine Prototype |
| Created | 20060909 | 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 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ADWP_DATA_EDITOR has no interface implemented.
Friends
Class CL_ADWP_DATA_EDITOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | DATA | Checkbox | 20080405 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | SALV_S_CELL | Checkbox | 20080423 | |||
| 3 | Static Attribute | Public | Type reference (TYPE) | SALV_S_CELL | Checkbox | 20080423 | |||
| 4 | Static Attribute | Public | Type reference (TYPE) | TYP_T_ADWP_CELL | Cells with Type-Related Values | 20080405 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Change | 20080404 | |
| 2 | Static method | Public | Method | Copy | 20080404 | |
| 3 | Static method | Public | Method | Copy Rows | 20080417 | |
| 4 | Static method | Public | Method | Create Row | 20080417 | |
| 5 | Static method | Public | Method | Cut | 20080404 | |
| 6 | Static method | Public | Method | Delete Rows | 20080417 | |
| 7 | Static method | Public | Method | Freeze Data Content | 20080405 | |
| 8 | Static method | Public | Method | Select Area | 20080423 | |
| 9 | Static method | Public | Method | Insert | 20080404 | |
| 10 | Static method | Public | Method | Exchange Frozen Content with Database Content | 20080405 | |
| 11 | Static method | Public | Method | Transport Recording | 20080413 | |
| 12 | Static method | Public | Method | Return to Frozen Data Content | 20080405 |
Events
Class CL_ADWP_DATA_EDITOR has no event.
Types
Class CL_ADWP_DATA_EDITOR has no local type.
Method Signatures
Method CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_COLUMNS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_COLUMNS_TABLE | Spalten in einfachen, zweidimensionalen Tabellen | 20080415 | |||
| 2 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080405 | |||
| 3 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Zelleninformation | 20080405 | |||
| 4 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080405 |
Method CHANGE on class CL_ADWP_DATA_EDITOR has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080405 | |||
| 2 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Zelleninformation | 20080405 | |||
| 3 | T_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20080405 |
Method COPY on class CL_ADWP_DATA_EDITOR has no exception.
Method COPY_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_COLUMNS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_COLUMNS_TABLE | Spalten in einfachen, zweidimensionalen Tabellen | 20080417 | |||
| 2 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080417 | |||
| 3 | T_ROW | Value transfer | Type reference (TYPE) | SALV_T_ROW | Zeilen | 20080417 | |||
| 4 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080417 |
Method COPY_ROWS on class CL_ADWP_DATA_EDITOR has no exception.
Method CREATE_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_COLUMNS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_COLUMNS_TABLE | Spalten in einfachen, zweidimensionalen Tabellen | 20080417 | |||
| 2 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080417 | |||
| 3 | T_ROW | Value transfer | Type reference (TYPE) | SALV_T_ROW | Zeilen | 20080417 | |||
| 4 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080417 |
Method CREATE_ROWS on class CL_ADWP_DATA_EDITOR has no exception.
Method CUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080405 | |||
| 2 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Zelleninformation | 20080405 | |||
| 3 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080405 |
Method CUT on class CL_ADWP_DATA_EDITOR has no exception.
Method DELETE_ROWS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_COLUMNS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_COLUMNS_TABLE | Spalten in einfachen, zweidimensionalen Tabellen | 20080417 | |||
| 2 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080417 | |||
| 3 | T_ROW | Call by reference | Type reference (TYPE) | SALV_T_ROW | Zeilen | 20080417 | |||
| 4 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080417 |
Method DELETE_ROWS on class CL_ADWP_DATA_EDITOR has no exception.
Method FREEZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080405 | |||
| 2 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Feld zum Ankreuzen | 20080405 | |||
| 3 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080405 |
Method FREEZE on class CL_ADWP_DATA_EDITOR has no exception.
Method MARK_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | F_CURRCELL | Call by reference | Type reference (TYPE) | SALV_S_CELL | Zelleninformation | 20080423 | |||
| 2 | O_COLUMNS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_COLUMNS_TABLE | Spalten in einfachen, zweidimensionalen Tabellen | 20080423 | |||
| 3 | O_SELECTIONS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_SELECTIONS | Markierungen in listähnlichen Ausgabetabellen | 20080423 | |||
| 4 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080423 | |||
| 5 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Zelleninformation | 20080423 | |||
| 6 | T_ROW | Call by reference | Type reference (TYPE) | SALV_T_ROW | Zeilen | 20080423 | |||
| 7 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080423 |
Method MARK_AREA on class CL_ADWP_DATA_EDITOR has no exception.
Method PASTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_COLUMNS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_COLUMNS_TABLE | Spalten in einfachen, zweidimensionalen Tabellen | 20080406 | |||
| 2 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080405 | |||
| 3 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Zelleninformation | 20080405 | |||
| 4 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080405 |
Method PASTE on class CL_ADWP_DATA_EDITOR has no exception.
Method SWAP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080406 | |||
| 2 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Zelleninformation | 20080406 | |||
| 3 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080406 |
Method SWAP on class CL_ADWP_DATA_EDITOR has no exception.
Method TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | O_COLUMNS | Call by reference | Object reference (TYPE REF TO) | CL_SALV_COLUMNS_TABLE | Spalten in einfachen, zweidimensionalen Tabellen | 20080413 | |||
| 2 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080413 | |||
| 3 | T_ROW | Call by reference | Type reference (TYPE) | SALV_T_ROW | Zeilen | 20080421 | |||
| 4 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080413 |
Method TRANSPORT on class CL_ADWP_DATA_EDITOR has no exception.
Method UNDO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | Tabellenname | 20080406 | |||
| 2 | T_CELL | Call by reference | Type reference (TYPE) | SALV_T_CELL | Zelleninformation | 20080406 | |||
| 3 | T_TABLE | Call by reference | Type reference (TYPE) | STANDARD TABLE | 20080406 |
Method UNDO on class CL_ADWP_DATA_EDITOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 710 |