cancel
Showing results for 
Search instead for 
Did you mean: 

Extending "My Inbox" Application / Custom Attribute Issue

metehankocaoglu
Explorer
0 Kudos

Hi experts,

I have question about extending my inbox application.

I want to receive custom data from odata service to app.

I examine App Extensibility .There are some badis to modify receiving datas (/IWPGW/BADI_TGW_TASK_QUERY , /IWPGW/BADI_TGW_TASK_DATA,/IWPGW/BADI_TGW_USER_DETAIL,/IWWRK/BADI_WF_BEFORE_UPD_IB,/IWWRK/BADI_TGW_CUSTOM_ATTR) .

In my app,i have three process to approve(PO,PR,Service(Custom WF)).

I've implemented IWWRK/BADI_TGW_CUSTOM_ATTR .I set external break-point.

In master page ,when I click service item,i can trigger badi as below caps.


But when I click PO or PR items ,I can not trigger this badi which does not contain any filter option.

Because of this,I can not receive custom data .

Interestingly in the same processes , I can trigger /IWPGW/BADI_TGW_USER_DETAIL implemented.

I follow step by step in this link that is told.When I want to expand PO workflow ,i can trigger /IWWRK/BADI_TGW_CUSTOM_ATTR and see my custom attribute.

Is there anyone who have any idea about this issue?

Thanks.

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Metehan,

It seems filter setting issue. Can you share the filter setting for the BADI?

Regards,

Masa / SAP Technology RIG

metehankocaoglu
Explorer
0 Kudos

Hi Masayuki,

First of all, sorry for may late response.

There is no filter as you can see below caps.This problem is also going on in s4 1610.

My system is 1511.

Thanks.

metehankocaoglu
Explorer
0 Kudos

Hi,

I want to add information about this issue.

I have extended my inbox app and i added "extHookOnDataLoaded" function.

In master page ,when I click service item,i can trigger , but when I click PO or PR items ,I can not trigger.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Metehan, did you get answer for this? We have same issue in 1610.

metehankocaoglu
Explorer
0 Kudos

Hi Swapnil,

Yes , It's solved by deleting PR an PO tasks in SWFVISU t-code.