Skip to Content
0
Former Member
Jan 17, 2012 at 12:20 PM

RFC Function Module

458 Views

Hi Experts,

I am writing a select query in a rfc function module who's tablename is decided at runtime.After the selection i want to pass those entries from where the FM is being called.

I have wriiten the select query.To send the retrieved entries, I dont know how to declare a dynamic table in rfc FM. i.e in the TABLES parameter.

Could any one guide me how to do that please.