Hi,I am federating content from S4 Hana 2022 to SAP Build Workzone Standard edition.I'm able to see the tiles on my site, but when I click on a tile I get blank screen with "Internal Server Error".Any help will be highly appreciated.
Hi,I have a Tree Table (sap.ui.table.TreeTable) where there's a column having Input field. Binding is correct and data is displayed perfectly. However, when I change a value in Input and then I have a button to refresh the data again.DefaultBindingMo...
Hi,I'm creating an Analytical List Page using ABAP CDS. Everything is working as expected. My only challenge is that I'm not able to provide value help using @Consumption.valueHelpDefinition I checked below link and try to use the same concept as wel...
I want to remove the default formatting from table card in overview page.Instead of 20K and 6K, I want to show 20000 and 6000. The actuals values and the rounded off values.Regards
Hi,I've a requirement to default Month first date to Today's date. I have stumbled upon @Consumption.derivation annotation. I saw a few standard implementation as well.Here's my code @AbapCatalog.sqlViewName: 'ZSDOVPFLTR'
@AbapCatalog.compiler.compar...
If you have a custom entity then you can go with Unmanaged implementation and can call released API instead of BAPI.If you want to use ABAP then you can create a project in SEGW, get your CDS' reference in project and override the create method. Ther...
Check if this helps.https://community.sap.com/t5/technology-blogs-by-members/concatenate-multiple-records-in-a-single-field-using-abap-cds-table/ba-p/13348346
The purpose of unit test is to have your code run for each possible scenario. Thus this requires carefully writing the testable code. Please read about this topic here https://learning.sap.com/learning-journeys/acquire-core-abap-skills/implementing-c...