cancel
Showing results for 
Search instead for 
Did you mean: 

how to remove this error in webdynpro abap

Former Member
0 Kudos

I am getting error when i run the webdynpro application program ..i save the program and activate it properly.but when i execute it it showing error 500 internal server. and tell me how to debug the webdynpro abap program

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi Kaustav,

I am facing the same problem i tried to solve it a lot finally i created a new development and its works!!!!!

Thanks,

Gitesh

Former Member
0 Kudos

Hi Kaustav,

In the snapshot which you've attached, It is showing follow instructions in Note 1109215. Check the below info:

If an application terminates with the above-mentioned error, you have to create the ICF service node for the application. Normally, this happens automatically when you create an application. Check whether you have  sufficient authorization for the object S_ICF_ADM( You can check using SU53 T-Code).

To create an IFC service node

1.  Select the affected Web Dynpro application in transaction SE80.

2.  Choose the menu option "Goto -> HTTP Service Maintenance".

3.  If the node does not exist, the system issues the query: "ICF node

     for service "..." does not exist. Do you want to create it?"

4.  Choose "Yes"

5.  Save the ICF service node for a transport request. As soon as the

     node is activated, the Web Dynpro application is functional.

Hope this might help you to resolve your issue.

Thanks

KH

Former Member
0 Kudos

Hi kaustav,

I faced this kind of issue some time back only thing i did was to delete the Webdynpro application  and created a new Application again and then it worked as a charm.

Thanks

Phani

Former Member
0 Kudos

you need to activate configuration by using t code SICF.

Former Member
0 Kudos

can u explain the brief step.so i can do that

Former Member
0 Kudos

service is showing in active mode

Former Member
0 Kudos

Open Tcode SICF then.. Execute it

Default host->SAP->bc->webdynpro->sap->’your application’ right click and activate it.

Former Member
0 Kudos

its showing already active..but still i facing error

Former Member
0 Kudos

are you able to run other standard applications ??

Former Member
0 Kudos

yes other stanard application is work for me properly

Former Member
0 Kudos

Hi Kaustav,

If the configuration is active it should appear black else it will appear grey...

Regards,

Ashvin

Former Member
0 Kudos

it appears black.

Former Member
0 Kudos

Is it enable or disable ?? I think its disable(not click able)

Former Member
0 Kudos

yes it shows disable

Former Member
0 Kudos

Check the links given by me in my previous comment. It might help you.