Skip to content

Define Table function parameter #273

Answered by fw2568
jaybee82 asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

currently the API to generate types and structures in YaNco is limited to implementations that look up the function definition or a single type definition from the SAP backend.
The underlying SAP Netweaver RFC library offers many APIs to generate types at runtime, but in practice it is recommended not to use static type definitions for complex types. The main reason is that any change of structures in the ABAP backend will make it incompatible with the structures defined in the rfc server.
SAP only recommends this for caching, but with the recent performance improvements in function metadata lookup, there is not much benefit to doing so.

But in case that you would like to create a …

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by jaybee82
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jaybee82
Comment options

@fw2568
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants