SAP ABAP Web Dynpro Configuration

Posted by Apprisia C.
3
Jun 15, 2020
271 Views
Image
Webdynpro ABAP (WDA) is a standard UI technology of SAP for developing Web application UIs in the ABAP environment. It consists of the runtime environment and graphical development with specific tools that are integrated into the ABAP development environment – the ABAP Workbench (transaction SE80).

Advantages:

  • The use of declarative and graphical tools reduces the implementation effort.
  • Web Dynpro supports a structured design process.
  • The separation between layout and business data.
  • Reuse and better maintainability by using components.
  • The layout and navigation can be easily changed using the Web Dynpro tools.
  • Stateful applications are supported – that is if the page is changed and the required data remains intact so that you can access it at any time throughout the entire application context.
  • Data transport is automated using the data binding process.
  • Automatic check for input.
  • Automatic operation of the Web Dynpro application using the keyboard.
  • User interface accessibility is supported in Webdynpro.
  • Full integration in the reliable ABAP development environment.

SAP ABAP Web Dynpro Configuration:

Before we start developing the Webdynpro application, the below configuration settings have to be done properly:

1. We have to install the Application Server ABAP (AS ABAP).

2. ICM (Internet Communication Manager) — HTTP or HTTPS must be set in ICM. We can configure it on the initial screen of the ICM monitor by selecting ‘Services’.

3. ICF (Internet Communication Framework) — ICF services must be activated if not use transaction SICF to activate the services related to WDA. Proper authorizations should be assigned to the ICF server and client functions.

4. View Designer — To create the layout in layout editor in the view designer we have to activate all the services in SICF for WDA.

5. SSO (Single Sign-On) — SSO must be set up on the application server.

6. FQDN (Fully Qualified Domain Names) — Avoid shortened FQDN. We have to check whether the URL for the WDA application contains the full domain and hostname.

In case you need assistance with SAP Support Services, please contact us. Please send us your questions, comments or assistance request and our team would be glad to assist you.
Comments
avatar
Please sign in to add comment.