bruce_wang3
Explorer
Member since ‎11-21-2012

User Statistics

  • 7 Posts
  • 0 Solutions
  • 2 Kudos given
  • 8 Kudos received

User Activity

Hi expert, I wound want to create a service action. there are 3 parameters, and i want the first parameter is fixed value from one entity field. as below example, i want inputCheckpointId is fixed value from entity entity VDiffWithRule as ...
Setting Up Local Development Install Java & Maven & Node.js Install the cds-dk npm i -g @sap/cds-dk Install the VSCode & Plugin VSCode Pluging : Java Extension Pack VSCode Pluging : Language support for Java ™ for Visual Studio Code VSCode Pluging:...
Hi Experts,1. I build a HTML5 application in HCP, and configued the application SSO with IDP(SCI). 2. First time I access the application, it will navigate to SCI for login on, then it will redirect to my application. At this step, it works fine.3. ...
Hi Expert, I got a customer requrest for C4C enhancement, what i want to build a new grid table and set some columns with background color. I tried to change the perporty of background color in ListColumn, but it doesn't work for HTML5 client an...
Hello,I am trying to write a junit test case for JPA connection, but each time when i run the test case and it wil be failed at the following code.ds = (DataSource) ctx.lookup("java:comp/env/jdbc/DefaultDB"); I searched the reason in google, but didn...