piersharding / python-sapnwrfc

SAP RFC Connector using the SAP NW RFC SDK for Python
http://www.piersharding.com/blog/
GNU Lesser General Public License v2.1
26 stars 9 forks source link

Introspection of (deep) Structures #5

Closed guettli closed 12 years ago

guettli commented 12 years ago

Is it possible to introspect structures? I wrote an introspection for functions a while ago. Now I need something like this for structures, but AFAIK you only can discover functions, not structures.

piersharding commented 12 years ago

Hi -

If you know the name of the DDIC object then you might be able to get what you need using RFC_GET_STRUCTURE_DEFINITION_P ?

Cheers, Piers Harding.

On 25 May 2012 18:51, Thomas Güttler < reply@reply.github.com

wrote:

Is it possible to introspect structures? I wrote an introspection for functions a while ago. Now I need something like this for structures, but AFAIK you only can discover functions, not structures.


Reply to this email directly or view it on GitHub: https://github.com/piersharding/python-sapnwrfc/issues/5

mail/xmpp: piers@ompka.net http://www.piersharding.com

guettli commented 12 years ago

thank you piers, I will try it. I will post it here, if I create a reusable method for structure introspection.