Add on using SAP Business one studio for VS P1(Hello World C#)
SAP S/4HANA Migration Cockpit – tips&tricks: This tutorial will demonstrate how to use SAP Business one studio for visual studio ,you need to have installed Visual studio and SAP B1 SDK and SAP B1 studio.
1- Start Visual Studio.
2- select new prject,then SAP B1 Add-on
3- then VS will create project with default form (Form1)
4-Darg and drop component from toolbox to the form
5-go to button properties to customize and add events.
6- go to events and select Pressed after then write:
Application.SBO_Application.MessageBox(“Hello world”);
7- According to your SAP B1 client you must run this application,if your client is x86 you must use x86 plateform
in configuration manager(Build->configuration manager).
8- run the application , this is the result:
New NetWeaver Information at SAP.com
Very Helpfull