Feature/sap label support for odata_service_info_for_Z_V_MM03 with Include detailed metadata information#27
Open
viktorashi wants to merge 4 commits intooisee:mainfrom
Open
Conversation
Author
|
Also added some support for sap aggregation roles while i was at it, I don't think there's much point in anyone trying to solve those conflicts since it's just AI, single use-case slop =)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I've added a little feature (which helped me in what I was doing) which also takes into account the
sap:label=from a certain $metadata endpoint, if there exists one.So for example, if you have an extry like this in the XML $metadata:
Calling the
odata_service_info_for_Z_V_MM03withInclude detailed metadata informationturned on, the result will look like:entity_types_detail/<entity_name>/properties/ entry will also look like:
Also added a test case for it.
Now: Just for a headsup, and I'm sorry in advance: I have no idea how to write Go, I just needed it for something and this is the best GPT5.2-Codex running in Codex CLI could whip out.
In reality, maybe this should be under some flag? And the structure of the patch probably doesn't even match with the way PR's are usually filed in here, but take it with a grain of salt in case anyone needs this.
Again, i know Open source is already inundated with AI slop and I don't wanna contribute to it that much, but yeah, if you need it, feel free to clone / build from my branch