former_member262942
Explorer
Member since ‎10-13-2016

User Statistics

  • 16 Posts
  • 1 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I'm using crystal report SDK java libraries in order to generate a pdf report via batch. I have no problems generating the report using tables, but when I introduce a procedure, it rises an error. I'm using jrcerom-12.2.2200.2677.jar (and other jar...
Hi,I have java-batch calling sap in order to extract crystal report to pdf. The batch uses JRC libraries. Is there a way to do the same process starting from a PLD report? Alternatively an easyer solution could be convert the PLD in a crystal report ...
Hallo, Is there a way to extract the DocType from the IDocuments object? I have to do it in java, but I think IDocuments the equivalent of Documents in VB. On IDocuments there is an a method called getProperty(), but it returns an Integer... I would ...
Hallo, I'm developing an application with JCO java connetor for sap b1. I need to load an UDO, but I don't know how to set my parameters on the general service, in order to load a sepcific record. On the help center I found this example in VB: sCmp ...
I have a report that uses the sap procedure TMSP_DOCLINETYPELAYOUT. In the report I defined two numeric parameters: DocKey and ObjectId. If I open the preview with Crystal Report, it works fine, but if I load the .rpt with JRC and than export it in P...