Hi experts,
how should I replicate all BPs to / from a company except some identified by a specific BP group or series?
We tried unchecking the "Global BP" flag (U_CTX_REIC), but when we confirm the Master Data automatically the system re-check i...
Hi experts,
migrating an installation SAP B1 HANA 9.3 PL14 to 10 FP 2108 HF1, we encountered an error on a SL call.
The call
https://xxx.xxx.xxx.xx:50000/b1s/v1/PurchaseOrders()/$count?$filter=DocEntry eq 1704034
in v10 return error 205 - Que...
Hi,
how can migrate my 9.3 AddOn that use CrystalDecisions to generate pdf on runtime to SAP B1 v10 (and therefore x64)?
The actual code return exception instantiating ReportDocument object:
An error has occurred while attempting to load the Cr...
Hi,
in a B1iF version 2 scenario, upgrading from 9.3 PL08 to 9.3 PL09 an xpath to retrieve the system in a B1DI atom doesn't work anymore.
The error in IPO log is:
Illegal character in path at index 73: /com.sap.b1i.system.sld.directory/SysI...
Hello,we have some issues to import in SAP B1 v10 packages exported from SAP B1 v9.3, especially about version and permission (in v10 the SAP HANA Model Management imports with new company user database - B1_4... -, but in Hana Studio we use SYSTEM)....
Hi Ankit,thank you for your response, but unfortunally I tried yout suggestion and it doesn't works, always return error:"Query string error - the given value('001704034') of property 'DocEntry' is not a NUMBER"Any other workarounds?Thank you
Solved, the .b1s file wasn't generated because the projects were all under solution folders.
It is generated just if a project is in the solution's root.
The result is true, the UDO is well created and if I disconnect and connect the company or close and open SAP client I view the menu Item.
The issue is that I'd like to view the menu item immediately after adding the UDO.
So, I don't know if I mi...
Hi,
thanks for the answer, I already saw this video, but my goal is different.
I don't want instantiate the form directly from the class, I need to load the form as XML using LoadBatchActions or FormCreationParams.XmlData with AddEx.
It work...