Basic Knowledge

<< Click to Display Table of Contents >>

Navigation:  All About SAP Interface > SAP r/3 and Delphi > Create Desktop Application using SGC Server >

Basic Knowledge

Objective

Know how to create connection to SGC Server and used all SGC Command

Practice (101) - Create Simple Connection to SGC Server

Practice (102) - Test All SGC Server Command

Practice (103) - Read and Write XML Document

Support

Source Code

Practice (101)

Practice (102)

Practice (103)

 

Requirement

All step is already tested using this requirement

1.SGC Server

2.All Delphi version (download) -> Already test with Borland Delphi 7

 

(Doesn't need SAP Logon. SAP Logon and RFC transaction would be arrange with SGC Server)

 

Installed Component

1.Standard Delphi Component

2.Indy Client Component (Include on Delphi Enterprise Edition)

 

 

Practice (101) - Create Simple Connection to SGC Server

Screen 1. Connected to SGC Server

delphi_da0003

 

Screen 2. Login to SGC Server

delphi_da0004

 

Practice (102) - Test All SGC Server Command

Screen 1. Connected to SGC Server

delphi_da0007

 

Screen 2. Execute Command of "Get Sap Logon Info"

delphi_da0008

 

Screen 3. Execute Command of "Get User Menu List"

delphi_da0009

 

Screen 4. Execute Command of "Get Function Info"

delphi_da0010

 

Screen 5. Execute Command of "Run Function"

delphi_da0011

 

Practice (103) - Read and Write XML Document

Same as with Practice (102)