I need to join an ABAP CDS View with a Data Store Object (DSO). It seems that this is not possible in S/4HANA 2022 (Syntax error). Is there any alternative approach? E.g. external view, etc.?
In our CAP application, we need to explicitly set the schema name generated by the application. We've achieved this by defining the schema name in the mta.yaml file as follows: - name: MY_APP-db
type: com.sap.xs.hdi-container
parameters:
conf...
For incoming invoices (via email) we want to delete all attachments which are unequal .pdf. The class and method which are responsible for this are:/OTX/PF01_CL_REGISTER_MAIL- /OTX/PF01_IF_REGISTRATION~REGISTER- GET_ATTACHMENTAt the moment I consider...
An external view can be generated out of the DSO. Information can be found here: https://www.nextlytics.com/blog/external-hana-views-how-to-generate-external-hana-views-from-bw-objects
Hi,In case side effects in ABAP RAP are not available due to system version, you can solve this on the UI-side. When creating your (e.g.) Fiori Elements project in Business Application Studio you can use the annotation.xml file to overwrite or add ad...
Deleting attachments is not possible, to ensure the document integrity - see sap note 2753902.I copied class /OTX/PF01_CL_REGISTER_MAIL into a custom Z-class and implemented a filter to only register certain file types with OpenText.The following blo...