
- SAP Web Dynpro Tutorial
- SAP Web Dynpro - Home
- SAP Web Dynpro - Overview
- Configuration & Integration
- Architecture
- Navigation
- Component
- Mapping & Data Binding
- Event & Actions
- Application
- URL of an Application
- Creating an Application
- Component Interfaces
- Faceless Components
- Assistance Class
- Service Call In an Application
- Using a Service Call
- Debugging an Application
- Version Management
- Messages
- Integration Messages
- Personalization & Configuration
- Portal Integration
- Integrate WDA in Portal
- Interactive Forms
- SAP List Viewer(ALV)
- Administration
- Monitoring an Application
- SAP Web Dynpro Useful Resources
- Web Dynpro - Questions Answers
- SAP Web Dynpro - Quick Guide
- SAP Web Dynpro - Useful Resources
- SAP Web Dynpro - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Configuration & Integration
Once you install ABAP application server, it is necessary to configure it properly for application development.
To find the details about ABAP configuration, you can go to SAP Reference IMG → SAP NetWeaver → Application Server

If you are using SAP Solman, you can check this configuration by going to T-Code − SOLAR_LIBRARY.
To use Web Dynpro with ABAP application development, you have to make additional configuration for web Dynpro programming.
Internet Communication Manager
You need to set HTTP/HTTPS in ICM service. A service contains following different components −
- Service/Port
- Protocol used in service HTTP/HTTPS
- Processing timeout
- Keep alive timeout
- Service status − Active/inactive
You can choose Go To → Service to create, delete, activate or deactivate services. To display the ICM server cache statistics, choose Goto → Statistics
Internet Communication Framework
You should activate the Internet Communication Framework (ICF) service. You can activate this service by going to SPRO → SAP Reference IMG → SAP NetWeaver → Application Server → Internet Communication Framework → Activate HTTP service

When you install Application server ABAP, all ICF services are in inactive state. You can maintain ICF services using T-code − SICF under ICF tree.

You can activate ICF service in the following ways −
- Using the menu option, Service/Host → Activate
- Using the context menu and choosing Activate Service.


Layout Editor in View Designer
You should activate all the services in SICF for Web Dynpro ABAP to use the layout editor in the view designer.
Single Sign On
You should set SSO on the relevant host.
FQDN
You should use fully qualified domain names FQDN and short forms should be avoided.