IF_WD_APPLICATION 
Interface IF_WD_APPLICATION allows access to the description data that is valid for the entire Web Dynpro application.
Returns the metadata description of the application. The result is an object of type IF_WD_RR_APPLICATION.
Method to specify whether the application can be switched to right-to-left (RTL).
The text direction of languages from the middle east, for example, Hebrew and Arabic is right to left. Right-to-left (RTL) is the opposite of left-to-right (LTR) which is normal for Indo-European languages. With RTL numbers, for instance telephone numbers or posting items, and proper names are written left to right. So in RTL languages there is often a mix of RTL text with LTR sentence parts from LTR languages.
The Web Dynpro programming model supports the RTL concept.
Application developers should note the following points in order to use the full extent of RTL support:
Make sure that frames appear in the correct sequence, that is, in RTL the order of the frames mirrors LTR:
Menu and content lists belong on the right-hand side
The actual content belongs on the left.
If required, create RTL versions of your images and make sure that the RTL version of the images is used in the application.
Specifies whether the mode for Accessibility is activated.
Specifies the IP address of the caller.
Specifies in which client environment an application is running. For example, the client environment can be the portal or the SAP NetWeaver Business Client. You can get the values from the constant CO_CLIENT_ENVIRONMENT.
Specifies the ID of the running application configuration.
Specifies whether the function for closing a window is supported.
More information: Window Plugs: Startup and Exit.
Specifies whether quick help can be displayed.
If so, the current value of parameter SHOW_EXPLANATION is returned.
Specifies whether quick help is displayed.
You can use this method to set parameter SHOW_EXPLANATION.
Specifies the title of the browser window, in which the application is running.
You can find an example in the system in component WDR_TEST_WINDOW_SUITE in application WDR_TEST_WINDOW_TITLE.
Note
This function is available only for stand-alone systems. This function is not available for Portal integration and the SAP NetWeaver Business Client.