AW: Data type of a method parameter

Werner Koessl Werner.Koessl at hirschvogel.com
Fri Feb 27 08:55:53 EST 2004


Thanks Mike!
I will try both.
 
 
-----Urspr=FCngliche Nachricht-----
Von: SAP Workflow [mailto:Owner-SAP-WUG at MITVMA.MIT.EDU]Im Auftrag von
Michael Pokraka
Gesendet: Freitag, 27. Februar 2004 11:27
An: SAP-WUG at MITVMA.MIT.EDU
Betreff: Re: Data type of a method parameter
 
 
Hi Werner,
I don't see any problem with using a structure...? An alternative I've =
used is
to simply use a single multiline element of a data type long enough to =
hold
all your fields. This is good enough if you don't need to access =
individual
fields directly in the WF.
 
Cheers
Mike
 
Werner Koessl wrote:
> Good morning!
>
> in the method code of a business object i have defined an internal =
table
> (local internal table with 7 fields).
> Now i want to pass the content of that internal table to my workflow.
> But i don't know what data type i have to use when i want to create a =
method
> parameter for the internal table.
> I could create a structure in the ABAP-Dictionary and refer to that =
structure,
> but that's not the best solution i think!
> Does anybody know a better way???
>
> Regards,
> Werner.
>
>
 


More information about the SAP-WUG mailing list