cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table or FM for Workflow Task Description

Former Member
4,077

  Hi,

Any one has any idea how to get Task Description details after Task execution. Any FM/Table?

Thanks.

Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Kumar,

It is table HRS1002 where OTYPE = 'TS' for Standard task. OBJID = Task number

LANGU = Pass based on your requirement

SUBTY = '0120'.

Or you can use FM RH_TEXT_READ Pass "TS" + Task number in ACT_OBJECT_EXT

R

Former Member
0 Likes

Hi Rudra Roy,

Thanks for reply. This is to get the text what we entered in the description. But I have to read the expressions data as well. My Description text contains text + expressions/containers.

Do we have any FM to provide all the details same as SBWP show?

Thanks,

Kumar.

Former Member
0 Likes

Hi Kumar,

Obviously if you have a place holder with "&<VARIABLE>&" in it you have to replace it in your program the way SAP is doing by replacing with the PR number

You can use  TEXT_SYMBOL_REPLACE FM to replace if you are using the same name as in the Task for the variable field.

Or if you know the work item Id you could simply call SAP_WAPI_WORKITEM_DESCRIPTION.

R

Former Member
0 Likes

Hi Rudra,

I am looking for SAP_WAPI_WORKITEM_DESCRIPTION.

This will provide full details.

Thanks,

Kumar.

Answers (0)