Jump to content

Automation SAP Logon usw.


Gecko
 Share

Recommended Posts

Hallo Leute,

wer kann mir sagen, wo ich eine Dokumentation finde welche Möglichkeiten es gibt.

Kenne nur diese NewConnection, System, ApplicationServer usw.

Wo finde ich eine ausführliche Referenz?

$g_oConnection = $LogonControl.NewConnection

$g_oConnection.System = "R30" ;Name of your R/3 System

$g_oConnection.ApplicationServer = "hs2001" ;Applic.Server of R/3 System

$g_oConnection.SystemNumber = 0 ;SystemNumber of your R/3 System

;***User specific data

$g_oConnection.User = "MyUserName"

$g_oConnection.Password = "secret"

$g_oConnection.Client = "000"

$g_oConnection.Language = "E"

Ich kenne die Schlagwörter für das suchen nicht.

Gruß,

Geckoe

Link to comment
Share on other sites

Hallo Leute,

wer kann mir sagen, wo ich eine Dokumentation finde welche Möglichkeiten es gibt.

Kenne nur diese NewConnection, System, ApplicationServer usw.

Wo finde ich eine ausführliche Referenz?

$g_oConnection = $LogonControl.NewConnection

$g_oConnection.System = "R30" ;Name of your R/3 System

$g_oConnection.ApplicationServer = "hs2001" ;Applic.Server of R/3 System

$g_oConnection.SystemNumber = 0 ;SystemNumber of your R/3 System

;***User specific data

$g_oConnection.User = "MyUserName"

$g_oConnection.Password = "secret"

$g_oConnection.Client = "000"

$g_oConnection.Language = "E"

Ich kenne die Schlagwörter für das suchen nicht.

Gruß,

Geckoe

TRANSLATED.. so you can get more help.

Hi folks,

who can tell me where I find a documentation what options there are.

Know only that NewConnection, system, application server, etc.

Where can I find a detailed reference?

$ g_oConnection = $LogonControl.NewConnection 
$g_oConnection.System = "R30", the name of your R / 3 system 
$g_oConnection.ApplicationServer = "hs2001"; Applic.Server of R / 3 system 
$g_oConnection.SystemNumber = 0; Number of your system R / 3 system 

; *** User-specific data 
$g_oConnection.User = "myusername" 
$g_oConnection.Password = "secret" 
$g_oConnection.Client = "000" 
$g_oConnection.Language = "E"

I know the keywords for the search does not.

Gruß,

Gecko

Edited by azure
Link to comment
Share on other sites

TRANSLATED.. so you can get more help.

Hi folks,

who can tell me where I find a documentation what options there are.

Know only that NewConnection, system, application server, etc.

Where can I find a detailed reference?

$ g_oConnection = $LogonControl.NewConnection 
$g_oConnection.System = "R30", the name of your R / 3 system 
$g_oConnection.ApplicationServer = "hs2001"; Applic.Server of R / 3 system 
$g_oConnection.SystemNumber = 0; Number of your system R / 3 system 

; *** User-specific data 
$g_oConnection.User = "myusername" 
$g_oConnection.Password = "secret" 
$g_oConnection.Client = "000" 
$g_oConnection.Language = "E"

I know the keywords for the search does not.

Gruß,

Gecko

Do you have the name of the actual com object you're ObjCreate'ing? Seems there's some lines missing from your script.
Link to comment
Share on other sites

  • 5 weeks later...

Do you have the name of the actual com object you're ObjCreate'ing? Seems there's some lines missing from your script.

I have a SAP UDF that may help you:

SAP UDF

Cheers, Sean.

See my other UDFs:

Chrome UDF - Automate Chrome | SAP UDF - Automate SAP | Java UDF - Automate Java Applications & Applets | Tesseract (OCR) UDF - Capture text from applications, controls and the desktop | Textract (OCR) UDF - Capture text from applications and controls | FileSystemMonitor UDF - File, Folder, Drive and Shell Monitoring | VLC (Media Player) UDF - Creating and controlling a VLC control in AutoIT | Google Maps UDF - Creating and controlling Google Maps (inc. GE) in AutoIT | SAPIListBox (Speech Recognition) UDF - Speech Recognition via the Microsoft Speech (SAPI) ListBox | eBay UDF - Automate eBay using the eBay API | ChildProc (Parallel Processing) UDF - Parallel processing functions for AutoIT | HyperCam (Screen Recording) UDF - Automate the HyperCam screen recorder | Twitter UDF - Automate Twitter using OAuth and the Twitter API | cURL UDF - a UDF for transferring data with URL syntax

See my other Tools:

Rapid Menu Writer - Add menus to DVDs in seconds | TV Player - Automates the process of playing videos on an external TV / Monitor | Rapid Video Converter - A tool for resizing and reformatting videos | [topic130531]Rapid DVD Creator - Convert videos to DVD fast and for free | ZapPF - A tool for killing processes and recycling files | Sean's eBay Bargain Hunter - Find last minute bargains in eBay using AutoIT | Sean's GUI Inspector - A scripting tool for querying GUIs | TransLink Journey Planner with maps - Incorporating Google Maps into an Australian Journey Planner | Automate Qt and QWidgets | Brisbane City Council Event Viewer - See what's going on in Brisbane, Australia
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...