Use
Allows you to set flags for the connection.
Currently only one flag is available, and setting it enables the following features:
Syntax
DWORD DLEX ItEv_SupportFlags(HANDLE hMr, DWORD flgs);
Parameters
hMr |
Connection handle |
flgs |
Currently the only flgs value is: SAPGUI_SUPPORT_GRAPHICS Using this flgs value enables handling of graphics in an R/3 screen, and it enables the downloading and uploading of data between an R/3 screen and a local file. This flgs value is available with SAPGUI of releases 4.5B and higher only. |
Return Value
Returns TRUE on success, FALSE on error.
Comments
SAPGUI Front must be running. Use this function after successfully logging in and after SAPGUI Front has started.