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.