Hi Experts,We have a standard BTP ABAP Instance. Im successfully able to login to the instance url while directed from the Eclipse ADT during addition of cloud project.Post this when i close this browser, i'm facing the below error in eclipsePlease h...
I have created a Fiori UI5 via BAS using a custom CDS entity as a data source.My UI screen looks like below with few selection items for filters and a list report to display.Now when i click on the F4 help request on any of the input fields, im not a...
Requirement:The system should retrieve all tax numbers associated with a specific business partner and concatenate them into a single field. Each tax number should be separated by a comma (,) within the concatenated result. This concatenated string s...
Hi Experts,
I'm trying my luck in creating a RAP Application that will create new records in a database table when an Excel file is uploaded from the UI Screen.
To achieve this, I have created an abstract entity as below with LoB semantics,
...
Hi Experts,
I am trying to build a file upload repository in BTP, I know that with the help of "semantics.largeobject" we can create a placeholder for attachments that can be used for uploading attachment purposes.
With the help of blogs from kor...
Solved it by updating the JAVA installation by downloading latest JAVA JRE.Steps to update or install Java: https://www.java.com/en/download/manual.jsp
Hi, The FM: ALM_ME_FUNCLOC_INSTALLED_EQUI accepts only single functional location at a time. you can search for a different function module or any released API for this purpose. Or you can create an internal table using the table type of this data el...
CDS Metadata extension was defined as below@Consumption.fliter:{ selectionType:#RANGE, multipleSelection: True}@UI.SelectionItem:{ position:10, label:"BP Number" }Removing the multipleSelection property from @consumption.filter made it work, not sure...
Hi @junwu, Please find the below for metadata.xml and local annotations that is used in this UI5.Automatic metadata.xml for list report from BAS:<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"><edmx:Reference Uri="https...