I have a CDS view that drives a Fiori Elements List Report. I have used that structure as the basis for some entity types in gateway project ( i.e in SEGW for a deep insert). As well as use it for BO in (i.e SWO1). The issue is I have a new requirement to add "long text" to it.
When I add the field to the CDS view as a string. it breaks my gateway project and my BO because the structure has to be "flat" with those and the string makes it "not flat".
Does anyone know of a way to accomplish this without having to change my gateway project or BO?