-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generator does not generate rap unbound operations #4543
Comments
Hey @qby-ankul, am I understanding correctly, that you are trying to generate a client for an OData service? Can you share a minimal example of the EDMX file that you have issues with? |
Hi @marikaner Exactly, that is my intention. |
@qby-ankul, the service you shared has an action with an entity parameter. Unfortunately, this is currently not supported and occurs quite rarely as far as I know. |
Hi @marikaner, This is a RAP (ABAP) service with an unbound action, i.e. it has no ID. Is there a reason why unbound operations are not supported? Especially in view of the fact that SAP is pushing RAP further and further, corresponding use cases are certainly becoming more and more common. |
Describe the bug
Based on my question in the SCN I tried to create a RAP client with the generator. The action in the RAP service is defined static. However, no operation is generated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
generated operation
Screenshots
If applicable, add screenshots to help explain your problem.
Used Versions:
node -v
v18.14.2npm -v
9.5.0Code Examples
If applicable, add code snippets as examples to help explain your problem. Please remove sensitive information.
Log file
If applicable, add your log file or related error message. Again, please remove your sensitive information.
Impact / Priority
Affected development phase: Development
Impact: Impaired, workaround in scn question
Timeline: eg. Go-Live is in 12 weeks.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: