Hello,
I'm calling a function-module which starts a transaction and opens a GUI to show data. The call is: " results = this.SAPInvoke("Z_Vb_Test_Fg_Called_By_Vb",new object[] ); ". Before this I open a connection to SAP. When the SAPInvoke... is started the standard SAPLogon-Pad appears during the function-module opens the GUI and shows data (it is not opened during the connection is opened but just when SAPInvoke... starts). The SAPLogon-pad stays in the background, it is shown in the taskbar and in the notification area (next to the clock) and it doesn't get closed automatically even if the SAP-session and the connection are closed. The SAPLogon-pad is not needed. A probelem occurs when a user closes the SAPlogon-pad before closing the SAP-session. Then the SAPlogon disappears from the taskbar but it is not closed and can only be reactivated by clicking on the icon in the notification area. It is not possible to start the SAPlogon-pad manually by clicking "Start, Programs, SAP Front End, SAP Logon" because nothing happens.
So my question is, if it's possible not to open the SAPlogon-pad at all or close it by my program.
Thanks
Jochen