How to use FORM-HTMLPROCESS

Khanna, Manish manish.khanna at amd.com
Thu May 4 02:36:41 EDT 2006


My only requirement is to get rejection comments from the user and send
it in a mail. We have myworkplace implemented (4.6c R/3). I need
something that should pop on web, get user comments and then pass it
back to the workflow. Is there any alternative?
 
________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Dart, Jocelyn
Sent: Thursday, May 04, 2006 4:04 AM
To: SAP Workflow Users' Group
Subject: RE: How to use FORM-HTMLPROCESS
 
Folks, 
 
FORM.HTMLPROCESS generates a very basic transaction - you are then
expected to create an ITS service on top of this transaction to handle
the screens in this transaction.  This part of the transaction is NOT
automatically generated - its the bit you need to do manually.   There
are some helpful hints in the SAP Library documentation for this. 
 
Other form options are:
* Form Step (4.6D and above)
* SAP/Adobe Interactive Forms - requires a NW04 (or above) in your
system landscape as a minimum
 
 
Regards, 
Jocelyn Dart 
Senior Consultant 
SAP Australia Pty Ltd. 
Level 1/168 Walker St. 
North Sydney 
NSW, 2060 
Australia 
T   +61 412 390 267 
M   + 61 412 390 267 
E   jocelyn.dart at sap.com 
http://www.sap.com <http://www.sap.com/>  
The information contained in or attached to this electronic transmission
is confidential and may be legally privileged. It is intended only for
the person or entity to which it is addressed. If you are not the
intended recipient, you are hereby notified that any distribution,
copying, review, retransmission, dissemination or other use of this
electronic transmission or the information contained in it is strictly
prohibited. If you have received this electronic transmission in error,
please immediately contact the sender to arrange for the return of the
original documents. 
Electronic transmission cannot be guaranteed to be secure and
accordingly, the sender does not accept liability for any such data
corruption, interception, unauthorized amendment, viruses, delays or the
consequences thereof.
Any views expressed in this electronic transmission are those of the
individual sender, except where the message states otherwise and the
sender is authorized to state them to be the views of SAP AG or any of
its subsidiaries. SAP AG, its subsidiaries, and their directors,
officers and employees make no representation nor accept any liability
for the accuracy or completeness of the views or information contained
herein. Please be aware that the furnishing of any pricing information/
business proposal herein is indicative only, is subject to change and
shall not be construed as an offer or as constituting a binding
agreement on the part of SAP AG or any of its subsidiaries to enter into
any relationship, unless otherwise expressly stated. 
 
 
________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of lianghuan.x.hu at accenture.com
Sent: Tuesday, 02 May 2006 11:56 PM
To: sap-wug at mit.edu
Subject: RE: How to use FORM-HTMLPROCESS
Hi Manish:
 
FORM-HTMLPROCESS only gives a vary bare-bone basic form, and there seems
no way for modification, but I hope someone can correct me if I am
wrong.
 
Have you tried the form step?
 
Thanks.
Larry Hu
 
________________________________

From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf
Of Khanna, Manish
Sent: Tuesday, May 02, 2006 2:49 AM
To: SAP Workflow Users' Group
Subject: RE: How to use FORM-HTMLPROCESS
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.
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/20060504/f33f190b/attachment.htm


More information about the SAP-WUG mailing list