SAP ABAP Interface IF_DC_ACCESS (GFW: Data container interface (data requests))
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-FES-GRA (Application Component) Graphic
⤷
SGRB (Package) ABAP Graphic Proxies
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_DC_MANAGEMENT | GFW: Data container interface for applications | 19981113 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_DC_SUBSCRIPTION | GFW: Data container interface for graphic proxy | 19981113 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GFW_DC | GFW: Superordinate class of all data containers | 19981113 |
Properties
| Interface | IF_DC_ACCESS | |
| Short Description | GFW: Data container interface (data requests) |
General Data
| Package | SGRB | ABAP Graphic Proxies |
| Created | 19980424 | SAP |
| Last changed | 19990129 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_DC_ACCESS has no forward declaration.
Interfaces
Interface IF_DC_ACCESS has no interface.
Friends
Interface IF_DC_ACCESS has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_MODE_DELETED_BY_APP | Constant | Public | Type reference (TYPE) | I | 4 | Data mode: Deleted by the application | 19990701 | |
| 2 | CO_MODE_DELETED_BY_GP | Constant | Public | Type reference (TYPE) | I | 5 | Data mode: Deleted by a graphics proxy | 19990701 | |
| 3 | CO_MODE_INIT | Constant | Public | Type reference (TYPE) | I | 1 | Data mode: initial | 19990629 | |
| 4 | CO_MODE_INSERTED_BY_APP | Constant | Public | Type reference (TYPE) | I | 6 | Data mode: Inserted by the application | 19990701 | |
| 5 | CO_MODE_INSERTED_BY_GP | Constant | Public | Type reference (TYPE) | I | 7 | Data mode: Inserted by a graphics proxy | 19990701 | |
| 6 | CO_MODE_UPDATED_BY_APP | Constant | Public | Type reference (TYPE) | I | 2 | Data mode: Changed by application | 19990701 | |
| 7 | CO_MODE_UPDATED_BY_GP | Constant | Public | Type reference (TYPE) | I | 3 | Data mode: Changed by a graphics proxy | 19990701 | |
| 8 | MODE_CHANGED | Constant | Public | Type reference (TYPE) | I | 3 | Data mode: Changed (by GP) | 19980424 | |
| 9 | MODE_DELETED | Constant | Public | Type reference (TYPE) | I | 4 | Data mode: Deleted | 19980424 | |
| 10 | MODE_INIT | Constant | Public | Type reference (TYPE) | I | 1 | Data mode: Initial | 19980424 | |
| 11 | MODE_RELEASED | Constant | Public | Type reference (TYPE) | I | 2 | Data mode: Released or changed by application | 19980424 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete all objects | 19980424 | |
| 2 | Instance method | Public | Method | Delete an object | 19980424 | |
| 3 | Instance method | Public | Method | Determine changed values | 19980427 | |
| 4 | Instance method | Public | Method | Determine object that precedes the specified object | 19990623 | |
| 5 | Instance method | Public | Method | Determine object that follows the specified object | 19990816 | |
| 6 | Instance method | Public | Method | Determine value of an object | 19980424 | |
| 7 | Instance method | Public | Method | Set a new value, insert an object | 19980424 |
Events
Interface IF_DC_ACCESS has no event.
Types
Interface IF_DC_ACCESS has no local type.
Method Signatures
Method CLEAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | Identifies calling object | 19980424 | |||
| 2 | RETVAL | Call by reference | Type reference (TYPE) | SYMSGNO | CL_CFW -> OK: Successful | 19980424 |
Method CLEAR on Interface IF_DC_ACCESS has no exception.
Method DEL_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | Identifies calling object | 19980424 | |||
| 2 | KEY_VALUE | Call by reference | Type reference (TYPE) | ANY | Key value for identifying a data record | 19980424 | |||
| 3 | RETVAL | Call by reference | Type reference (TYPE) | SYMSGNO | CL_CFW -> OK: Successful | 19980424 |
Method DEL_OBJECT on Interface IF_DC_ACCESS has no exception.
Method GET_CHANGES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | ROLLNAME | Attribute whose value is to be determined | 19980427 | |||
| 2 | FIELD_VALUE | Call by reference | Type reference (TYPE) | ANY | Value of given attribute of the changed record | 19980427 | |||
| 3 | ID | Call by reference | Type reference (TYPE) | I | Identifies calling object | 19980427 | |||
| 4 | MODE | Call by reference | Type reference (TYPE) | I | Change mode (initial, released, changed, deleted) | 19980427 | |||
| 5 | RETVAL | Call by reference | Type reference (TYPE) | SYMSGNO | CL_CFW -> OK: Successful, see method documentation | 19980427 | |||
| 6 | VALUE_COUNTER | Call by reference | Type reference (TYPE) | I | Number of data hit wanted/returned | 19980427 |
Method GET_CHANGES on Interface IF_DC_ACCESS has no exception.
Method GET_PREDECESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | identifiziert rufendes Objekt | 19990623 | |||
| 2 | KEY_VALUE | Call by reference | Type reference (TYPE) | ANY | Schlüssel-Wert zur Identifikation eines Objekts | 19990623 | |||
| 3 | PRED_KEY_VALUE | Value transfer | Type reference (TYPE) | ANY | Schlüssel-Wert des Vorgängerobjekts | 19990623 |
Method GET_PREDECESSOR on Interface IF_DC_ACCESS has no exception.
Method GET_SUCCESSOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | I | identifys calling object | 19990816 | |||
| 2 | KEY_VALUE | Call by reference | Type reference (TYPE) | ANY | key value to identify object | 19990816 | |||
| 3 | SUCC_KEY_VALUE | Call by reference | Type reference (TYPE) | ANY | key value of successor object | 19990816 |
Method GET_SUCCESSOR on Interface IF_DC_ACCESS has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | ROLLNAME | Attribute whose value is to be determined | 19980424 | |||
| 2 | FIELD_VALUE | Call by reference | Type reference (TYPE) | ANY | Value of specified field | 19980424 | |||
| 3 | ID | Call by reference | Type reference (TYPE) | I | Identifies calling object | 19980424 | |||
| 4 | KEY_ATTRIBUTE | Call by reference | Type reference (TYPE) | ROLLNAME | Search key attribute | 19980424 | |||
| 5 | KEY_VALUE | Call by reference | Type reference (TYPE) | ANY | Key value for identifying a data record | 19980424 | |||
| 6 | MODE | Call by reference | Type reference (TYPE) | I | Field mode (initial, released, changed, deleted) | 19980424 | |||
| 7 | RETVAL | Call by reference | Type reference (TYPE) | SYMSGNO | CL_CFW->OK: Successful, CL_CFW->I_DC_SET_OF_VAL: Values | 19980424 | |||
| 8 | VALUE_COUNTER | Call by reference | Type reference (TYPE) | I | Number of the hit wanted/returned (for a set) | 19980424 |
Method GET_VALUE on Interface IF_DC_ACCESS has no exception.
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Call by reference | Type reference (TYPE) | ROLLNAME | Attribute whose value is to be set | 19980424 | |||
| 2 | FIELD_VALUE | Call by reference | Type reference (TYPE) | ANY | New value of the field ATTRIBUTE of the record KEY_VALUE | 19980424 | |||
| 3 | ID | Call by reference | Type reference (TYPE) | I | Identifies calling object | 19980424 | |||
| 4 | KEY_VALUE | Call by reference | Type reference (TYPE) | ANY | Key value for identifying a data record | 19980424 | |||
| 5 | RETVAL | Call by reference | Type reference (TYPE) | SYMSGNO | CL_CFW -> OK: Successful | 19980424 |
Method SET_VALUE on Interface IF_DC_ACCESS has no exception.
History
| Last changed by/on | SAP | 19990129 |
| SAP Release Created in |