2025 Apr 03 12:25 PM - edited 2025 Apr 03 2:01 PM
Hi everyone,
I’ve created a custom entity in ABAP Cloud and used a query implementation, which works fine for reading data.
Now, I’m trying to define an action on this entity that should insert a new record — basically, I want the action to increase the number of entries.
However, after running the action, no new record is added, even though there are no errors.
Is it possible to insert data inside an action for a custom entity? Or is there a better approach for this kind of logic?
If yes, could you please share an example? I’ve been struggling with this and would really appreciate some help.
Thanks a lot!
MODIFY ENTITY ZBTCTR_CE_INCOMING
CREATE FROM lt_ins
FAILED DATA(lt_failed) REPORTED DATA(lt_reported) MAPPED DATA(lt_mapped).
Request clarification before answering.
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.