Show TOC Start of Content Area

Background documentation IF_WD_APPLICATION  Locate the document in its SAP Library structure

The IF_WD_APPLICATION interface allows access to description data that is valid for the entire Web Dynpro application.

Methods

GET_APPLICATION_INFO

Method for retrieving the metadata description of the application. The result is an object of type IF_WD_RR_APPLICATION.

GET_IS_RTL

Method for specifying whether or not 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. However, in RTL languages, numbers (such as 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 to use the full extent of RTL support:

      Make sure that frames appear in the correct sequence, that is compared to LTR the order of frames is mirrored in RTL:

       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 versions of images are used in the application.

GET_IS_ACCESSIBLE

Method for specifying whether or not the mode for accessibility is activated.

OPEN_HELP_CENTER

Method for opening the help center. For more information, see Help Texts for Web Dynpro Applications.

GET_REMOTE_ADDRESS

Method for specifying the IP address of the calling program.

GET_CLIENT_ENVIRONMENT

This method returns the client environment in which the 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 CO_CLIENT_ENVIRONMENT constant.

GET_CONFIGURATION_ID

Method for specifying the ID of the running application configuration.

GET_IS_CLOSE_WINDOW_SUPPORTED

Method for specifying whether or not the function for closing a window is possible. For more information, see Window Plugs: Startup and Exit.

 

 

End of Content Area