cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a field at detail info tab in My Inbox ?

0 Kudos

Hi Experts,

I'd like to add customer fields to Detail - Info tab in My Inbox application. I've extended the related View Extension point via "New Extension" wizard and added a "Text" node some test purpose. But when I run the app text field doesn't show up in the Info tab. How to add field this view ?

There are a lot of post but i need more details

Thanks for your help.

Accepted Solutions (0)

Answers (1)

Answers (1)

sergei-u-niq
Active Contributor
0 Kudos

You need to implement the BADI /IWWRK/BADI_TGW_CUSTOM_ATTR

See e.g. App Extensibility: My Inbox (help.sap.com):

  • To provide the custom attributes definition and data, an enhancement spot is provided on the IW_BEP add-on (to be implemented on the backend system on which the IW_BEP add-on is deployed). You can provide implementations filtered by the Task Definition ID. For this, you must provide an implementation to the /IWWRK/BADI_TGW_CUSTOM_ATTR BAdI in the /IWWRK/ES_TGW_CUSTOM_ATTRIBUTE enhancement spot. After implementing the BAdI, you can consume the custom attribute as follows: Use navigation property CustomAttributeDefinitionData in entity TaskDefinition to navigate to the CustomAttributeDefinition collection.