Problems when passing structure typed data into workflow container

Dart, Jocelyn jocelyn.dart at sap.com
Sun Aug 13 20:48:47 EDT 2006


Which release?  It matters.
 

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 Lu Luis
Sent: Saturday, 12 August 2006 10:37 PM
To: sap-wug at mit.edu
Subject: Problems when passing structure typed data into workflow
container


Hi workflowers,

I'm now facing a problem when passing data of stuctured type into
workflow container.

I've defined a DDIC structure named ZMAIN, and called folloing macro to
build the container data of this type. 
Data: ls_main type ZMAIN.
* Populate data into ls_main ......
* Then call macro:
swc_set_element  container  'MAIN'  ls_main. 

After the the macro, multiple entries are created in the table
container. However, when calling FM SAP_WAPI_START_WORKFLOW with this
container, I get following error message: The single-line element 'MAIN'
is passed several times ('27 times') and the FM call fails with no
workflow started.

If I pass a simple type data(such as BUKRS) into the container and start
the workflow, things work fine, so I guess the workflow is working fine.
Can someone pls what's happenning over this issue? 

Thanks in advance. 

Best regards

Luis

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20060814/9a5514dc/attachment.htm


More information about the SAP-WUG mailing list