Designing ABAP webdynpro to XI

Hi
I want to design an ABAP webdynpro with two fields; one field with an ID and another field to display a result.
I enter the filename/ID then XI fetches the file and returns the content to display in Webdynpro.
Please do the needfull.
Regards,
Varun

hi,
Tell me in brief exactly what you want through Webdynpro ABAP
Regards
Ricky

Similar Messages

  • Zci type ADOBE Interactive Form in ABAP Webdynpro short dump

    Adobe Reader version 8.1.2
    Life Cycle Designer version 7.1.4270.1.421766
    ECC 6.0 patch 13
    When I ran the 'FP_PDF_TEST_00' , it shows
    Version Information: 710.20061024154505.342190
    In my ABAP Webdynpro app., it has 3 inputfields.
    In the Form layout, I changed the form layout type to 'ZCI' for interactive form, and Insert the WebDynpro Script.
    And in the ABAP Webdynpro view layput designer, I enabled the pdf form element.
    All objects compiled without any problem.
    During the runtime, it got the following short dump:
    21 METHOD       CX_WD_GENERAL=================CP    CX_WD_GENERAL=================CM003     5
        CX_WD_GENERAL=>RAISE                                                                     
    20 METHOD       CL_WD_ADOBE_SERVICES==========CP    CL_WD_ADOBE_SERVICES==========CM008   193
        CL_WD_ADOBE_SERVICES=>CREATE_PDF                                                         
    19 METHOD       /1WDA/LADOBE==================CP    /1WDA/LADOBE==================CCIMP  1955
        CL_INTERACTIVE_FORM_ZCI=>IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT                         
    Our BASIS sent me the ADS trace:
    SAP Interactive Forms by Adobe
    Render Error Report
    'pdf' Log Entries
    restoreState is not a valid attribute of subform, Attribute not loaded. Line 5.
    Invalid node type: dataGroup
    The fault occurred on line 0.
    The SOM expression '$record.BAPIBNAME' for the dataRef specified on field 'BAPIBNAME', resolved to an incompatible node type of 'dataGroup'.
    Any comment or advise?

    Hi,
    As far as i know when you use Adobe forms in a WD4A application, language is your "web" connection language.
    You can have a look at standard class CL_WD_ADOBE_SERVICE, it's used when generating an adobe forms from WD4A. , more particulary look at method DETERMINE_DOCPARAMS.
    regards

  • Call module pool screen from ABAP Webdynpro

    Hi All
    I designed one screen in normal classical dynpro in SE80 for module pool program. I want to call that screen layout design in webdynpro view layout.
    So please help me how can i call that module pool screen from my ABAP webdynpro 

    Hi
    Thank you for your great replay. But Mr Ramakrishnappa and Mr Katrice as your reference i go through that but when i insert the program name and screen number program is end with a run time error saying
    dynamic type conflict when assigning reference.
    Please refer the below snap shot

  • ABAP WEBDYNPRO - What is it all about ?

    Hi Guys & Gals,
    I am doing ABAP for last 5 years. Planning to learn ABAP WEBDYNPRO from any SAP education partner. But i don't know JAVA and Classes and Methods(Scared of these).
    1. Can i cope with ABAP WEBDYNPRO ?
    2. Is it more programming or layout design or configuration or what it is ?
    3. How is the scope ?
    Kindly provide as much info as you can. I should decide quickly will it fit for me or not.
    Thanks
    Raj

    Hi Raj kumar,
    Welcome to Web Dynpro for ABAP forum.
    As you said you have good knowledge of ABAP.That is enough to learn WDA.But you should aware of ABAP OO concepts prior learning WDA.No need to think about java classes.
    There are many threads,articles and sap documents to learn Web Dynpro for ABAP.You can easily learn through them.If you have any doubts you can post in this forum to get clarification.

  • TABLE DATA in PDF FORM  Through ABAP WEBDYNPRO

    Hi Friends,
    I have to Populate  SAP TABLE like MARA,VBRK table into PDF form throught ABAP Webdynpro.
    Can you send STEP by STEP Example Doc.
    Thanks In Advance.
    Gautam.

    Hi,
    To display the Table in the Adobe Form you must create a WebDynpro Context.
    In WebDynpro Context, in the main node create another node like A1 with cardinality 0..n and in this node create attributes FIELD1 and FIELD2 and so on.
    Now goto method and in that method using code wizard read the node A1.
    And use the below code snippet sample in your program, i.e. code this under respective method of the webdynpro.
    *Declare the TYPES
    TYPES : BEGIN OF TY_TABLE,
    FIELD1 TYPE SOMETYPE,
    FIELD2 TYPE SOMETYPE,
    END OF TY_TABLE.
    *Define Internal Table and work area.
    DATA : IT_TABLE TYPE STANDARD TABLE OF TY_TABLE INITIAL SIZE 0.
    SELECT FIELD1 FIELD2 FROM TABLENAME INTO TABLE IT_TABLE.
    lr_node_info->bind_table( IT_TABLE ).
    And now goto Layout and give the TemplateSource and after that it asks for the interface name fill on that and select the relevant context. Now the LiveCycle Designer opens. There goto DataView pallette, there you can see the context of the webdynpro, now you simply drag and drop that table, a table is being created in the Layout Designer.
    Regards
    Pradeep Goli

  • Travel management in ABAP-webdynpro(ECC-6.0)

    Hi All,
    I have a requirement in which the screens of travel management has to be designed in ABAP-webdynpro.
    I know that screens are available in ESS-6.0 netweaver component but I want ABAP-webdynpro screens in ECC-6.0.
    I was just curious to know if any standard ABAP webdynpro screens are available in ECC-6.0 for travel management.
    Please revert back ASAP. Points will be awarded as per forum rule.
    Regrads,
    Guru

    Hi All / Raynard,
    Your answer was very useful.
    We are trying to install SAP ECC 6.0 enhancement package 2 but we have some problem in the same as we are not able to find the same in sap marketplace. Can you please post me the direct link to download or any info regarding the Enhancement Package-2.
    We have also version prior to ECC 6.0 . So can you please tell me how to look into the Java-webdynpro components those which are related to travel management.
    Your ealiest answer will be much appriciable. I will be rewarding points according to forum rules.
    Regards,
    Guru

  • Graphs in Abap Webdynpro

    Hi
    All
    I have one requirement that i have to plott two curves in one GRAPH in ABAP WEBDYNPRO.
    One curve shows standard baby growth in months on X-axis and height on Y-axis.On the same graph
    i have to show particular baby growth on the same X-axis and height on Y-axis in another curve.
    Please help me regarding this.
    Thanks and regards
    Venkateswar

    You want to show Particular baby growth and standard baby growth on the same graph am i right?
    I have a simple question for you.do you know how many babies are there during the design time?
    if you dont know how many are there during the design time then you have to create the Serieses dynamically.
    This is the code to create dynamic graph.
    method wddomodifyview .
    data:lr_graph type ref to cl_wd_business_graphics,
         lr_cat type ref to cl_wd_category,
         lr_series type ref to cl_wd_simple_series,
         lr_container type ref to  cl_wd_uielement_container,
         lr_flow type ref to cl_wd_flow_data.
         lr_container ?= view->get_element( 'ROOTUIELEMENTCONTAINER' ).
       lr_graph = cl_wd_business_graphics=>new_business_graphics(
    *             BACKGROUND_COLOR     = BACKGROUND_COLOR
    *             BIND_CATEGORY_SOURCE = BIND_CATEGORY_SOURCE
    *             BIND_ENABLED         = BIND_ENABLED
                  bind_series_source   = 'SERIES'
    *             BIND_TOOLTIP         = BIND_TOOLTIP
    *             BIND_VISIBLE         = BIND_VISIBLE
                  chart_type           =
    cl_wd_business_graphics=>e_chart_type-columns
                  customizing          = 'chart1.xml'
    *             DIMENSION            = E_DIMENSION-TWO
    *             ENABLED              = ABAP_TRUE
    *             FONT_FAMILY          = FONT_FAMILY
                  height               = 300
                  id                   = 'GRAPH2'
    *             IGS_URL              = IGS_URL
    *             IMAGE_SOURCE         = IMAGE_SOURCE
    *             MAP_SOURCE           = MAP_SOURCE
    *             ON_ACTION            = ON_ACTION
    *             TOOLTIP              = TOOLTIP
    *             TRANSPARENT_COLOR    = TRANSPARENT_COLOR
    *             VIEW                 = VIEW
    *             VISIBLE              = E_VISIBLE-VISIBLE
    *             WIDTH                = 300
    lr_cat  =      cl_wd_category=>new_category(
                       bind_description  = 'SERIES.COMP1.DESCRIPTION'
    *                   BIND_EVENT_ID    = BIND_EVENT_ID
    *                   BIND_TOOLTIP     = BIND_TOOLTIP
    *                   EVENT_ID         = EVENT_ID
                        id               = 'CAT1'
    *                   TOOLTIP          = TOOLTIP
    *                   VIEW             = VIEW
    lr_graph->set_category( the_category = lr_cat  ).
       lr_series =    cl_wd_simple_series=>new_simple_series(
                           bind_value     = 'SERIES.COMP1.COMPANY1'
    *                      CUSTOMIZING_ID = CUSTOMIZING_ID
    *                      EVENT_ID       = EVENT_ID
                           id             = 'SERIES1'
    *                      LABEL          = LABEL
    *                      TOOLTIP        = TOOLTIP
    *                      VIEW           = VIEW
           lr_graph->add_series(
    *           INDEX      = INDEX
               the_series = lr_series
    lr_flow = cl_wd_flow_data=>new_flow_data( element = lr_graph
    lr_container->add_child( lr_graph ) .
    endmethod.
    To customize the chart
    1. Create a chart through Chart desiner and save as XML file.
    2. Import this XML into your Web Dynpro component through MIME.
    also check this link to know how to create gragh
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca932ebc-0901-0010-68a0-b4dd81a4bf81
    Thanks
    Suman

  • Your opinion on:  BSP or Java Webdynpro or ABAP Webdynpro?

    Could you please give me your opinion on the business scenario we have here:
    We are implementing SRM 4.0 with backend R/3 4.6C, WAS 6.4 and Portal 6.0. SRM has its typical shopping cart applications mainly for procurement and the workflow trail displaying the approval. The client wants us to build a few custom forms on the web frontend of SRM (or may be in Portal). The idea is to store these forms and display when needed with the status info just like a shopping cart.
    <b>Now the requirements for these forms are as follows:</b>
    1. These forms will have multiple fields which need to have the F4 kind of help. (the F4 options will reside in SRM or R/3)
    2. The form should have some kind of a ALV grid  (autoexpanding feature) which will allow the user to put in multiple line items so that they could submit more items on one form.
    3. Users need to be able to attach a spreadsheet to the form which should not be editable once the form is submitted. The attached spreadsheet should be stored. (We are planning on using Archivelink Filenet for this)
    4. Upon submission, a workflow will be kicked off as per the defined Org structure for approval of the form.
    5. After submission, the user should be able to go and view the approval status of the form and also print the summary of the values that he entered in the form. (may be a smartform could be provided for this)
    We looked at different options to accomplish this task:
    <b>BSP:</b>
    Creating BSP pages and giving access as links to the user on the webfrontend of SRM. Now, if we go the BSP route, we need to develop in SRM as the R/3 4.6 c does not have BSP development capabilities. If we take this approach, I am not sure if all the above requirements (specially like attaching spreadhseets) will be met with BSP pages.
    SAP Webdynpro Java: 
    It seems that the Webdynpro is easier to use because of the graphical tools available. But the only problem if we go this route is that we will have to find a java guy.
    SAP Webdynpro ABAP:
    We currently have WAS 6.4. As per the documentation, the ABAP Webdynpro development tool is available from NW04s onwards. So, we are still not sure if we could use it. But, we want to push towards upgrading if necessary. Being an old time ABAPer, developing ABAP Webdynpro seems do-able. (i know it may not be that easy).
    Last but not the least, DIALOG Program:
    Creating a dialog program in R/3 or SRM seems fairly simple. Then, an iview could be created on the portal for this transaction, though at this point I am not sure how a spreadsheet could be attached and stored within a dialog program.
    The creation of the workflow may not be that bad after the original form is designed. The graphical display of the approval trail might be difficult, but we might get away with a report for that. For printing the details of the form, I guess I could develop a smartform and put out a button on the screen to print it out in the display view.
    Could you please give me your opinion /  best approach for accomplishing this task, keeping in mind the complexities of these new dimension products?
    Thanks
    Sri

    I would say that all four solutions to solving your tasks are technically feasible.  Here are some thoughts that I had however:
    First ABAP Webdynpro: it is true that ABAP webdynpro is only available with Netweaver04s.  04S is still in ramp-up which means that only a subset of the customer base is allow to implement it.  It will not become generally available until later this year (check the service marketplace for current release estimates).  That being said, it probably elimintes WDA as a possiblity for your project unless you are will to wait and to upgrade.
    However having worked with WDA for a while it is probably the best tool to custom develop what you describe.  It has excellent built-in F4 value help.  It also has a damn fine ALV grid implementation.  The spreadsheet could be just as simple as file upload in binary or your could try your hand at office integration.  Finally for the form you could use Adobe Interactive Forms which also has very nice integration into WDA. 
    Now to Dialog Programming: You could of course use dialog programming.  It seems a little bit of a waste to custom build something so large if WDA is in your near future.  There are obvious disadvantages (little OO structure, no MVC, etc).  You would have ALV grid, office integration and of course F4 help.  You could still use Adobe forms if you implement this on the 640 system.  However there are integration points with dialog and Adobe Interactive Forms.  You could still use printed forms however. If you did the dialog program on the 640 system, you could use the integrated ITS to expose it to the web.  The integrated ITS in my experience has quite nice performance although the look and feel remains just like the SAPGui.
    The Java Webdynpro route:  Well you hit the nail on the head - if you don't have a Java programmer already and you don't have the bandwidth to invest in learning Java, this can be a problem.  The Java Webdynpro environment is quite nice.  There are some things I like better than ABAP and some things that ABAP is defintely still better at.  However when it comes to heavy integration with an ABAP backend - ABAP Webdynpro is still the way to go.  Java Webdynpro does have a help feature (OVS), but it isn't "for free" or nearly as nice as the ABAP Webdynpro (perhaps it will get there some day).  That is one of the major advantages of WDA - its closeness to the business data brings several framework advantages like F4 and field help.  WebDynpro Java in 640 also doesn't have an ALV grid implementation.  I am sure that this is something both environments will eventually have, but right now ABAP has the advantage.  On the other hand, Webdynpro Java has equal support when it comes to office integration, file upload, and Adobe Forms support.  You would have a more difficult time integration SmartForms however.
    Finally we come to BSP.  Honestly if I were in your position I would probably choose BSP (unless you could wait for the ABAP Webdynpro upgrade).  You could build a nice MVC OO application using BSP (stateful or stateless).  The BSP product is mature and quite well documented thanks to SDN.  You have the BSP Extensions which when used in Design2003 use the Unified Renderer.  That means that your output will look nearly identical to the same UI elements in Webdynpro.  Also BSP supports portal integration (session management, eventing, and themes). 
    The downside to BSP is that it isn't a full framework (also one of its advantages).  You can insert all your own html and javascript (unlike webdynpro). But this also means that SAP doesn't delivery as many framework services.  For instance there is no ALV or Value Help.  There is no Office Integration or Adobe Forms integration.  There is some farily good Smart Forms integration.  Now the upside- many people have already hit these limitations and overcame them.  In the weblogs on SDN and in a certain SAP Press book (cough, cough) you will find out of the box solutions for many of these problems.  You can find ready to use solutions for Adobe Integration, Office Integration (using Microsoft Office Web Controls), and F4 help.  It will mean investing a little more time up front to get this "home grown framework" up and running - but it is perfectly feasible. 
    There is a learning curve to all these new technologies however.  This sounds like an abmious project.  I wouldn't want to try and tackle this project in any of these technologies if I was new to them.  With Webdynpro or BSP - consider giving yourself time to learn the environment and cut your teeth on some demo apps before jumping into such a huge development.

  • Create New ABAP WebDynpro

    Hi
    I have completed a working approval process in ECC6 for trip expenses. This will be eventually used via ESS in the portal. (EP7).
    As part of the process in ECC6 I have a couple of new Dialog screens that allows the user to choose an approver.
    My question is, how do I (and what do I use) to convert these new ABAP screens into components of (would they be components, not sure of terminolgy) ABAP WebDynPro, so that they can be seen and used from within the portal.
    Thanks
    John

    Hi,
    you can use [screen design time conversion|http://help.sap.com/saphelp_nw70/helpdata/en/30/f2156a26fb4b4d86c5b0ce9f86bfb3/frameset.htm] for the screen layout. For portal integration, see the [documentation|http://help.sap.com/saphelp_nw70/helpdata/en/42/f81cfe63291bc9e10000000a11466f/frameset.htm]
    Regards, Heidi

  • Advantages of ABAP Webdynpros over BSP??

    Hi,
    We are currently in ECC6.0. Is ABAP Webdynpro advantageous over BSP for any UI development ECC6.0 onwards in general?
    Specific requirement for which BSP is needed - we need a single application for a Help Desk team to handle calls from customers. The application will have multiple screens with data flowing into this application from multiple sources.
    Need inputs on the above....
    TIA,
    Regards
    Deepthi

    >Both webdynpro and BSP call ABAP function modules from HTTP. The BSP interface does this via programming in SE80, the webdynpro does this via programming in the Java development workbench. The BSP enters the SAP systenm via the ICM and is 'routed' to ICF where call are then made to executre ABAP (a good example is we use SOAP BSP's). Webdynpro routes via the ICM to the Java engine which then executes the Java to call the functions via an RFC interface called a JCo connection.
    There are many incorrect statements in your posting.  You appear to be compairing BSP to Web Dynpro Java - not Web Dynpro ABAP. Why would you do this in a Web Dynpro ABAP forum posting?  Of course everything you stated about Web Dynpro running on the Java engine and using JCo and being programmed in the Java development workbench is totally wrong if you are comparing to Web Dynpro ABAP.
    Here is the explaination of the differences from the SAP Press Book: Next Generation ABAP development (page 303):
    Web Dynpro ABAP is SAPu2019s new UI strategy, which was introduced in SAP
    NetWeaver 7.0. It is based on the Model View Controller (MVC) paradigm
    that separates business logic from the user interface logic. Developers, like
    Russel, can use this tool to develop robust business applications quickly and
    easily, without ever having to deal with the inner coding of the user interface
    elements.
    The Web Dynpro ABAP framework provides a WYSIWYG view editor (What
    You See Is What You Get) where the developer simply drags and drops the UI
    elements into the view. This means that there is no coding of the UI elements.
    This is not the case when working with Business Server Pages (BSP),
    where the developer must know some HTML or JavaScript in order to code
    the user interface.
    The Web Dynpro framework approach can be viewed in a number of ways.
    If a developer is not proficient in HTML or JavaScript, the Web Dynpro
    ABAP tool looks pretty good. He doesnu2019t have to worry about coding the UI
    and he can focus more on the business application logic. On the other hand,
    if the developer wants to add his own look and feel or some additional UI
    functionality to the Web Dynpro ABAP UI, he canu2019t. The UI implementation
    is hidden from the developer and cannot be manipulated, such as adding
    your own HTML or JavaScript. The reason for this protection is that Web
    Dynpro was developed to provide a standard business application user interface
    across all applications that leverage this tool.
    There is another advantage to the client abstraction approach that Web Dynpro
    takes. When you design a user interface in Web Dynpro, what is saved is
    just a metadata representation of the layout and elements. In other words,
    Web Dynpro is not tied to just HTML and JavaScript as its output medium.
    The Web Dynpro runtime analyzes the type of client that is making a request and responds with the appropriate rendering output. Today that means web browsers are making the request and receiving HTML and JavaScript. But, in the future, when the next great UI revolution occurs, you wonu2019t necessarily
    have to recreate your applications to take advantage of it. Already you can see examples of a smart client and Adobe Flex based rendering engines for Web Dynpro. Switching to these alternative presentation tools requires no coding changes within the applications themselves.

  • Running R/3 reports from ABAp webdynpro

    Hi experts,
    I have a theoretical question:
    There is normal ABAP report (not webdynpro) in the R/3 system.
    Is it possible to run this report form an ABAP webdynpro application?
    In my understanding this means, I have to create the Selection screen of the report in Webdynpro,  then call the report from the R/3 system like:
      SUBMIT Z_REPORT
          WITH PNPPERNR = PERNR-PERNR
          AND RETURN
          EXPORTING LIST TO MEMORY.
    then retrieve the values
        IMP_KEY-PERNR = PERNR-PERNR.
        IMP_KEY-SEQNR = '99999'.
        IMPORT it_result FROM MEMORY ID IMP_KEY.
    Of course when I have the results I have to create another view, with a table to display it.
    My questions are:
    -Is my way of thinking correct?
    -Is there any other way to do this?
    Thanks
    N.G.

    >-Is my way of thinking correct?
    Pretty much so.  I guess best design long term might be to rebuild the report as native Web Dynpro - perhaps separating the data selection and logic out into a class.  However this is good way to reuse existing development.
    I notice that you have an explict IMPORT FROM MEMORY.  I assume this report is doing some custom export to memory. If you just want the list output without needing anything special within the report being called, then you should use the function module LIST_FROM_MEMORY and LIST_TO_ASCI. However if you place an export int the inner report the returned contents are probably easier to process than the list format.  I guess its really your choice.
    -Is there any other way to do this?
    This way is pretty direct.  You could redesign the report, but I'm assuming you are asking for other ways to reuse the existing report.  Your main concern might be if the report takes to long to run.  You might have to submit the report to the background.  This will likely require changes to the report to write the results into a database table instead of exporting to memory. However this has the added benefit of freeing the dialog work process of the WDA while the report runs.

  • Interactive Gantt Element & UI feasibility - ABAP Webdynpro

    I have a requirement to design a interactive timeline chart in ABAP webdynpro. Infact, the UI should be a replicate of CM33[Capacity Planning Workbench] standard transaction in our SAP. Can you let me know whether its possible to design such a interactive graphical UI in ABAP Webdynpro without using any JAVA coding/controls/plugins???
    In my R&D, I have found that instead of using Business Graphics, Gantt UI can be used which will provide more interactive [lot of event handling] options. But it seems Gantt UI has to be used with XML and JNET.I don have any idea on this. I went through some of the documents but im not able to understand. Is it that JNET understanding requires JAVA skills.  I dono how to design the frontend with Gantt UI and i could not find any useful documents.
    Can you please help me stating whether this Capacity planning [CM33 transaction] can be replicated using only ABAP Webdynpro through Gantt UI element or any other UI without using JAVA coding.?? It will help me alot if you can provide some documents on the same..
    @Thomas jung

    You don't need to code any Java to use the Gantt-Plugin (JNET) in Web Dynpro ABAP. Although it is written in Java, you feed the plugin with an XML-file which contains the data in the required format. That format is extremely complex. You find the documentation below.
    For learning purposes I recommend the Web Dynpro Applications:
    - WDR_TEST_GANTT
    - WDR_GANTT_TEST
    You have to analyse the XML-files which are attached as MIMEs to the WD components. For your own solution, you will have to transform your data into that xml format, e.g. by a Simple Transformation oder XSLT.
    [Documentation Web Dynpro UI Element Gantt|http://help.sap.com/saphelp_nw70ehp2/helpdata/en/68/248841a79f1609e10000000a155106/frameset.htm]
    [JNet/JGantt Developer Documentation|http://www.sdn.sap.com/irj/scn/index?rid=/lw/uuid/f010ec31-9658-2910-3c83-c6e62904eceb&overridelayout=true]
    The JNet Documentation contains additional examples, sadly there is none for Gantt. But it shows clearly the power of JNET.
    If you get your hands on a PPM 5.0 installation, I highly recommend to analyse the newest cProjects-Gantt-chart which is amazing.

  • IE Script error when double clicking on a view in Abap Webdynpro component

    Hello experts,
    I am running mini SAP trial version 2004 with Internet explorer 7.0 and also installed gui patch 23.
    I am making a sample application in SE80 and when double clicking on a view in Abap Webdynpro component I get following error:
    <b>Internet Explorer Script Error</b>
    An error has occured in the script on this page.
    Line: 1
    Char: 1
    Error: 'wdp_show_menu' is undefined
    Code: 0
    URL: http://satellite5200:8000/sap/bc/wdvd/painting.html?_vdrespkey=EOJ6V1JQMX0VLTQ7AP6DQM64Y&_vdframe=painting&sap-client=000
    Do you want to continue running scripts on this page?
    Thanks in advance.
    Bhupendra

    Hi Bhupendra,
       If you are seeing this error in the Se 80 editor , i guess you can ignoire that ...While running the application it will not show any error.
    Thanks
    Anzy

  • SOFM: Dsiplay method is not working when called from ABAP Webdynpro

    Hi All,
    I want to open an attachment from ABAP Webdynpro.
    I have approached in this fashion:
    1) Get the attachments as SOFM object key
    2) On Click of a link on Webdynpro, I am calling a function module within which I am creating an instance of the SOFM object
    3) Then I am calling the DISPLAY method
    It is not opening.
    But, if it opens when I driectly execute the function module. It open when I directly test the business object.
    Any Idea ?
    Thanks & Regards,
    Deb

    Display Method uses the Dialogue Module, You should not access such methods in web dynpro which are SAPGUI specific.
    Web Dynpro Applications are run in Browser environment which cannot understand Dialog, it can understand only HTML.
    Read the attachments and get the content and use FileDownload UI element to show it to user.
    Abhi

  • Error while trying to call a ABAP webdynpro appl. as a link on html form

    Hi,
      When I am trying to call a ABAP Webdynpro aplication as a link on html form. I get the following error
    Error when processing your request
    What has happened?
    The URL http:///sap/bc/webdynpro/form_ap/ (Path of ABAP webdynpro application) was not called due to an error.
    Note
    The following error text was processed in the system DRD : Error in Web Dynpro Runtime System
    The error occurred on the application server DRD_06 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: GET_REQUEST_INPLUG_PARAMETERS of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
    Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
    Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP 
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system DRD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server DRD_06 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server DRD_06 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http -c: 102 -u:  -l: E -s: DRD -i: DRD06 -w: 0 -d: 20081002 -t: 032939 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Any help will be greatly appreciated.
    Thanks
    RM

    RM,
    url clearly shows that it is unable to get host and port.check how you are building that url in html page
    Thanks
    Bala Duvvuri

Maybe you are looking for

  • Unable to search for first record using the Preview tree

    Post Author: TheBig1980s CA Forum: General Hello: Users are unable to search for the first record in the Preview tab's tree.  The reason for this is because the first record is within the first page header of the report.  My guess is that, by design,

  • Youtube Not working in Mozilla Firefox 30.0

    in youtube any video play for 1 Sec and Stop. black screen came and showing error

  • Error when i try encrypt a file

    Hi, Folk, I don't know if this is the correct Forum to make this Question, but here your are... I'm trying encrypt a file throw a web service, this file was generated by htmlToPdf and my Document don't have the real data, have a Document Manager refe

  • Creating alias in Jdeveloper

    I imported a project folder from IAS to JDeveloper. IAS version had many aliases defined and jsp pages use these aliases. Can I create alias in JDeveloper like we do in IAS's httpd.conf (ie Alias /image /Ias_Home/image). I know that I can use web.xml

  • Change the format of ALL text captions

    In Captivate 7, I have a simulation; text captions are gray, I want to color them green ALL OF THEM, in a single step. How? Thanks.