Skip to content

Instantly share code, notes, and snippets.

@hugo-dc
Created March 13, 2013 03:15
Show Gist options
  • Save hugo-dc/5149120 to your computer and use it in GitHub Desktop.
Save hugo-dc/5149120 to your computer and use it in GitHub Desktop.
Sapconn.ini example
; This is sample .ini files containing connection definitons.
; Modify values to suit your needs.
; Any connection parameter recognized by SAP connection string may be used as key
; To connect to system defined as 'Connection 1' use:
; conn=pysap.Rfc_connection(conn_file='/path/to/this/file',conn_name='Connection 1')
; conn.open()
[DEFAULT]
;Default values shared by all connections
;(unless explicitily overriden)
LCHECK=1
[Connection 1]
; direct connection
ASHOST=192.168.1.16
CLIENT=260
SYSNR=00
USER=HCRUZ
PASSWD=EASYPASS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment