cancel
Showing results for 
Search instead for 
Did you mean: 

Odata services Extension for My Inbox App (want custom filed in task collection )

0 Kudos

Hi,

I am trying to extend odata services for my inbox application, I redefine the odata service i.e. TASKPROCESSING V2. I have added custom properties to task entity type

custom-filed.jpg . I am not getting how to pass data to newly added custom properties,

I have redfine the entityset_task method in DPC_EXT class.

I found the two badi's for enhancing the Task title and task description but i want to push data in custom properties... how ?

plz help..

Regards,

Ashish K

Accepted Solutions (1)

Accepted Solutions (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ashish,

Can you share the use case scenario?

If the value is in the workflow container, you can display it without BADI.

Embellishing your Approvals Without Coding (My Inbox) by Alan Rickayzen

If you want to update the vale to the backend, there is the BADI /IWWRK/BADI_WF_BEFORE_UPD_IB.

Regards,

Masa / SAP Technology RIG

FabioBarbosa
Explorer
0 Kudos

Hi Masayuki...Could you help me with that issue? https://answers.sap.com/questions/155836/index.html

Answers (2)

Answers (2)

0 Kudos

Hi Masa,

yes got it, I passed all values in Task title field of workflow container which I wanted to show in Master List,

Like company code, amount, functional area etc.. and separated that by using formatter in frontend (UI5) .

master.jpg

Is that correct way to display?

Regards,

Ashish K

FabioBarbosa
Explorer
0 Kudos

Hello Ashish, did you find the badi you were looking for?

0 Kudos

Hi Fabio,

yes I found that two badi's for changing Task title and Task description

App Extensibility: My Inbox