Application Development 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: 

Table parameter declaration for Global Classes

Former Member
0 Kudos

Hi Guys,

I'm able to declare a table as a parameter in local classes. How do i do it for Global Classes?

Thanks!

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Check my answer in this post:

Regards,

Naimesh Patel

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Check my answer in this post:

Regards,

Naimesh Patel

Former Member
0 Kudos

Hi

U need to declare it in ATTRIBUTE tab, but probably u need to define a table type in dictionary to be used as TYPE for definition of table parameter.

Max

narin_nandivada3
Active Contributor
0 Kudos

HI,

Create a table type in SE11 and use it in SE24.

Check this thread for sample code to return the values to internal table in SE24.

Hope this would help you.

Good luck

Narin