SAP ABAP Interface /IWWRK/IF_TGW_CUSTOM_ATTR (Interface for BAdI: /IWWRK/BADI_TGW_CUSTOM_ATTR)
Hierarchy
SAP_GWFND (Software Component) SAP Gateway Foundation
   OPU-BSE-WFM (Application Component) Gateway Business Workflow enablement
     /IWWRK/WF_ODC_INBOX (Package) Workflow ODC Runtime for Gateway - Generic Inbox
Properties
Interface /IWWRK/IF_TGW_CUSTOM_ATTR  
Short Description Interface for BAdI: /IWWRK/BADI_TGW_CUSTOM_ATTR    
General Data
Package /IWWRK/WF_ODC_INBOX   Workflow ODC Runtime for Gateway - Generic Inbox 
Created 20130310   SAP 
Last changed 20131127   SAP 
Unicode checks active    
Forward declarations
Interface /IWWRK/IF_TGW_CUSTOM_ATTR has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_BADI_INTERFACE Tag Interface for BAdIs 20130310
Friends
Interface /IWWRK/IF_TGW_CUSTOM_ATTR has no friend.
Attributes
Interface /IWWRK/IF_TGW_CUSTOM_ATTR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 PROVIDE_ATTRIBUTE_DATA Instance method Public Method Read custom attributes value 20130311
2 PROVIDE_ATTRIBUTE_DEFINITION Instance method Public Method Read custom attributes definition 20130311
Events
Interface /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 Changing CT_CUSTOM_ATTRIBUTE_DATA Call by reference Type reference (TYPE) TT_ATTRIBUTE_DATA 20130311
2 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130311
3 Importing IT_WORKITEM Call by reference Type reference (TYPE) TT_WORKITEM Work item ID List 20130317
4 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20130311

Method PROVIDE_ATTRIBUTE_DATA on Interface /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 Changing CT_CUSTOM_ATTRIBUTE_DEFINITION Call by reference Type reference (TYPE) TT_ATTRIBUTE_DEFINITION 20130311
2 Changing CT_RETURN Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130311
3 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20130311
4 Importing IV_TASK_DEFINITION_ID Call by reference Type reference (TYPE) SWD_STEP_T Task abbreviation 20130311

Method PROVIDE_ATTRIBUTE_DEFINITION on Interface /IWWRK/IF_TGW_CUSTOM_ATTR has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 200