dbosoft / YaNco

.NET SAP RFC API based on SAP Netweaver RFC SDK
MIT License
123 stars 15 forks source link

added GetTypeDescription overload for ITableHandle #264

Closed fw2568 closed 1 year ago

fw2568 commented 1 year ago

It is currently not possible to read the type description of a table type using the IRfcRuntime API. The current implementation is limited to data containers (Structures and Functions).

This PR adds GetTypeDescription to IRFcRuntime and to API that expects a ITableHandle (Internal.TableHandle for the API variant).

fixes #260