top of page
Search
  • ABS

SAP - Build 64bits Addon for SAP B1

  • Debug: run VS as administrator To Generate X64 Addon for X64 Client with B1DE 1- clean your project (delete all files or folder in Bin folder 2- Add UIAPI and DIAPI to References of addon project from: C:\Program Files\SAP\SAP Business One\SAPbouiCOM.exe C:\Program Files\SAP\SAP Business One DI API\DI API 90\SAPbobsCOM90.dll 3- On Project proprieties > Builds : set Plateform and target plateform to "Any CPU" (=>64bt) 4- Build you project 5- Create your installer project with B1DE tools: new project> SAP B1 AddonInstaller .Net Wizard 6- choose you generated Exec File on step 4 7- Ctr+H (Search and replace) on All Solution : <> by <> 8- On Project proprieties > Compile >Advanced Compile Options > Target CPU:x64 9- Build your project 10- Go to your project folder and run AddOnRegDataGenFile\AddOnRegDataGen.bat 11- Go to the Bin folder a new .ard file is generated 12- Edit this file with notepad and replace :<> by <> Build installer:

    • Rebuild source code

    • Copy to installer source folder (Addon files)

    • Rebuild installer source code 10- Go to your project folder and run AddOnRegDataGenFile\AddOnRegDataGen.bat 11- Go to the Bin folder a new .ard file is generated 12- Edit this file with notepad and replace :<> by <>


2 views0 comments

Recent Posts

See All

SAP B1/iVend- Query Inventory In SAP

Check inventory audit in SAP select  a.CreateDate, b.USER_CODE as [User], a.TransType SAP_DocType, case when a.TransType = 13 then  'Sale Invoice' when a.TransType = 14 then  'Sale Credit Note' when a

ivend-SAP Integration Monitor from SBO to ivend Query

Select IntegrationKey,Cast(SourceType AS Varchar(20)) As SourceType,SourceKey, OperationType, isNull(LogDatetime, getdate()) As LogDatetime, Case isNull(Status, 0) When 0 Then 'Not Processed' Else 'Fa

Post: Blog2_Post
bottom of page