cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to develop AddOn based on SAP B1 9.2 beta version

Former Member
0 Kudos

Hi,

We are waiting for SAP BUSINESS ONE 9.2 version release for project management module. SAP has announce the release for 9.2 till Q4 2015 but has not released yet but beta version is available. So is it possible to develop AddOn on beta version or does B1 SDK supports to develop on 9.2 beta so that we can install those addon on released version.

Thanks,  

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ankush, You have to use lightweight extension package for addon on 9.2. Please follow given process from SAP.

The Extension Package tool enables you to package your extensions for lightweight deployment.

The Extension Package tool is a component in SAP Business One Software Development Kit. To install the Extension Package tool, you should install SAP Business One Software Development Kit, and select Tools →ExtensionPackage.

Using the Extension Package tool, you are able to do the following:


• Package your extension for lightweight deployment

• Create an add-on registration data (ARD) file

• Import and edit an existing ARD file

Packaging Extension Data Files

To package the extension files to a zip file and create a new file containing add-on registration data, do the following:

1. In …\SAP\SAP Business One SDK\Tools\ExtensionPackage, run the ExtensionPackage.exe file.

2. In the Extension Registration Data Generator window, expand Basic Information. Specify the extension name, version, and basic properties of the extension and the name and contact information of the SAP partner that creates the extension.

For more information, see Specifying Basic Information.

3. Expand Extension File, specify the path of the executable file of your 32-bit or 64-bit add-on, and select the files that should be packaged in the zip file.

To package your extreme app, specify the zip file and the name of your extreme app.

4. Expand Deployment Steps, and select the COM dlls to register for your 32-bit or 64-bit add-on.

5. Expend SBO Compatibility, you can specify the versions of SAP Business One with which the add-on is compatible.

For more information, see Specifying Compatibility Information.

6. Expand Parameters, you can optionally specify shared parameters and parameters for the extension.

For more information, see Specifying Parameters Information.

7. Choose the Package button.

8. In the Save As window, specify the location where you want to save the file and choose the Save button.