-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot execute update statement #1441
Comments
@larshp can you help me with this? |
I tried with something like this
but I got the following errors:
|
I manually, registered the table after the ABAP initialization as workaround for the update issue - dirigiblelabs/sample-abap@eaf1d0d
@larshp how is supposed to register this table in the |
@larshp please check this when you have time |
any update @larshp? |
sorry, I am a bit too busy this week |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to implement a simple update method
When I execute the code, I get:
It looks like the table is not registered in
abap.DDIC
transpiler/packages/runtime/src/statements/update_database.ts
Line 27 in 69db666
Could you please help me?
The text was updated successfully, but these errors were encountered: