cancel
Showing results for 
Search instead for 
Did you mean: 

Modify_Task_Title not working

Former Member
0 Kudos

Hi,

I have implemented the BADI /IWPGW/BADI_TGW_TASK_DATA to update a specific Task's Description and Task title.

Task Description has been working fine always, but I have had problems with modifying the Task Title.

Initially the Modify_task_title method was never called.
Then I did some SCN research and Implemented the SNOTE 2299362 and this fixed the calling issue.

But still the changes are not reflected in  My Inbox app, the task title is not updated.

What am I missing?

Thanks in advance!

Naveena

Accepted Solutions (0)

Answers (1)

Answers (1)

deependra_shekhawat3
Contributor
0 Kudos

Hi Naveena,

Could you pls elaborate more that how you have updated CV_TASK_TITLE ?

Regards

Deependra

Former Member
0 Kudos

Hi Deependra,

Thank you for getting back to me.

Its a standard task and so the CV_TASK_TITLE was 'Process the xxxxxxxx' and I just concatenated the string  '-Escalated' to CV_TASK_TITLE. so when it leaves the method the CV_TASK_TITLE value was 'Process the XXXXX - Escalated'.

Thanks,

Naveena