Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sbo sap sdk
Message
From
28/07/2011 04:03:35
Victor Chignes
Inteliventas
Peru
 
 
To
28/07/2011 03:48:51
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
01519429
Message ID:
01519432
Views:
34
>Hi,
>
>I would like to create an add-on VFP program for SAP SBO through its SDK, but I can't find the objects of the SDK. Unlike C and VB.net it right away detects the SDK.
>
>I am more comfortable and used in VFP.
>
>Thanks in advance for all the help!
>
>JOs
this assumes you have a config table with the required data.
	vCmp = CREATEOBJECT("sapbobscom.company")
	vCmp.Server       = config.sapServer   
	vCmp.CompanyDB    = config.sapCmpDB     
	vCmp.UserName     = ALLTRIM(config.sapUser)
	vCmp.Password     = ALLTRIM(config.SapPass)
	vCmp.Language     = 3     
	vCmp.DbServerType = 6                                          
	vCmp.UseTrusted   = .t.
	lRetCode = vCmp.Connect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform