Hello,Is it possible to update the name of menu item of report ?I update the the name of report withReportLayoutsService.UpdatePrinterSettingsbut it does not rename the menu item. All I've found :delete report layout and menu usingReportLayoutsServic...
Hello,
How can I set HTTP Status to 204 (No Content) or 400 (Bad Request)
I try it in XSL/JavaScript Transformation "PrepHttpResp"
<?bpc.pltype.out bpm.pltype=xml?><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:b1e...
How can I create file pattern?
According documentation I can use ?, [vbiu], [TID], [yyyy] .. variables, but it's not working the variables are not replaced.
pattern C:\EDI\[TID].xml with result C:\EDI\[TID].xml
pattern C:\EDI\[yyyy].xml with ...
Hello, I've created global properties for my scenario package.
I try use them in FTP outbound CALL and the Scenario Test gives these errors:
com.sap.b1i.utilities.UtilException: UTE001 Nested exception: javax.xml.transform.TransformerCon...
Hi,I post my comment as an answer.Workaround to fix the memory leak:After disposing CrystalReportsViewer
var reportAlbum = (ReportAlbum)this.crystalReportsViewer.ViewerCore.GetType()<br> .GetField("reportAlbum", BindingFlags.NonPublic | BindingFlags...