How to use FORM-HTMLPROCESS

Khanna, Manish manish.khanna at amd.com
Tue May 2 02:49:02 EDT 2006


Thanks Larry. 
 
I created a new task with FORM-HTMLPROCESS. Then generated a web
transaction for the same. However 
 
1.	It never asked for the layout and other details.
2.	I've no idea from where I can modify that?
 
Thanks
Manish
 
 
 
________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of lianghuan.x.hu at accenture.com
Sent: Monday, May 01, 2006 7:53 PM
To: sap-wug at mit.edu
Subject: RE: How to use FORM-HTMLPROCESS
 
Manish:
 
1. Any task that calls FORM-HTMLPROCESS has a web transaction code that
is created when you click the menu item Web Transaction while creating
the task itself.  The web transaction code creation is a unique step
only needed for tasks like this. This transaction code remembers the
text container elements of the task. Suppose you have specifed 4 text
elements. When you execute the web transaction outside the workflow, you
will be presented a form that has 4 input fields where you can type your
rejection reasons. 
 
2. When the method HTMLPROCESS is executed, the web transaction code is
called, and the rejection reasons are passed to the workflow containers
via memory manipulation. We do not need to bother about all the details
in the dark box. What we need to know is: if we need a form with n input
fields to let the user enter his rejection reasons, all we need to do is
the following:
- create a task that calls FORM-HTMLPROCESS, and specify n text elements
for export.
- do not forget to create the web transaction code for the task.
- specify n text element in the workflow container for import.
- create the step using the task and bind the task text elements to the
workflow text elements.
 
Thanks,
Larry Hu 
________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Khanna, Manish
Sent: Monday, May 01, 2006 4:54 AM
To: SAP Workflow Users' Group
Subject: How to use FORM-HTMLPROCESS
Hi,
 
I need to enhance an exiting workflow. 
 
1. One step is to input rejection comments from the user if the document
is rejected.
2. This step in the workflow refers to a custom task which in turn calls
FORM-HTMLPROCESS. 
3. Binding from workflow passes lots of parameter that is displayed in
the FORM. However in the task I could not find how and where those
container elements were used.
 
Any suggestions?
 
Regards,
Manish
 
 
This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information. If you have
received it in error, please notify the sender immediately and delete
the original. Any other use of the email by you is prohibited.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20060502/699b59cf/attachment.htm


More information about the SAP-WUG mailing list