former_member186710
Explorer
Member since ‎2010 Nov 18

User Statistics

  • 39 Posts
  • 3 Solutions
  • 10 Kudos given
  • 2 Kudos received

User Activity

Hi, We have created our multi-tenant java app and it works great, we have our data discriminated via tenant ID column by utilizing Java JPA. In Java we can determine tenant ID from Tenant Context API. How can we determine tenant ID i...
Hi, any idea how to consume HTTP destination (XSJS service) from Java application deployed on SCP? The XSJS service is protected via basic authentication. I know how to consume HTTP destination just fine when there's no authentication involved. I w...
Hi, can someone advise how can we add a link to our custom web app URL into the NWBC please? What we are trying to achieve is to make our URL available somewhere in the NWBC (favourites, navigation menus on the home screen or similar?) and once click...
Hi,we need to deploy java app on SAP Cloud Platform (SCP), which:runs constantly 24/7Queries HANA database in set time intervals (polling)Send emails to recipients based on the result of the DB queryNo front end UI can someone advise how this can be ...
Hello,I am trying to bind the label on the detail page within SAP Fiori CRUD Master-detail app:DetailView.xml: <Text text="First name:" id="txtTest"/>with one record from ContactSet:I am trying to display the FirstName of the very first record:So it...