SAP ABAP Class CL_CTS_OBJECTLIST_UI_EDIT_SRC (CTS+ Object List source with edit mode)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-ORG-PLS (Application Component) Transport Organizer für non-ABAP (CTS+)
⤷
SCTS_WDUI (Package) Web Dynpro UI Layer of SCTS
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CTS_OBJECTLIST_UI_DATASRC | CTS Object List UI Data Source Interface | 20101108 |
Properties
| Class | CL_CTS_OBJECTLIST_UI_EDIT_SRC | |
| Short Description | CTS+ Object List source with edit mode | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_WDUI | Web Dynpro UI Layer of SCTS |
| Created | 20101108 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CTS_OBJECTLIST_UI_DATASRC | CTS Object List UI Data Source Interface | 20101108 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_CTS_OBJECTLIST_UI_FACTORY | 20101109 | Factory for several UI object list objects |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | LTY_CHANGES | 20101108 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | I | 20101108 | ||||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CTS_OBJECTLIST_UI_DATASRC | CTS Object List UI Data Source Interface | 20101108 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101108 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | TRKORR | Request/Task | 20101108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Attach a file in edit mode | 20101108 | |
| 2 | Static method | Protected | Method | Create data source | 20101108 | |
| 3 | Instance method | Public | Method | Delete a file in edit mode | 20101108 | |
| 4 | Instance method | Public | Method | Is this the edit mode? | 20101108 | |
| 5 | Instance method | Public | Method | Save current list | 20101108 | |
| 6 | Instance method | Private | Method | Helper for saving content | 20101109 | |
| 7 | Instance method | Private | Method | Helper for calculating the server path | 20101208 | |
| 8 | Instance method | Public | Method | Set Edit/Display Mode | 20101108 | |
| 9 | Instance method | Public | Method | Undo last operation (attach, delete) | 20101109 | |
| 10 | Instance method | Public | Method | Was the content modified? | 20101210 |
Events
Class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_CHANGE | Protected | See coding | 20101108 | begin of lty_change,
object_id type string,
deletion type boolean,
trkorr type trkorr,
fileobject type si_rq_content,
fileattributes type cts_filecntrls,
overwriteexisting type boolean,
content type xstring,
end of lty_change
|
||
| 2 | LTY_CHANGES | Protected | See coding | 20101108 | lty_changes type standard table of lty_change with default key
|
Method Signatures
Method ATTACH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT | Call by reference | Type reference (TYPE) | XSTRING | 20101108 | ||||
| 2 | FILEATTRIBUTES | Call by reference | Type reference (TYPE) | CTS_FILECNTRLS | Attributes for File Objects | 20101108 | |||
| 3 | FILEOBJECT | Call by reference | Type reference (TYPE) | SI_RQ_CONTENT | Description of a file object | 20101108 | |||
| 4 | OVERWRITEEXISTING | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20101108 |
Method ATTACH on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOMAIN | Call by reference | Type reference (TYPE) | TMSCSYS-DOMNAM | TMS: Transport Domain | 20101108 | |||
| 2 | SOURCE | Value transfer | Object reference (TYPE REF TO) | CL_CTS_OBJECTLIST_UI_EDIT_SRC | CTS+ Object List source with edit mode | 20101108 | |||
| 3 | SYSID | Call by reference | Type reference (TYPE) | SYSYSID | Name of the SAP System | 20101108 | |||
| 4 | TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20101108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Request does not exist | 20101108 |
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OBJECT_ID | Call by reference | Type reference (TYPE) | STRING | 20101108 |
Method DELETE on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
Method IS_EDIT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EDIT_MODE | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101108 |
Method IS_EDIT_MODE on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
Method SAVE Signature
Method SAVE on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | CTS General Exception | 20101215 | ||
| 2 | Object list data source exceptions | 20101109 |
Method SAVE_TO_SERVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT | Call by reference | Type reference (TYPE) | XSTRING | 20101109 | ||||
| 2 | FILENAME | Call by reference | Type reference (TYPE) | STRING | 20101109 | ||||
| 3 | SUCCESS | Value transfer | Type reference (TYPE) | BOOLEAN | Link field for view query | 20101109 |
Method SAVE_TO_SERVER on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
Method SERVER_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DIRECTORY | Value transfer | Type reference (TYPE) | STRING | Result path | 20101208 | |||
| 2 | FILENAME | Call by reference | Type reference (TYPE) | STRING | File name | 20101208 |
Method SERVER_PATH on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
Method SET_EDIT_MODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EDIT_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101108 |
Method SET_EDIT_MODE on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
Method UNDO Signature
Method UNDO on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no parameter.
Method UNDO on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
Method WAS_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FLAG | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101210 |
Method WAS_MODIFIED on class CL_CTS_OBJECTLIST_UI_EDIT_SRC has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |