cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with web dynpro application development...

Former Member
0 Kudos

Hello,

I am trying to create my first ABAP wen dynpro application program and I got following error after I tried to create view.

http://XXXXXXXXXXXXXX:8001/sap/bc/wdvd call was terminated because the corresponding service is not available.

Can someone help ?

Regards,

Jainam.

Accepted Solutions (1)

Accepted Solutions (1)

arjun_thakur
Active Contributor
0 Kudos

Hi Jainam,

You need to activate certain services for it. Refer the online help: [Web Dynpro for ABAP Configuration|http://help.sap.com/saphelp_nw70/helpdata/en/43/e86de5008b4d9ae10000000a155369/content.htm].

I hope it helps.

Regards

Arjun

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Activate following services in SICF transaction.

http://help.sap.com/saphelp_nw04s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm

Services for Web Dynpro ABAP

For Web Dynpro ABAP (WDA) the following services must be activated in the system.

Using WDA Applications

/default_host/sap/bc/webdynpro

Note

Here only the node itself must be activated, and not the subnodes.

/default_host/sap/public/bc

Note

This node is activated automatically when the subnodes described below are activated. Likewise, here only the node itself must be activated, as well as the following subnodes:

/default_host/sap/public/bc/ur

/default_host/sap/public/bc/icons

/default_host/sap/public/bc/icons_rtl

/default_host/sap/public/bc/webicons

/default_host/sap/public/bc/pictograms

/default_host/sap/public/bc/webdynpro/* (ssr, mimes, etc.)

/default_host/sap/public/myssocntl

In addition to these standard WDA services the relevant application services must also be activated in the ICF tree. Usually, the service for application <application> can be found under the ICF node /default_host/sap/bc/webdynpro/sap/<application>.

Using the WDA Development Environment

/default_host/sap/public/bc/webdynpro/viewdesigner

/default_host/sap/bc/wdvd/

The five ICF nodes below are needed only for the WDA environment. They are only allowed to be active in a development system, and on no account in a production system, as this poses a security risk.

/default_host/sap/bc/webdynpro/sap/configure_application

/default_host/sap/bc/webdynpro/sap/configure_component

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_appl

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_comp

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_user

WDA Test Applications for Error Analysis

/default_host/sap/bc/webdynpro/sap/WDR_TEST_EVENTS

/default_host/sap/bc/webdynpro/sap/wdr_test_ui_elements

/default_host/sap/bc/webdynpro/sap/WDR_TEST_TABLE

/default_host/sap/bc/webdynpro/sap/WDR_TEST_ADOBE

/default_host/sap/bc/webdynpro/sap/wdr_test_popups_rt

Other Services

Support of Internet Protocols (HTTP, HTTPS and SMTP) in AS-ABAP

/default_host/sap/public/icman

Note

Once AS-ABAP has been installed, you must ensure that this service is activated in transaction SICF. This enables the ICM to decide how HTTP requests are distributed to the servers.

Using Load Distribution

● Using the message server

○ /default_host/sap/public/icf_info

○ /default_host/sap/public/icf_info/logon_groups

○ /default_host/sap/public/icf_info/urlprefix

● Using SAP Web DispaUsingtcher

○ /default_host/sap/public/icf_info

○ /default_host/sap/public/icf_info/icr_groups

○ /default_host/sap/public/icf_info/icr_urlprefix

ICF Test Applications

The following services are for internal SAP use only:

● /default_host/sap/bc/echo

Edited by: vishnu gupta on May 19, 2009 10:23 AM

Former Member
0 Kudos

Hi Jainam,

Activate following services in SICF transaction.

http://help.sap.com/saphelp_nw04s/helpdata/en/43/e86de5008b4d9ae10000000a155369/frameset.htm

Services for Web Dynpro ABAP

For Web Dynpro ABAP (WDA) the following services must be activated in the system.

Using WDA Applications

/default_host/sap/bc/webdynpro

Note

Here only the node itself must be activated, and not the subnodes.

/default_host/sap/public/bc

Note

This node is activated automatically when the subnodes described below are activated. Likewise, here only the node itself must be activated, as well as the following subnodes:

/default_host/sap/public/bc/ur

/default_host/sap/public/bc/icons

/default_host/sap/public/bc/icons_rtl

/default_host/sap/public/bc/webicons

/default_host/sap/public/bc/pictograms

/default_host/sap/public/bc/webdynpro/* (ssr, mimes, etc.)

/default_host/sap/public/myssocntl

In addition to these standard WDA services the relevant application services must also be activated in the ICF tree. Usually, the service for application <application> can be found under the ICF node /default_host/sap/bc/webdynpro/sap/<application>.

Using the WDA Development Environment

/default_host/sap/public/bc/webdynpro/viewdesigner

/default_host/sap/bc/wdvd/

The five ICF nodes below are needed only for the WDA environment. They are only allowed to be active in a development system, and on no account in a production system, as this poses a security risk.

/default_host/sap/bc/webdynpro/sap/configure_application

/default_host/sap/bc/webdynpro/sap/configure_component

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_appl

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_comp

/default_host/sap/bc/webdynpro/sap/wd_analyze_config_user

WDA Test Applications for Error Analysis

/default_host/sap/bc/webdynpro/sap/WDR_TEST_EVENTS

/default_host/sap/bc/webdynpro/sap/wdr_test_ui_elements

/default_host/sap/bc/webdynpro/sap/WDR_TEST_TABLE

/default_host/sap/bc/webdynpro/sap/WDR_TEST_ADOBE

/default_host/sap/bc/webdynpro/sap/wdr_test_popups_rt

Other Services

Support of Internet Protocols (HTTP, HTTPS and SMTP) in AS-ABAP

/default_host/sap/public/icman

Note

Once AS-ABAP has been installed, you must ensure that this service is activated in transaction SICF. This enables the ICM to decide how HTTP requests are distributed to the servers.

Using Load Distribution

● Using the message server

○ /default_host/sap/public/icf_info

○ /default_host/sap/public/icf_info/logon_groups

○ /default_host/sap/public/icf_info/urlprefix

● Using SAP Web DispaUsingtcher

○ /default_host/sap/public/icf_info

○ /default_host/sap/public/icf_info/icr_groups

○ /default_host/sap/public/icf_info/icr_urlprefix

Regards

Vishnu Gupta

Edited by: vishnu gupta on May 19, 2009 10:10 AM