Oct 16, 2014

T-Codes in Workflow

Transaction Code Description 
OOAW Evaluation paths 
PFAC Create and maintain Rules 
PFOM       Maintain assignment to SAP organizational objects 
PFOS Display assignment to SAP organizational objects 
PFSO Organizational environment of a user 
PFTC Create and maintain tasks 
PPOCW Create organizational plan 
PPOMW Maintain organizational plan 
PPOSW Display organizational plan 
SWDA Workflow Builder (Calls the Workflow Builder in alphanumeric mode) 
SWDD Workflow Builder 
SWDS Workflow Builder (Selection) 
SWDD_CONFIG Workflow configuration 
SBWP The Business Workplace 
SWDC_DEFINITION Workflow Builder administration data 
SWDC_RUNTIME Workflow runtime administration data 
SWNCONFIG Extended notifications for business workflow 
SWDM Business Workflow Explorer 
SWEINST Evaluation and maintenance of instance linkages 
SWEINSTVC Evaluation and maintenance of instance linkages 
SWE2 Evaluation and maintenance of type linkages 
SWE3 Evaluation and maintenance of instance linkages 
SWE4 Switch event trace on/off 
SWEL Display event trace 
RSWELOGD Delete event trace 
SWEC Link change documents to events 
SWED Assign change document objects to object types 
SWEQADM_1 Event queue administration 
SWEQBROWSER Administration of event queue browser 
SWETYPV Evaluation and maintenance of type linkages 
SWI1 Selection report for work items 
SWI2_FREQ Work items per task 
SWI2_DEAD Work items with monitored deadlines 
SWI2_DURA Work items by processing duration 
SWI11 Tasks in workflows 
SWI13 Task profile 
SWI5 Workload analysis 
SWL1 Settings for dynamic columns 
SWLV Maintain work item views 
SWFVISU Parameters for Work Item Visualization in the UWL 
SWO1 Business Object Builder 
SWO6 Customizing object types 
SWR_WEBSERVER Customizing Web server 
SWU_CONT_PERSISTENCE Administration of container persistence 
SWU_EWCD Wizard for event creation using change documents 
SWU_EWLIS Wizard for event creation using the Logistics Information System 
SWU_BTE Wizard for event creation using Business Transaction Events 
SWU0 Event simulation 
SWU2 RFC monitor 
SWU3 Automatic Workflow Customizing 
SWU4 Consistency check for standard tasks 
SWU5 Consistency check for customer tasks 
SWU6 Consistency check for workflow tasks 
SWU7 Consistency check for workflow templates 
SWU8 Switch workflow trace on/off 
SWU9 Display workflow trace 
SWU10 Delete workflow trace 
SWUD Diagnostic tools 
SWUE Trigger event 
SWUI Start workflows/tasks 
SWUS Testing workflows/tasks 
SWXML Display XML documents 
SWUY Wizard for linking messages to workflows 
SWWCOND_INSERT Schedule background job for work item deadline monitoring 
SWWCLEAR_INSERT Schedule background job for clearing tasks 
RSWWCOND Execute single background job for work item deadline monitoring 
RSWWCLEAR Execute work item clearing work once 
WF_HANDCUST WebFlow service handler maintenance 
WF_EXTSRV Maintain Web Service Repository 
WFWS Import WSDL files 
SWIA WI Administration Report

Difference between Data class and delivery class?

Data Class

The data class determines the physical area of the database (tablespace) in which the table is created.

You set the data class in the technical settings for the table.

There are 5 data classes only three of which are appropriate for application tables:

· APPL0- Master data (data frequently accessed but rarely updated).

· APPL1- Transaction data (data that is changed frequently).

· APPL2- Organizational data (customizing data that is entered when system is configured and then rarely changed).

The other two types are:

· USR - Customer Data class

· USR1 – Customer data class - Intended for customer’s own developments.

Delivery Class

· The delivery class controls the degree to which the SAP or the customer is responsible for table maintenance.

· Whether SAP provides the table with or without contents.

· Determines the table type.

· Determines how the table behaves when it is first installed, at upgrade, when it is transported, and when a client copy is performed.

There are the following development classes: A, S, C, L

* A: Application table (master and transaction data).
* C: Customer table, data is only maintained by the customer.
* L: Table for storing temporary data.
* G: Customer table, SAP may insert new data records but may not overwrite or delete existing ones. The customer namespace must be defined in table TRESC. To define the customer namespace use report RDDKOR54. You can start it directly from the table maintenance by choosing Customer namespace definition on the Attributes tab.
* E: System table with its own namespace for customer entries. The customer namespace must be defined in table TRESC. To define the customer namespace use report RDDKOR54. You can start it directly from the table maintenance by choosing Customer namespace definition on the Attributes tab.
* S: System table, data changes have the status of program changes.
* W: System table (e.g. table of the development environment) whose data is transported with its own transport objects (e.g. R3TR PROG, R3TR TABL, etc.)

How to change Transport request from Released to Modifiable

Step 1: Go to SE38 – Execute Program RDDIT076.  Step 2: Give your released requests number and execute again. Step 3: After executing, yo...