huysentruitw / SapNwRfc

SAP NetWeaver RFC library for .NET 5, .NET Core and .NET Framework
MIT License
149 stars 43 forks source link

Support getting metadata for functions / structures #44

Closed campersau closed 2 years ago

campersau commented 3 years ago

Which will also help to provide a more dynamic approch to calling functions in the future.

Implements https://github.com/huysentruitw/SapNwRfc/issues/41#issuecomment-894676079

SapNwRfc SAP .NET Connector
ISapTypeMetadata RfcStructureMetadata
ISapFunctionMetadata RfcFunctionMetadata
ISapFieldMetadata RfcFieldMetadata
ISapParameterMetadata RfcParameterMetadata
ISapExceptionMetadata RfcAbapExceptionMetadata
SapRfcType RfcDataType
SapRfcDirection RfcDirection
huysentruitw commented 3 years ago

Wow, this is a great addition! 🎉

Let me do a review and report back.

huysentruitw commented 3 years ago

Thanks for the update. I'll try to merge this PR in the upcoming days as I'm currently on a short holiday.

campersau commented 2 years ago

@huysentruitw any updates on this?