SAP ABAP Class /IWWRK/IF_TGW_CUSTOM_ATTR (Interface for BAdI: /IWWRK/BADI_TGW_CUSTOM_ATTR)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20130310 |
Properties
| Class | /IWWRK/IF_TGW_CUSTOM_ATTR | |
| Short Description | Interface for BAdI: /IWWRK/BADI_TGW_CUSTOM_ATTR | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130310 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /IWWRK/IF_TGW_CUSTOM_ATTR has no forward declaration.
Interfaces
Class /IWWRK/IF_TGW_CUSTOM_ATTR has no interface implemented.
Friends
Class /IWWRK/IF_TGW_CUSTOM_ATTR has no friend class.
Attributes
Class /IWWRK/IF_TGW_CUSTOM_ATTR has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Read custom attributes value | 20130311 | |
| 2 | Instance method | Public | Method | Read custom attributes definition | 20130311 |
Events
Class /IWWRK/IF_TGW_CUSTOM_ATTR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ATTRIBUTE_DATA | Public | See coding | 20130310 | tt_attribute_data TYPE STANDARD TABLE OF ty_attribute_data
|
||
| 2 | TT_ATTRIBUTE_DEFINITION | Public | See coding | 20130310 | tt_attribute_definition TYPE STANDARD TABLE OF ty_attribute_definition
|
||
| 3 | TT_WORKITEM | Public | See coding | 20130317 | tt_workitem TYPE STANDARD TABLE OF sww_wiid
|
||
| 4 | TY_ATTRIBUTE_DATA | Public | See coding | 20130310 | BEGIN OF ty_attribute_data,
name TYPE string,
value TYPE string,
END OF ty_attribute_data
|
||
| 5 | TY_ATTRIBUTE_DEFINITION | Public | See coding | 20130310 | BEGIN OF ty_attribute_definition ,
name TYPE string,
type TYPE string,
label TYPE string,
END OF ty_attribute_definition
|
Method Signatures
Method PROVIDE_ATTRIBUTE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CUSTOM_ATTRIBUTE_DATA | Call by reference | Type reference (TYPE) | TT_ATTRIBUTE_DATA | 20130311 | ||||
| 2 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20130311 | |||
| 3 | IT_WORKITEM | Call by reference | Type reference (TYPE) | TT_WORKITEM | Work item ID List | 20130317 | |||
| 4 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20130311 |
Method PROVIDE_ATTRIBUTE_DATA on class /IWWRK/IF_TGW_CUSTOM_ATTR has no exception.
Method PROVIDE_ATTRIBUTE_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CUSTOM_ATTRIBUTE_DEFINITION | Call by reference | Type reference (TYPE) | TT_ATTRIBUTE_DEFINITION | 20130311 | ||||
| 2 | CT_RETURN | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20130311 | |||
| 3 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | 20130311 | ||||
| 4 | IV_TASK_DEFINITION_ID | Call by reference | Type reference (TYPE) | SWD_STEP_T | Task abbreviation | 20130311 |
Method PROVIDE_ATTRIBUTE_DEFINITION on class /IWWRK/IF_TGW_CUSTOM_ATTR has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in |