Start of Content Area

Object documentation Class Interface CL_PT_REQ_WF_ATTRIBS Locate the document in its SAP Library structure

Definition

The class interface controls the workflow for processing documents in the Time Management document database.

Structure

·        The workflow is controlled by the document database methods.

Note

If you want to modify the workflow or add your own workflow steps, you may have to tell the database how you want it to process the status transitions in the PTREQ_STATUS_TRA table (Status Transitions).

The PTREQ_STATUS_TRA table is a system table that you cannot change. To make changes, you can use the APPROVE method (Example of Status Change from Workflow) in the class interface as a model for a customer-specific development.

·        The system reads the data in the SWFVISU transaction (Task Visualization) to control communication with the Web applications. The SWFVISU transaction lists all of the Web applications called by the work item for all tasks. For more information, see the Implementation Guide for the Time Management Web applications, in the section describing the processing processes.

For more information, see the documentation of the BAdI definition PT_GEN_REQ (BAdI: Control Processing Processes for Web Applications).

 

End of Content Area