Closed campersau closed 2 years ago
Wow, this is a great addition! 🎉
Let me do a review and report back.
Thanks for the update. I'll try to merge this PR in the upcoming days as I'm currently on a short holiday.
@huysentruitw any updates on this?
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
ISapTypeMetadata
RfcStructureMetadata
ISapFunctionMetadata
RfcFunctionMetadata
ISapFieldMetadata
RfcFieldMetadata
ISapParameterMetadata
RfcParameterMetadata
ISapExceptionMetadata
RfcAbapExceptionMetadata
SapRfcType
RfcDataType
SapRfcDirection
RfcDirection
bool ISap(Server)Function.HasParameter(string parameterName);
could be moved toISapFunctionMetadata
.The
GetXXXByName
methods could use theTryGetXXXByName
pattern instead to avoid throwing exceptions.