It_Login 

Use

Logs into an SAP System with or without a standard login screen using the specified client, user name, password, and language.

Call It_Login after establishing a connection toR/3 (by using one of the connection functions: It_NewConnection, It_NewGroupConnection, or It_NewServerConnection).

Syntax

DWORD DLEX It_Login (HANDLE hMr, const char *client,
const char *name, const char *passwd, const char *lang);

Parameters

hMr

Connection handle

client

Client string

name

User name string

password

Password string

lang

Language string

Return Value

Returns TRUE on success, FALSE on error.

See Also

It_Logoff, It_NewConnection, It_NewGroupConnection, It_NewServerConnection