AW: Different structure of container

Werner Kößl werner.koessl at hirschvogel.de
Wed Nov 19 02:07:18 EST 2003


Thanks Jocelyn!
Again a little bit more i learned today.
 
 
-----Urspr|ngliche Nachricht-----
Von: SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU]Im Auftrag von
Dart, Jocelyn
Gesendet: Montag, 17. November 2003 22:37
An: SAP-WUG at MITVMA.MIT.EDU
Betreff: Re: Different structure of container
 
 
Hi Werner,
That's correct. The WAPIs use a simplified form of the container so that
there is no need
to use workflow macros to fill it, in the same way that BAPIs simplify data
entry as much as possible.
 
You just fill the container with name and value as you would any other
internal table.
 
There are a couple of tricks to it.  E.g. for multiline elements just insert
a row for each value
with the same container element name.
 
>From memory (which may be faulty...) objects use structure SWOTOBJID for the
value which contains logical system followed by business object type
followed by business object key. However you only need to enter business
object type and key for  it to work. Someone else may be able to confirm
this.
Regards,
        Jocelyn Dart
Consultant (SRM, EBP, Workflow)
and co-author of the book
"Practical Workflow for SAP"
SAP Australia
email: jocelyn.dart at sap.com
phone: +61 412 390 267
fax:   +61 2 9935 4880
 
 
 
 
 
-----Original Message-----
From: Werner Kv_l [mailto:werner.koessl at hirschvogel.de]
Sent: Tuesday,18 November 2003 1:34 AM
To: SAP-WUG at MITVMA.MIT.EDU
Subject: Different structure of container
 
 
Hi,
 
i use FM SAP_WAPI_START_WORKFLOW, but the table input_container is like
swr_cont (fields name, value).
And when i create a container in my report with swc_container, it is like
swcont (fields name, tab_index, elemlength, type, value).
When i pass my report container to the FM container, the values are filled
with tab_index, elemlength, type and value.
How do i get only the value of the container in my report?
 
Thanks!
Werner.
 


More information about the SAP-WUG mailing list