Skip to Content
0
Former Member
May 19, 2010 at 10:30 AM

Passing table as an import parameter

134 Views

Dear experts,

While developing an RFC,i felt a problem and though i managed it.Still some doubt resides in mind.

We have sections Import,Export,Tables,Sourcecode in SE37.

Example i wish to pass tabular structure as input to RFC.I found that in import and export parameters

i cannot take table type,i can only take table type in Tables section.

So i defined input table as well as Output table in tables section only.I gave description as Input table and Output table

for my understanding.I gave the source code and fetch data in my output tabe.

It works !.But is that the only way ?.Or i was required to declare tables in some other section in order to conclude them as

input/output table.