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

Tables parameter in eCATT

Former Member
0 Likes
583

Hi All,

Is it possible to create a <b>TABLES</b> parameters in eCATT, if yes how?

Hi All,

Is it possible to create a <b>TABLES</b> parameters in eCATT, if yes how?

3 REPLIES 3
Read only

Former Member
0 Likes
507

Hi Ratan,

You can create a parameter, but i dint get you what do you mean by TABLE parameters.

Kindly clarify, i have worked with eCATT and i can help.

ROHIT G

Read only

0 Likes
507

Rohit,

I want to declare a parameter(of type V) which is a table, so that I can pass it to the function module interface.

Read only

uwe_schieferstein
Active Contributor
0 Likes
507

Hello Ratan

This can be done very easily. Simply type your local parameter like this:


LT_KNA1             => type KNA1[]  " brackets !!!

Regards,

Uwe