GET_SYSTEM_DIRECTORY 
Retrieves the fully qualified system32 directory name.
Caution
Call CL_GUI_CFW=>FLUSH in the ABAP program after calling this method to actually execute the method on the client.
Caution
Do not use this function! The server should not access the operating system installation directory.
|
Fully qualified directory name of the installation directory of the operating system.
This parameter should have been defined as an exporting parameter because the content passed to the method will be ignored. End of the note. |
|
This exception is raised, if neither Windows nor Java nor Web GUI is being used, or the determination of the directory fails. |
|
Currently not used. |
|
Thrown if either Java or Web GUI is being used. |