cancel
Showing results for 
Search instead for 
Did you mean: 

IF_HTTP_EXTENSION~HANDLE_REQUEST for WebDynpro

Former Member
0 Kudos

hi

I have done a WebDynpro an now i like to implement my own handler for "IF_HTTP_EXTENSION~HANDLE_REQUEST".

But it is not working .... it donu2019t call my class

What i have done:

I had a look at the example from sap:

sicf -> sap -> bc -> icf ->demo -> example_1

When i make also a service under this node - like:

sicf -> sap -> bc -> icf ->demo -> z_handler_test

Then my class is called with no problems !

But when I attach the class to the "normal WebDynpro service" the handler class is not called ...

So ... Whatu2019s wrong ???

Is it not possible to have the own "IF_HTTP_EXTENSION~HANDLE_REQUEST" in WebDynpros ?

Regards

Beny

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try this [One|; with similar type of issue.

Also look how to Creating and Configuring an SICF Service [Here|http://help.sap.com/saphelp_nw04/helpdata/en/55/33a83e370cc414e10000000a114084/content.htm]

Hope it will help you.

Former Member
0 Kudos

Hi

thanks for your answer !

but i have no problems with crashing at " IF_HTTP_EXTENSION~HANDLE_REQUEST" like in the other Post.

just WebDynpro is not calling my class ...

-> anyone implement a custom handler class in his WebDynpro via sicf ?

Edited by: Benjamin Stettler on May 5, 2010 12:54 PM

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>-> anyone implement a custom handler class in his WebDynpro via sicf ?

I don't think that would be advisable. You would have to replicate the entire WD framework within that handler. The SICF nodes of WDA aren not meant to have a custom handler. You can of course create a custom handler outside the Web Dynpro hiearchy.

What exactly are you trying to acomplish?

Answers (0)