Install SAP ActiveX in Delphi 2007

<< Click to Display Table of Contents >>

Navigation:  All About SAP Interface > SAP r/3 and Delphi > Create SAP - Delphi Connection using SAP ActiveX >

Install SAP ActiveX in Delphi 2007

Objective

Added SAP GUI ActiveX (SAP Login Control and SAP Remote Function Call Control)

Component Configuration

Check Installed SAP Component

Support

 

 

Requirement

All step is already tested using this requirement

1.SAP GUI 6.40 Patch Level 0-21 or SAP GUI 7.10 Patch Level 0 (download)

2.Code Gear Delphi 2005-2007 (download)

3.Windows 2000 or XP

 

Component Configuration

1.Run Code Gear Delphi

2.Create new package, File > New > Package - Delphi for Win32

3.Save and change the package name

delphi0001

 

4.Install "SAP Logon Control" ActiveX

5.Open Import Component menu,

Component > Import Component

 

delphi0003

6.Select "delphi0002" and then click "delphi0004"

delphi0005

7.Select "SAP Logon Control"

delphi0006

8.Click "delphi0004"

9.Don't change any default configuration like in this screen bellow

delphi0007

10.Click "delphi0004"

delphi0008

11.Select "delphi0009" and then click "delphi0010"

12.Automatically delphi created a unit in SAPActiveX package

delphi0011

13. Install "SAP Logon Control" ActiveX >> Repeat step 4 until 11. But in step 7, you must select "SAP Remote Function Call Control" .

delphi0012

14.Now, you have a two unit in SAPActiveX package

delphi0013

15.Right click in your package list, then click "Clean" button

16.And then compile your package

delphi0014

17.If there no error when you compile that package, then you can continue step 18. But if not, you must close your Delphi and repeat again from step 1. After that you can star to install your package into Delphi 2007.

18.Click "Install" button to start install package

19.Installation is complete

 

Check Installed SAP Component

1.Created a new Project

2.Select one of your form and activate your design

3.Look at in "Standard" palette

delphi0015

4.If all there TSAPLogonControl and TSAPFunction button, it's mean you have been succeed install SAP ActiveX in Delphi2007