You are on page 1of 5

Transaction Code SWDD PFAC PFTC PFOM PPOME PPWFBUF SWB_COND SWEC SWEL SWELS SWES SWETYPV SWI1

SWI11 SWI13 SWI14 SWI2_DIAG SWI2_FREQ SWI5 SWI6 SWIA SWL1 SWPR SWU0 SWU10 SWU3 SWU8 SWU9 SWUD SWUE SWUF SWUI SWUS SWWL

Transaction Name Workfow Builder Maintain Standard Role Maintain Tasks Create Organizational Assignments Organization and Staffing Change Refresh client buffer Workflow start conditions Events for change document overview Display Event Trace Switch Event Trace on/off Consistancy Check for Event Linkage Event Type Linkage Selection Report for Work Items Where used list for Tasks Authorization to Execute and Start Tasks Display workflow from object type Diagnosis of work item with errors Work items per task Workload analysis (by org unit) Workflows for object Execute work items without agent check Dynamic columns for business workplace Workflow restart after error Event simulation Workflow Trace Delete Verify workflow customizing (traffic light summary) Workflow Trace On/Off Workflow Trace Display Workflow diagnostic tool Event creation Administration of workflow run time systems (delete work items, error monitoring) Start Workflow (Split Screen) Start Workflow (Test Environment) Delete Work Item

Function Modules SWU_START_WORKFLOW SWE_EVENT_CREATE


SWW_WI_DISABLE SWW_WI_ENABLE SWW_WI_CONTAINER_READ SWW_WI_DEADLINES_CHANGE
SAP_WAPI_EXECUTE_WORKITEM

Description To start Workflow To create Event


For locking of work items against execution For enabling of work items against execution To read the container elements of a particular work item To change the attributes of the deadline monitoring for a particular work item To execute workitem of another user

cular work item

The include file <CNTN01> must have been included into the program in order to use these macros. INCLUDE <CNTN01>. Declaring Container SWC_CONTAINER <Container>. "Declaration SWC_CREATE_CONTAINER <Container>. "Initialization Writing value into container SWC_SET_ELEMENT <Container> <ContainerElement> <Value>. SWC_SET_TABLE <Container> <ContainerElement> <Value>. Reading value from container SWC_GET_ELEMENT <Container> <ContainerElement> <Value>. SWC_GET_TABLE <Container> <ContainerElement> <Value>. Creating a variable for the object reference DATA <Object> TYPE SWC_OBJECT. Create the object reference. SWC_CREATE_OBJECT <Object> <ObjectType> <ObjectKey>. To get Object Key and Object Type SWC_GET_OBJECT_KEY <Object> <ObjectKey>. SWC_GET_OBJECT_TYPE <Object> <ObjectType>. To execute Mehtod of Object SWC_CALL_METHOD <Object> <Method> <Container>. To get property of Object SWC_GET_PROPERTY <Object> <Attribute> <AttributeValue>. SWC_GET_TABLE_PROPERTY <Object> <Attribute> <AttributeValue>. SWC_GET_PROPERTY SELF <Attribute> <AttributeValue>. Raising Exceptions EXIT_RETRUN <Exception Number> <Var1> <Var2> EXIT_OBJECT_NOT_FOUND Setting Result Parameter of Synchronous method SWC_SET_ELEMENT <Container> Result <Value>

URL service.sap.com/webflow service.sap.com/performance service.sap.com/technology help.sap.com service.sap.com sap.ittoolbox.com searchsap.com www.sap-professional.org www.saplabs.com www.wfmc.org

Description

SAP Help Portal SAP Service Marketplace SAP Knowledge Base search SAP SAP Professional Organization SAP Labs North America Generic Workflow Site

You might also like