Thursday, March 3, 2016

Start SAP system in browser (WebGUI)

http://sape01.bigcompany.com:8000/sap/bc/gui/sap/its/webgui?sap-client=800&sap-language=DE



Replace sape01.bigcompany.com with the hostname of your SAP system.


Using the transaction SMICM. Go To -> parameters -> display.
Search for icm/host_name_full


No comments:

Post a Comment

Working with the session Id // ID für den Modus

Sometimes it can be helpful to know the id of the current session     CALL FUNCTION 'TH_GET_CONTEXT_ID'       IMPORTING         cont...