Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function module or table which provide all details of workflow.

Former Member
0 Kudos

Hello experts ,

i have to develop report in which i have to use function module or table which provide all details of workflow.

can any body help me to search the names?

thanks in advanced.

4 REPLIES 4

Former Member
0 Kudos

see this FM :SAP_WAPI_READ_CONTAINER

Former Member
0 Kudos

hi

this fm SAP_WAPI_READ_CONTAINER this is used for

The container of a work item is read (in a simplified form).

The parameter WORKITEM_ID specifies the work item for which the

container is to be read.

After a successful call, the parameter SIMPLE_CONTAINER contains the

container in a simplified form: a single-line container element is

specified as a line in the parameter SIMPLE_CONTAINER, and a multiline

event parameter as several consecutive lines. Every line is a NAME -

VALUE pair.

Parameters RETURN_CODE and MESSAGE_LINES display whether the call was

successful. RETURN_CODE has a numerical value, MESSAGE_LINES provides a

text explanation for more precise differentiation.

Thanks and regards

Durga.K

viquar_iqbal
Active Contributor
0 Kudos

Hi

You can try this FM SWW_WI_CONTAINER_READ

also try this HRMGE_CI_WORKFLOW_TRANSACTION

Thanks

Viquar Iqbal

Former Member
0 Kudos

This message was moderated.