laurent_chavanis
Associate
Associate
Member since ‎2012 Mar 13

User Statistics

  • 19 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello,Do you know how I can dynamically/programatically retrieve the value of a defined constant in an ABAP Class having the name of the Constant.I tried using the CLASSDESCR of the class to retrieve all attributes of type "constant", but I am not ab...
Hello,I try to test file existence from a WD application (6.45) : new File("c:\tmptest.txt").exists() --> works fine new File("\\ncedxxxtmptest.txt").exists() --> works fine (ncedxxx is my local machine) new File("\\ncedyyytmptest.txt").exists() --> ...
Hello,I would like to open a popup at startup of a WD application, but I wonder howto do it… I thought about a timed-trigger object with delay=1s but then,each second there will be the check and the mouse pointer is thentransform to the sandglass… or...
Hello,Here is the context of my strange deployment behavior:IDE 630 SP18<u>ClientAPI (Java)</u> SoftwareType : Library provider.xml : Name : com.sap.sodis.client.ctsadapter Reference Lib : webservices_lib Reference Service : tc/wd/webdynpro<u...
Hello,I have a small question on WebService Proxies generation... Here it is : I want to create a small Java client application (no UI) that connects to an ABAP WebService.I wanted to build it in a single Java project to be deployed on the engine, bu...