Executing SAP Transaction in Work item / Task of SAP Workflow
Create a class YCL_WORFKLOW
CREATE OBJECT result
TYPE
('YCL_WORKFLOW').
endmethod.
Write below code inside method CALL_TRANSACTION
CALL TRANSACTION 'ME53N'.
Create a standard task using transaction PFTC
Create a new Workflow using Transaction SWDD and Assign task to the workflow.
No comments:
Post a Comment