SAP ABAP Interface /TDAG/IF_WFF_PERSISTABLE_TBO (Access to TBO data for persisters)
Hierarchy
☛
TDAGBCA (Software Component) TechniData Basic Components
⤷
EHS (Application Component) Environment, Health and Safety
⤷
/TDAG/EHFND_FW_WFF_PERSISTENCE (Package) Persistency Layer for TBO Implementations
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /TDAG/CL_WFF_ROOT_TBO | Super class of all TBO implementations | 20080728 |
Properties
| Interface | /TDAG/IF_WFF_PERSISTABLE_TBO | |
| Short Description | Access to TBO data for persisters |
General Data
| Package | /TDAG/EHFND_FW_WFF_PERSISTENCE | Persistency Layer for TBO Implementations |
| Created | 20080701 | SAP |
| Last changed | 20141109 | SAP |
| Unicode checks active |
Forward declarations
Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no forward declaration.
Interfaces
Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no interface.
Friends
Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no friend.
Attributes
Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get execute COMMIT WORK after persisting data | 20090803 | |
| 2 | Instance method | Public | Method | Returns generic data of processing workflow instance | 20080721 | |
| 3 | Instance method | Public | Method | Returns key structure for unique identification | 20080722 | |
| 4 | Instance method | Public | Method | Returns internal data of TBOs in order to be persisted | 20080721 | |
| 5 | Instance method | Public | Method | Get the workflow instance ID which is processing this PCO | 20090818 | |
| 6 | Instance method | Public | Method | Get the ID of the processing workflow template | 20090818 | |
| 7 | Instance method | Public | Method | Set execute COMMIT WORK after persisting data | 20090803 | |
| 8 | Instance method | Public | Method | Sets the internal data of a TBO | 20080806 | |
| 9 | Instance method | Public | Method | Sets the internal data of a TBO | 20080721 | |
| 10 | Instance method | Public | Method | Sets the workflow instance ID which is processing this TBO | 20080722 | |
| 11 | Instance method | Public | Method | The ID of the processing workflow template | 20080729 |
Events
Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no event.
Types
Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no local type.
Method Signatures
Method GET_COMMIT_WORK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_FLG_COMMIT | Value transfer | Type reference (TYPE) | BOOLE_D | Execute COMMIT WORK in persister | 20090803 |
Method GET_COMMIT_WORK on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method GET_GENERIC_DATA_TO_PERSIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XR_TABLE_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | Tabellenzeile, zu befüllen mit TBO-Daten | 20080728 |
Method GET_GENERIC_DATA_TO_PERSIST on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method GET_KEYS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_KEYS | Value transfer | Type reference (TYPE) | /TDAG/EHFND_FW_S_KEY | Schlüsselfelder für die Persistenztabellen der TBOs | 20080722 |
Method GET_KEYS on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method GET_SPECIFIC_DATA_TO_PERSIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XR_TABLE_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | Tabellenzeile, zu befüllen mit TBO-Daten | 20080725 |
Method GET_SPECIFIC_DATA_TO_PERSIST on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method GET_WF_INSTANCE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_WF_INSTANCE_ID | Value transfer | Type reference (TYPE) | SWW_WIID | Work item ID | 20090818 |
Method GET_WF_INSTANCE_ID on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method GET_WF_TEMPLATE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_WF_TEMPLATE_ID | Value transfer | Type reference (TYPE) | SWW_TASK | Task ID | 20090818 |
Method GET_WF_TEMPLATE_ID on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method SET_COMMIT_WORK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_FLG_COMMIT | Call by reference | Type reference (TYPE) | BOOLE_D | Execute COMMIT WORK in persister | 20090803 |
Method SET_COMMIT_WORK on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method SET_GENERIC_DATA_TO_PERSIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XR_TABLE_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | Tabellenzeile, mit zu übernehmenden TBO-Daten | 20080806 |
Method SET_GENERIC_DATA_TO_PERSIST on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method SET_SPECIFIC_DATA_TO_PERSIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XR_TABLE_LINE | Call by reference | Object reference (TYPE REF TO) | DATA | Tabellenzeile, mit zu übernehmenden TBO-Daten | 20080725 |
Method SET_SPECIFIC_DATA_TO_PERSIST on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method SET_WF_INSTANCE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WF_INSTANCE_ID | Call by reference | Type reference (TYPE) | SWW_WIID | Die Instanz ID des bearbeitenden Workflows | 20080729 |
Method SET_WF_INSTANCE_ID on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
Method SET_WF_TEMPLATE_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WF_TEMPLATE_ID | Call by reference | Type reference (TYPE) | SWW_TASK | Die ID des Workflow-Templates, das zur Ausführung kommt | 20080729 |
Method SET_WF_TEMPLATE_ID on Interface /TDAG/IF_WFF_PERSISTABLE_TBO has no exception.
History
| Last changed by/on | SAP | 20141109 |
| SAP Release Created in | 110_600 |