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

Passing internal table through RFC

pramodv
Explorer
0 Likes
1,666

Hi Gurus,

I need to know whether is it possible to pass an internal table through a RFC....

Regards,

Pramod

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,072

create a structure in se11 with the same fields of u r itab.

go to se37....in tables tab specify a itab2 like <structure-name>

after all the process in u r coding append the data to itab2.

4 REPLIES 4
Read only

matt
Active Contributor
0 Likes
1,072

Yes. It is best to do it through the TABLES parameter, however, rather than use a table type through IMPORTING/EXPORTING/CHANGING.

matt

Read only

Former Member
0 Likes
1,072

Hi pramod,

Yes, It's possible...

check FM BAPI_PO_CHANGE which is RFC enabled.

here we can pass internal tables using TABLES parameter..

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,073

create a structure in se11 with the same fields of u r itab.

go to se37....in tables tab specify a itab2 like <structure-name>

after all the process in u r coding append the data to itab2.

Read only

kesavadas_thekkillath
Active Contributor