Hi all,
I have a text editor and submit button in my custom program. My requirment is when i am clicking the submit button one workflow should be trigger and send a work item to another user with the text entered in my text editor and the user should able to approve or reject the request. (Means in workflow i want the user decission step).
My questions are
1. How to trigger the workflow template programatically?? I have tried the function module RM_SP_WFL_START_WORKFLOW to call workflow but in that function there is no interfacing parameter to pass wokflow identifier (There is parameter for Task but not workflow).
2. How to pass the user entered text to theat workflow (The text is there in internal table i want to pass the internal table).
Please suggest me how to achieve the things,
Mahi.