2024 Jul 24 3:51 PM - edited 2024 Jul 24 4:01 PM
I created a custom logic using UNAMANGED QUERY in SAP RAP.
Subsequently, with a MANAGED with unmanaged save scenario for the corresponding Custom Entities, we created a BDEF that implements an extension to storage logic.
The problem occurred when we did Entitiy CREATE for that BO.
When I try to create Entitiy, I get ABAP Dump strangely.
When I checked that dump, logic to query the dynamic openSQL SELECT for Custom Entities In Standard Source.
I don't know why, even though I use Custom Entities, I run them to do a query with that entity name.
A custom entity is just an entity name... and there is a separate table to perform my true CRUD..
( For example, a custom entity named "Z_I_CUSTOMENTITY" exists,
If the actual CRUD is done in a table called "ZT_CUSTOM" via SAVE_MODIFIED.. )
The current behavior of the default BO is that it recognizes Z_I_CUSTOMENTITY as a table and performs a dynamic query to query the data..
Can't we use UNMANAGED Query and Managed scenarios together in the first place?
-- Dump debug
Request clarification before answering.
A managed rap BO is only supported with CDS views or better CDS view entities.
Custom Entities can only be used with unmanaged RAP BO's.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.