former_member214858
Explorer
Member since ‎02-02-2005

User Statistics

  • 15 Posts
  • 1 Solutions
  • 0 Kudos given
  • 13 Kudos received

User Activity

Hello Folks,I am trying to pass filters in bindElement method of a view as shown in blow code. This does not work. And also, in the parameters, it accepts only expand and select. Could you please let me know how to pass the filters.this.getView().bin...
Hello,I would like to pass the parameters as a variable as these are dynamic values. For example,var sQuery = 'SELECT * FROM <TABLE> WHERE <col1>=? AND <col2> = ? and <col3>=?'var aValues = ['value1, value2, value3']var oConnection = $.hdb.getConnect...
Hi,I have two tables with following structures. I need to get a deep structure with association.SALES("REGION_ID" INTEGER CS_INT, "PRODUCT_ID" INTEGER CS_INT, "SALES_AMOUNT" DOUBLE CS_DOUBLE, PRIMARY KEY ("REGION_ID", "PRODUCT_ID"))REGION ("REGION_ID...
Hello Folks,We have several BSP applications running on portal. We would want to access these applications through mobile. Could you please guide us how to go about it.If we use NetWeaver Gateway, what is the process involved.Best RegardsSrini
1. Overview     This bolg describes how to configure RedirectApp application in NW 7.3 portal.2. Project Structure     Below diagram shows the project structure of RedirectApp applicationmain.jspmain.jsp<%@ page language="java" %><%String redirectURL...
Kudos from