Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Method Parameters for an object ( in a WorkFlow)

Former Member
0 Likes
413

Is it possible to define a method parameters which is a table ?

In my case, i want to use a multiline structure as a parameter but in the edit parameter window the only two data type references available are ABAP dictionnary and Object type.

Thanks for your answer.

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
375

Create a table type in the ABAP dictionary, then use this table type when defining your parameter.

Regards,

Rich Heilman

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
376

Create a table type in the ABAP dictionary, then use this table type when defining your parameter.

Regards,

Rich Heilman