Passing a generic table type in an RFC
This tip shows how to pass a generic table type in an RFC.
Continue Reading This Article
Enjoy this article as well as all of our content, including E-Guides, news, tips and more.
To support dynamically defined internal table types as an importing function parameter, defined it with no reference type or reference field. A copy of the internal table is passed through as a generic type array. RFC function table type parameters require reference type assignment. They can not be defined dynamically.