IF_HTTP_EXTENSION~HANDLE_REQUEST for WebDynpro

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

Hi,
Try this [One|Re: ECC 6 : Internet Services crashes; 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.

Similar Messages

  • Suggestion for a good book for webdynpro for java

    Hi, I am new to this technology,and i know a little bit basics,but i want to learn in depth regarding Webdynpro For Java and my backend is SAP R/3
             can anyone suggest me  a good book for webdynpro for java

    Hi padma,
    Check this link.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/webdynpro?rid=/library/uuid/49f2ea90-0201-0010-ce8e-de18b94aee2d#9">Web Dynpro Sample Applications and Tutorials</a>
    Re: Guides for new entrant to Webdynpro
    Regards,
    Mithu

  • How to setup variants for webdynpro report in ABAP? Help!

    Hi Experts,
       I have a webdynpro for ABAP report with selection screen. 
       How to setup variants for webdynpro report in ABAP?
    Thanks
    Gopal

    Hi Gopal,
      There is no concept of Variant in Webdynpro ABAP. But in our project we have some tool to do that. Its not release to the client I think. In my scenarieo, We create the Screen variant and program name will be supplied to the tool that will generate the ouput in PDF and Selection screen in One view. But the same is not avilable .
    If you want the same concept in Webdynpro ABAP, you need to go for Dynamic programming only. This is the only option is avilable.
    Warm Regards,
    Vijay

  • ABAP for Webdynpro Portal Navigation dosn't  work

    I have a Problem.
    I work with ABAP for Webdynpro.
    I tried Navigation with absolute, relative and object based. With the java test tools in my Portal it works fine, but with Abap Component not.
    My Portal Version is 6.0.11.0.0
    the J2EE Engine 6.40 PatchLevel 89291.313
    I can not navigate with this code
    call method l_portal_manager->navigate_absolute
      exporting
        navigation_target   = 'ROLES://portal_content/OGSDID/AuftragID'
        navigation_mode     = if_wd_portal_integration=>co_show_external
       WINDOW_FEATURES     =
       WINDOW_NAME         =
       HISTORY_MODE        = IF_WD_PORTAL_INTEGRATION=>CO_NO_DUPLICATES
       TARGET_TITLE        =
        context_url         = 'http://icosapv01:56000/irj/portal'
       POST_PARAMETERS     = ABAP_FALSE
       USE_SAP_LAUNCHER    = ABAP_TRUE
       BUSINESS_PARAMETERS =
       LAUNCHER_PARAMETERS =
    It is the same code as in the test Component and it also dosn't work.
    When i test the absolut navigation_target string with the support apllication from the portal it works, but i that it is a Java Webdypro.
    Has anyone a Idea??
    Thanks for all suggestions.
    Marlies

    I have found the error. See Note 945516
    The url must the following form
    http://icosapv01.domain.de:56000/irj/portal
    my wrong Url  http://icosapv01:56000/irj/portal

  • Is there something wrong with with "Floorplan Manager for WebDynpro Abap"

    Hi,
    Seems like there may be something wrong with the forum
    [SAP Community Network Forums » SAP Solutions » Floorplan Manager for WebDynpro Abap |;
    no-one has got any p0ints (sorry for break but auto guideline logic is stopping the post) in the last 30 days - and it doesn't seem to be for lack of trying...
    [ref to thread where person claims not to be able to r3ward|;
    is this normal?
    Cheers,
    Chris

    Hello,
    And another thread in the same forum,
    [Thread: Change Close button translation in FPM screen  |Change Close button translation in FPM screen;
    where the person closing the thread has stated
    P.S. I did not see radio buttons for rewarding points. I don't how to do it then
    seems like there is some problem in this forum.
    Could you please investigate?
    Thanks,
    Chris

  • Why do we go for Webdynpro ABAP?

    Hi All,
             Why do we go for Webdynpro ABAP and How is it beneficial comparing with other technologies in SAP?
    Thanks
    Gopi.

    hi ,
    u may wish to like to go thru this WIKI
    http://wiki.sdn.sap.com/wiki/display/WDABAP/General+Issues#GeneralIssues-1.95
    in whch WD ABAP is compared with WD JAVA , BSP , JSP and HTMLB and mobile infrastrucutre .
    u may wish to go thru these WD ABAP tutorials :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/03/0048413e466e24e10000000a155106/content.htm
    Main Topic Page:
    http://sdn.sap.com/irj/sdn/nw-wdabap#section2
    Tutorials for Beginners:
    Web Dynpro for ABAP: Tutorials for Beginners [original link is broken]
    eLearning Videos:
    /people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos
    go thru this quote by thomas
    The designers of WDA didn't want to lock developers into having to create an extra model layer. One of the values of WDA is that it sits closely with the underlying business logic and data. Therefore it can easily reuse existing function modules or classes (or even contain SQL directly - although this isn't recommended).
    There are different options for playing the role of model. You could create a faceless web dynpro component. This is sometimes used in large complex Floorplan Manager applications. However the cross-component context binding can represent a performance problem.
    More often a class is used as a simple model. These are called feeder classes in POWL. But really any ABAP class can be used to separate out the logic for the model. Data from this class can be accessed and then bound to the local context. Sometimes people use the Assistance Class as a model. It is possible to share a single instance of an assistance class between a hierarchy of components - making it an efficient way to share data.
    Of course there are the service call wizards. These aren't really models like in WDJ. Instead they are just shortcuts to generate context structures and code generators. However everything they generate can also be created by hand or altered after generation.
    rgds,
    amit

  • TSD(Technical specifications document) for webdynpro iview

    Hi,
    Do we hav any standard template to prepare TSD for  WEBDYNPRO-IVIEW as we hav it for reports and interfaces?Please send it to me as soon as possible if u hav it,i need it immediately in my project work.
    Thanks,
    Deepthi.

    Hi
    send me a test mail with subject dynpro Ts at [email protected] I will reply you back with the template
    Regards
    Vishal kapoor

  • Technical specification template for WebDynpro development required

    Dear All,
    Can you please provide any pointer to SAP provided technical specification templates for WebDynpro development.
    Thanks and regards,
    Sudhir

    Hi Sudhir
    Does that mean you got the documents you were looking for?
    I too am looking for sample documents and/or templates for Technical Specification for WebDynpro (Java) Application but was not able to find any.
    If you have them will you please forward them to me?
    If you can share a tech spec done for a real project (or even a sample one) along with any such documents, I'd much appreciate it as I'm new to the technology. I still have to find my way around these..... :o)
    Thanks in advance.

  • Reqs for Webdynpro for ABAP

    Hi All,
    We are planning to integrate WebDynpro runtime environment in ABAP workbench.
    We are currently on WAS 6.20. I wanted to know how can we upgrade to WAS 6.0. Will just applying patch would be enough...?? ..
    What else we will need to set up developement environment for Webdynpro for ABAP..??
    Thanks and regards.

    Is this a standalone WebAS 620?  In that case you would have to upgrade the entire system to Netweaver04S.  There is no simple patch or add-in that you can install to give you Web Dynpro ABAP. 
    If this is an R/3 system running on top of WebAS 620 - that would R/3 Enterprise 4.7; then you would have to upgrade the entire application to ERP2005.  ERP2005 is the "version" of R/3 (actually ECC 6.0) that runs on top of Netweaver04S.  If this is any other application then you would have to upgrade to the appropriate release level that runs on top of Netweaver04S in a similar manner.

  • What is used for WebDynpro for ABAP?

    hi all friends,,
    what is used for WebDynpro for ABAP?
    Thanks,
    S.Suresh.
    Title was edited by:
            Alvaro Tejada Galindo

    Hi
    Web Dynpro for ABAP - Getting Started
    Web Dynpro for ABAP is SAP’s new standard UI technology for developing user interfaces in the ABAP environment. In the long term Web Dynpro for ABAP will be the successor of the traditional screen (“Dynpro”) based user interface technology which is based on the SAP GUI. Available with NetWeaver 7.0 (2004s) Web Dynpro for ABAP provides the same declarative UI development paradigm as Web Dynpro for Java directly out of the NetWeaver ABAP Application Server. Web Dynpro for ABAP allows the development of user interfaces directly within the ABAP Workbench (SE80) and the Web Dynpro runtime environment is a central part of the ABAP server and can be used in any SAP solution based on NetWeaver 7.0 (2004s) without the need of an additional server installation.
    Web Dynpro for ABAP allows the development of user interfaces in a declarative way by providing a mighty framework which abstracts the rendering technology from the core UI definition tasks. The Web Dynpro developer declares the layout and behavior of the UI without caring about HTML, JavaScript, browser specifics or the HTTP protocol. Instead the focus lies on designing graphically Web Dynpro components based on the Model View Controller model, which enforces a clear separation between the UI layer and the underlying business logic.
    This declarative Web Dynpro programming model enforces the developer to focus on the tasks of
    Designing the layout of the visible views (where should the table be placed, do I need tabs, how should the button look?)
    Declaring the flow and behavior of the application (flow between views, which event is triggered by which button click, etc)
    Defining the data binding (which internal table is displayed in a specific table, etc)
    Implementing the event handlers and controller methods.
    Without making any assumption about the used rendering technology, like which browser should be supported or if the Web Dynpro application will be later displayed in a web browser via HTML at all or in another kind of client with completely different rendering capabilities.
    The Web Dynpro Frameworks provides all important UI features directly out of the box:
    All elements (tables, buttons, trees, dropdown list boxes, etc) necessary for state of the art user interfaces are provided by the Web Dynpro Framework in the form of predefined UI element libraries.
    Complex features and behavior of UI elements.
    Internationalization of the UI. All visible strings in a Web Dynpro ABAP UI are handled by the translation system and are translated in the same translation environment like other ABAP language dependent resources. All texts are displayed automatically at runtime, dependent of the user’s credentials.
    Accessibility features are directly built into the framework and UI elements.
    A unified rendering engine generates at runtime the data which is sent to the specific client application, which is not limited to browsers but includes the NetWeaver Business Client.
    All this is available in the established environment of the ABAP application server and well known capabilities like the transportation and change management system, security environment, test and performance analysis tools or remote debugging can be used like in common ABAP development.
    Learn about the Web Dynpro for ABAP technology with the resources below, and post your related questions and answers to the Web Dynpro forum.
    Web Dynpro for ABAP: Sneak Preview  
    Download, License Key Documentation, and Installation Guide available here.
    Web Dynpro for ABAP: Tutorials for Beginners  
    SAP NetWeaver Product Management provides this set of tutorials for getting started with Web Dynpro for ABAP technology.
    SAP Help Portal: Web Dynpro for ABAP  
    This online SAP documentation goes into detail about Web Dynpro architecture and programming, Web Dynpro for ABAP administration and security, and more.
    Web Dynpro - Not Just for Java Developers Anymore   (PDF 3.8 MB)
    In this SAP Insider article, SAP Product Manager Karl Kessler describes the tools of Web Dynpro for ABAP and uses a simple flight report example to highlight new and updated tools in the familiar ABAP environment.
    Community Contribution: WDA Tutorial I - Getting Started with Web Dynpro for ABAP   (PDF 2.5 MB)
    Software Engineer Rich Heilman provides this step-by-step guide for developing a Web Dynpro for ABAP application.
    Going into Details
    Basic Concepts - Selection vs. LeadSelection  
    In this blog, Thomas Szuecs of the Web Dynpro for ABAP development team shows how selection and LeadSelection works in Web Dynpro for ABAP.
    Web Dynpro for ABAP: Recreate the SE16 Data Browser   (PDF 386 KB)
    In this tutorial, Thomas Jung of SAP NetWeaver Product Management shows how to create a data browser simulator using Web Dynpro for ABAP.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/80aef577-543f-2a10-d19c-d83a565efe37 [original link is broken]
    <b><REMOVED BY MODERATOR></b>
    Message was edited by:
            Alvaro Tejada Galindo

  • JDI/DC approach for WebDynpro examples

    Hi ,
    Can someone send me URL for WebDynpro examples using DC approach?
    and if I have DTR in my portal, is there anyhting else to check form the licence side to go ahead for the NWDI approach?

    Hi Ankit,
    Creating webdynpro Development component Project
    http://help.sap.com/saphelp_nw04/helpdata/en/5f/0db14033c7b94ee10000000a1550b0/frameset.htm
    Regarding DCs
    http://help.sap.com/saphelp_nw04/helpdata/en/05/8d982c6ec5ce4b90da74d3aa12bc87/frameset.htm
    DTR Related information
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/01/9c4940d1ba6913e10000000a1550b0/content.htm
    Regards,
    Saraswathi.
    pls reward points for useful information

  • Examples for webdynpro tabstrip

    can anyone point me to  examples for webdynpro tabstrip..
    Regards
    Anuj

    Hi,
    •     It groups a number of UI elements under a common header(SAP Netweaver 04s).
    •     Tab Strip can contain a Menu and several Pattern Expand                   Function elements (for open/close buttons).          
    •     You can Group Controls in this way Tab Strip --> Insert Tab --> Insert    Child
         Refer This:
    <b>http://help.sap.com/saphelp_nw70/helpdata/en/d1/801bd2454211d189710000e8322d00/frameset.htm</b>
                              Reward Points If This is helpful.
    Regards
    Nandha.

  • Training classes for webdynpro?

    Hi,
    does anyone know, if or when SAP education will offer training classes for WebDynpro?
    I was looking for it on the Market Place, but could not find anything.
    Thanks,
    Patricia

    Hi Patricia,
         Unfortunately, the formalized training for Web Dynpro is still in the beta stages.  I was one of the instructors at the first session of RDWAS2 (which focuses on development within the Web Application Server 6.40 including heavy Web Dynpro content) that had external customers in attendance just last week.  The class was still in "Beta" mode and not open to the general public.  There is a bit of tweaking still to do on the content, but I expect you will see a general scheduling of the course in the near future.  (Formalized training can lag a general customer release by up to 6 months, but I think this one will be out more quickly.)
         Hope this helps,
           --Greg

  • For webdynpro component SALV_WD_TABLE, how do we deactivate the toolbar

    For webdynpro component SALV_WD_TABLE, how do we deactivate the toolbar for the alv list display?

    * Data declarations for instantiation
      DATA: l_ref_interfacecontroller TYPE REF TO iwci_salv_wd_table   ,
            l_ref_cmp_usage           TYPE REF TO if_wd_component_usage.
    * Navigate from <CONTEXT> to <NODES> via lead selction
      lr_node = wd_context->get_child_node( 'CN_FECLM' ).
    * Instantiate the ALV
      l_ref_cmp_usage =   wd_this->wd_cpuse_usg_alv_feclm( ) .
      IF l_ref_cmp_usage->has_active_component( ) IS INITIAL .
        l_ref_cmp_usage->create_component( )                 .
      ENDIF                                                  .
    * Get model
      l_ref_interfacecontroller = wd_this->wd_cpifc_usg_alv_feclm( ).
      l_value = l_ref_interfacecontroller->get_model( )             .
      wd_this->l_value_feclm = l_value                              .
    * Remove the standard buttons available on ALV toolbar
      l_value->if_salv_wd_std_functions~set_sort_headerclick_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_append_row_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_insert_row_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_delete_row_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_view_list_allowed( abap_false ).
      l_value->if_salv_wd_std_functions~set_sort_headerclick_allowed(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_edit_check_available(
                                                               abap_false ).
      l_value->if_salv_wd_std_functions~set_pdf_allowed( abap_false )      .
      l_value->if_salv_wd_std_functions~set_export_allowed( abap_false)    .

  • Time estimation for WebDynpro component

    Hi all,
    I am very new to WDA. If any body have idea about time estimation for ABAP webDynpro component based on complexity, please let me know.
    Format of writing technical spec for WDA component?
    Thanks in advance
    Regards,
    Rajesh yadla.

    Hi Rajesh Yadla ,
    Yet there is no any <b>Time-estimation matrix</b> is developed to calculate time for WebDynpro ABAP work .
    But I there are couple of factors based on which you<b> can develope your own</b> matrix kind of thing.
    I can tell you I am doing Dynpro Developement of around 5 view and with interacton with client we have Give 110 men days for this single application
    <b> Now how I have calculated it ?</b>
    Answer
    1) I first of all which <b>UI elements will be used and how much we Dynpro t</b>eam is Aware of It and How mwuch they are complex to use
    2) Is there then other depedancy like  A ) <b>Client want Classes and methods</b> to be developed and calling methods on click of button
    B) It was depedant over one <b>workflow also</b>
    So when things are clear about what functionality these 2 things will have my developement was useless
    3) how much awareness my consltnant have about <b>OOABAP and basic ABAP stuff that I need in project.</b>
    4) Most  imp is <b>Businees logic</b> and what exaclty client want ?
    how I will do it Dynpro ? Which Dynpro to go for WD ABAP or Java ( In my case we choosed ABAP is find it easy to play in ABAP enviro only ,)
    5 ) How many views you have ( genrally 5-6 days for view ) , how much Data transfer among views and Windows you need .
    6) Is developent need some backgrond RFC ,BAPI to be implementd .If yes how much time they will take ( In my case I am implementing for mySAP SRM which dont have many table and data  which client  So I wrote RFCs )
    7) Another factor is Documention and following Quality norms . Time for that too.
    This overall turns into final time you need .
    Time being this much only .
    <i>Hope this will give you clear idea.</i>
    <b>
    Cheers
    Parry</b>

Maybe you are looking for

  • When i try to open itunes its showing error 7 code 193

    when i try to open itunes its showing error 7 code 193. it wont let me open it at all. i dont want to lose my music. i did the repair option already and it did not work.

  • How do I get the truetype font to show the actual font in the font list

    I am trying to find an option somewhere in Yosemite, where I can elect to have the font list show the actual font face in list format.  It has been there prior to the Yosemite update, but now the list shows all fonts in the same font face.

  • Purchase document

    Hi experts, My question is if i know material number and plant how i will get purchase document numbers for these materials. kindly suggest. Thanks & Regards, chandra.

  • Error Code 8386003e - Ovi Suite

    That's a new one for me. "Re-install" MSFT Outlook. A little bit too drastic for me, adding to my frustration. I need a solution.

  • Server Restart

    Hi All, I have a strange issue. I have an application which has jsp and java files. This application is deployed on the J2EE server and this application interacts with the WD application. When i select a link on the JSP page my server is getting rest