cancel
Showing results for 
Search instead for 
Did you mean: 

Steps to activate abap web dynpro

Former Member
0 Kudos

hi,

Please let me know the steps to activate ABAP Webdynpro .

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There are four steps for configuration

<b>1st step:</b> Activate the http service by setting the parameter in instance Profile

icm/HTTP/j2ee_0 = PREFIX=/,HOST=localhost,CONN=0-500,PORT=5$$00

icm/server_port_0 = PROT=HTTP,PORT=80$$

Then check it out in SMICM tcode for whether it is activated or not by pressing service icon in top.There you can find it out the services status

<b>2nd Step:</b> Activate the ICF services

Tcode: SICF

In that leave that hierachy type as Service and then execute the service

Expand the default host then expand sap service in that expand public and then BC and also BSP activate all the service in that node.

In that expand Webdynpro service activate all. There will be many services. We have to activate all. (All the services are demo services so we need to activate all)

<b>3rd step:</b> Configuring SSO.

Its not mandatory. Why we are doing these things is first we will log on once in sap gui. After going to tcode SE80 they will create Webdynpro applications after that by testing it will automatically open a browser and it will ask the username and password.

To avoid this we need to configure SSO for Abap.

<b>4th Step:</b> FQDN. Fully Qualified Domain Name.

We need to set the domain name in the server host file with extension.

For example: 163.xxx.1.xxx <host name>.<domain name>.com

These are above 4 steps has to be done to enable the Webdynpro Abap. I hope it will be helpful to you..

Regards,

Gopinathan.

Former Member
0 Kudos

Hi,

Use transaction SICF to active ABAP applications.

Regards

Ben

Former Member
0 Kudos

hi,

make sure the following applications are active (SICF transaction)

/sap/bc/bsp/sap/system

/sap/bc/bsp/sap/public/bc

/sap/public/bsp/sap/public/bc

/sap/public/bsp/sap/system

/sap/public/bsp/sap/htmlb

/sap/public/bc

/sap/public/bc/ur

Regards

Ben