cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Integration of custom entity to view entity or projection

Fil_Iv
Explorer
1,790

Hello Together!
In my RAP application I defined a custom entity to display and edit standard text (read by READ_TEXT function module )

Can we use standard view entities and custom entities together, with the custom entity using implementation via a class, and in the root view entity using the standard logic for selecting from tables (for example, for activity)? If not, what is the way to integrate custom selects using a class (in my case, for LONG TEXTS) and standard tools like CDS with selects from standard tables?

I'm working on S4HANA 2023.
I have already left a comment on a similar topic (26.06.2024):
 How to implement a custom entity in the ABAP RESTf... - Page 2 - SAP Community


Kind regards, 
Ivan

Accepted Solutions (1)

Accepted Solutions (1)

volkerdrees
Product and Topic Expert
Product and Topic Expert

Hello Ivan,

custom entities and view entities can be used together - but custom entities (to be precise custom queries) don't allow for view-building (so you can't add a view on top) and they don't support draft.

Best Regards, Volker

Fil_Iv
Explorer
0 Kudos
Thank you for the prompt response!

Answers (0)