SAP ABAP Class IF_STCTM_TASK_SECSTORE (Task uses Secure Store ABAP)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20111130 |
Meta Relationship - Used By
Properties
| Class | IF_STCTM_TASK_SECSTORE | |
| Short Description | Task uses Secure Store ABAP | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20111123 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_STCTM_TASK_SECSTORE has no forward declaration.
Interfaces
Class IF_STCTM_TASK_SECSTORE has no interface implemented.
Friends
Class IF_STCTM_TASK_SECSTORE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | TT_PASSWORD | Password List | 20111123 |
Methods
Class IF_STCTM_TASK_SECSTORE has no method.
Events
Class IF_STCTM_TASK_SECSTORE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_PASSWORD | Public | See coding | Type for Field and Password | 20111128 | BEGIN OF ts_password,
fieldname TYPE fieldname,
password TYPE REF TO cl_stctm_secure_store, "not serializable!
END OF ts_password
|
|
| 2 | TT_PASSWORD | Public | See coding | List of Field and Password entries | 20111123 | tt_password TYPE STANDARD TABLE OF ts_password WITH KEY fieldname
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |