WD ABAP: FileDialog in WebDynpro?

Hi there,
i would like to export implement an export function in my webdynpro(ABAP) application. I convert the content of a table into the csv-format and would like to save this file, e. g. on my desktop. Is there anything like a file dialog where i can chose the destination path and the filename?  Or how can I realize this problem?
Any ideas??
Kind regards,
Albert

Hi Albert,
have you tried the FileDownload UI element (see http://help.sap.com/saphelp_nw2004s/helpdata/en/09/a5884121a41c09e10000000a155106/frameset.htm) or se the file export functionality (see http://help.sap.com/saphelp_nw2004s/helpdata/en/13/a1764299d76255e10000000a155106/frameset.htm)
Regards, Heidi

Similar Messages

  • Where do i find daily posted question on sap abap and sap webdynpro abap

    Hi
    where do we find Daily posted questions on sap abap and sap webdynpro abap in scn sap  so that i can go through the questions and answer them .

    Hi,
    Go to the Content tab of any space and click on discussions. Then you can sort them by date created or any other
    For ex: This link for WDA discussions: - Web Dynpro ABAP
    You can also click on Receive email notifications for any space to get updates on that space.
    hope this helps,
    Regards,
    Kiran

  • Access ABAP table in Webdynpro Java application

    Hi All
    Is it possible to access ABAP table in Webdynpro Java application
    Please provide your input
    Thanks
    Karthi D.

    Hi you will connect to the remote SAP system, the
    backend, using an Adaptive RFC MOdel. To access database tables, you can make use of existing functions in terms of RFC function modules. For each function module you need, the system generates a corresponding Java proxy class. All the generated proxy classes and interface are bundled together in the RFC model and treated as part
    of your Web Dynpro project
    In WebDynpro java you RFC by using Model :
    Adaptive RFC Model
    1. automatically adapts to changes in function module signature
    2 provides support for data types and extensibility
    3.support for different structure definitions in different backend
    systems (release dependent structures, custom adaptation)
    Basic principles and guidelines
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11c3b051-0401-0010-fe9a-9eabd9c216de
    See this blog
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/faq%2b-%2bmodels%2b-%2badaptive%2brfc
    http://help.sap.com/saphelp_nw04s/helpdata/en/6a/11f1f29526944e8580c5e59333d96d/frameset.htm
    Thanks,
    Tulasi

  • ESS/MSS in ECC 6.0 are Abap or Java WebDynpro ?

    Hi ,
    We are on ECC5.0 and have ESS/MSS on Java WebDynpro . For ECC6.0 are ESS/MSS in ECC 6.0 are Abap or Java WebDynpro compoment ?
    Any watch out when updrading from ECC5.0 to  ECC6.0  ?
    Thank you .

    in ECC 6.0, ESS/MSS are WebDynpro Java calling ABAP backend function modules. However, be careful, there is a switch that enables SOME ESS services as ABAP WebDynpro (Especially in the Travel management area). Unless you use that switch all services are WebDynpro Java.
    when upgrading from ECC5.0 to ECC 6.0 you need to test again all ESS/MSS services. In ECC5.0, services are written as Portal iViews, so customizations you made to ESS in ECC5.0 may be lost.
    let me know if you still have questions.
    Tiberiu

  • Comparison between WebDynpro for ABAP vs. WebDynpro for Java ??

    Hi,
       Can someone tell me when should we go for WebDynpro for ABAP and when WebDynpro for Java. Is there any link where SAP recommends the one for the other.
    Thanks in advance
    Regards
    Mukesh

    Hi Mukesh,
    Both are having its own strengths!! )
    I think it all depends on your project requirement and the availabel resources.
    If the developer is good in OOPs ABAP then he must go for Web Dynpro ABAP. But if anyone is good in JAVA then that person should go for Web Dynpro JAVA.
    *In Short almost all Features supported in webdynpro ABAP are also Possible in webdynpro Java.
    1] Webdynpro Java
    Supports,
    webservice
    RFC Models
    Accessing Portal information in Java
    Easy sending E-mail
    Strictly follows MVC architecture which seperate Business logic and Process flow.
    Webdynpro Java is webbased programming model to develop SAP Applications.
    Easy to learn
    Easy to integrate in Enter prise portals.
    Dynanamic Programming
    *Easy access to R/3 Via RFC technology (Models)
    2] Web Dynpro ABAP
    As the name suggests Web Dynpro for ABAP uses exactly the same meta model as its cousin Web Dynpro for Java. A Web Dynpro component, a Web Dynpro view, a Web Dynpro model, a Web Dynpro controller have the same semantics both for ABAP and Java. The main difference is the designtime environment, the development infrastructure and the runtime environment.
    The designtime environment is properly embedded in the ABAP Workbench where Web Dynpro artifacts are simply a new category like BSP applications or classical dynpro based applications before. Also no surprises regarding the development infrastructure. The correction and transport system keeps track on all changes that are done, versions them and helps to propagate the Web Dynpro application from development to production like you would do with ordinary BSP or dynpro-based applications.
    Last not least the execution platform is the ABAP server that produces application content ready to be integrated in the NetWeaver Portal seamlessly. Features like portal eventing can be used between applications written in ABAP or applications developed with Java.
    Hope this helps and solve your Problem
    Cheers,
    Darshna.

  • Consuming ABAP Webservice in webdynpro java.

    hi All,
    i tried the all ways provided in sdn to create a webservice in ABAP when i test its working fine on j2ee server.
    when i call the same webservice from webdynpro its throughing this error can any body kindly help me in this.
    java.rmi.RemoteException: Service call exception; nested exception is: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (502) Proxy Error ( The ISA Server denied the specified Uniform Resource Locator (URL).  ). The requested URL "xxxxxxxxxx".
    Thank you.
    venkat.

    Hi Venkatramana,
    The class of the ProxyGenerator is com.inqmy.lib.wsdl.ProxyGenerator. It is located in <SAPj2eeEngine_install_dir>/cluster/server/additional-lib/inqmysoap.jar or <SAPj2eeEngine_install_dir>/alone/additional-lib/inqmysoap.jar file. In addition the following JAR files must be included in your classpath - mail.jar, activation.jar, inqmyxml.jar, inqmysoap.jar, located in <SAPj2eeEngine_install_dir>/cluster/server/additional-lib/ or <SAPj2eeEngine_install_dir>/alone/additional-lib/ directory. You need also the inqmy-lib.jar file in <SAPj2eeEngine_install_dir>/cluster/server/lib/ or <SAPj2eeEngine_install_dir>/alone/lib/ directory in order to run the generator.
    SAP Note : <a href="https://websmp201.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=547847&_NLANG=E">547847</a>
    Before deploying make sure the JCo’s are up and running
    Go to http://server:port/webdynpro/dispatcher/sap.com/tcwdtools/Explorer to check the status of JCo’s.
    Regards,
    Mithu

  • Consuming ABAP Webservice in Webdynpro app

    Hi,
    I have wrote a webdynpro app for consuming ABAP webservice. I used the procedure in the link below
    http://wiki.sdn.sap.com/wiki/display/WDJava/ConsumingABAPWebServiceinJavaWD
    Everything seemed to be went well, I created model and Webservice destinations. I have written the code for calling the webservice, which does not return data as part of response. I mean though the RFC returns data at the backend,its not showing the returned records in the webdynpro table.
    I have also tried checking the same by setting external break point. when the webservice is executed from my webdynpro app,it goes to the ABAP debugger and i could clearly see the records in the export parameters of RFC,but the same is not returned in the reponse object.
    Could any one let me know what could be missing. Any help is greatly appreciated?
    I have used the following code in Init method of my View
    Request_ZMYRFC input=new Request_ZMYRFC (model);
    wdContext.nodeRequest_ZMYRFC ().bind(input);
    ZMYRFC  req= new ZMYRFC (model);
    req.setPUserid("EDLAS00C");
    req.setPLtc("E");
    input.setMYRFC (req);
    IWDMessageManager manager = wdComponentAPI.getMessageManager();
        try
        wdContext.currentRequest_ZMYRFCElement().modelObject().execute();
          wdContext.nodeResponse().invalidate();
          wdContext.nodeZMYRFCResponse().invalidate();
          wdContext.nodeReturn_res().invalidate();
         wdContext.nodeItem_res_ret().invalidate();
          wdContext.nodeILtcg_res().invalidate();
          wdContext.nodeItem_res_ltcg().invalidate();
        catch(Exception e)
          manager.reportException(e.getMessage(), false);
    Thanks
    Santhosh

    santosh,
    Check provider system defination in nwa for webservice.After this mapp the provider system and service group after wd app deployed.This is mandatory while consuming webservice in webdynpro for latest versions of CE7.11 or later.for reference check this article/document. http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/50d70a19-45a3-2b10-bba0-807d819daf46
    Thanks,
    Murthy.
    Edited by: Murthy Karaka on Mar 22, 2010 12:59 PM

  • RFC Call from ABAP (R3) to Webdynpro EP

    Hi experts,
    I have a requirement to initiate a call from an ABAP program on R3 to a standard Portal (Webdynpro) API. Does anyone have any experience with this?
    I understand that normally Portal (Webdynpro) applications will make the RFC call to ABAP via the established JCO connection. However there's very limited literature elaborating how the call can be made in the other direction i.e. from ABAP R3 to Portal
    Anyone, please kindly advise how, if this can be done. Many thanks!
    Best regards,
    Lionel

    Hi,
    I'm trying to make a RFC call from the ABAP program to a built in Java method residing on EP. It is part of a suite of methods provided by the UME engine.
    Typically a call is made from a webdynpro program to a SAP ABAP function module. In this case, I'd like to make a call from the SAP ABAP report to the EP method.
    Best regards,
    Lionel

  • ABAP report in Webdynpro iview

    Hi All
    I have to show output of an ABAP report in a webdynpro iview. The original report output is in list format. How to show this report output in webdynpro iview?
    Please help.
    Thanks
    Raktim

    alternatively you could do something like below (this is what we do if we need to output in bsp pages)
    submit (report_name) and return exporting list to memory.
      call function 'LIST_FROM_MEMORY'
           tables
                listobject = listobject.
      call function 'WWW_HTML_FROM_LISTOBJECT'
           exporting
                report_name = report_name
           tables
                html        = html
                listobject  = listobject.
    html would hold the html version of the list which you can use it.
    Regards
    Raja

  • How to call ABAP transaction from Webdynpro in NWBC

    Hi
    I need to develop an Webdynpro application who lists Sales Orders. The Application is launched in NWBC DESKTOP version.
    This part is no big deal...
    But: i need to gain users the possibility to display the Sales Orders in T-CODE VA03 (ABAP) when they click a link in the list. How can i do that?
    I have tried to do a test like this:
    method ONACTIONTEST_LAUNCH .
      DATA: url TYPE string,
            query TYPE string.
      url = cl_nwbc=>url_construct( html_client        = abap_false
                                    canvas_transaction = 'VA03' ).
      cl_nwbc=>url_launch( url ).
    endmethod.
    But this url launches the HTML version of NWBC (inside the Desktop version...). and i want the system to launch the ABAP system.

    Hi Jakob,
    I would use Object Based Navigation in this case (OBN). With OBN you can define an OBN target in your WDA application and map that target to a transaction in your PFCG role.
    Here is some help
    http://help.sap.com/saphelp_nw74/helpdata/en/4c/5bdc7f97817511e10000000a42189b/content.htm?frameset=/en/66/48a793bc2f4ec5bdb8e7e93ea6cd9f/frameset.htm
    Hth,
    Simon

  • Integrating ABAP workflow in WebDynpro java

    Hi Friends,
    I have a requirement from the client where I need to add some additional services (Functionalities) to the existing ESS application.
    1. The ESS package already contains many standard DC's such as for "Address","Who is Who" etc.Now I am adding a new functionality "Allowances" to that.
    2. I am not using FPM based development architecture to acheive the same.Instead the ABAP team has created a workflow ,so that the approvers in this "Allowance" service can get their approval in their UWL.
    3. Please help me in finding a sample code or let me know how do I do the same using webdynpro java and integrate it as a service in the standard ESS package.
    If anyone has got some documents pls share the same : meet.raj34ATgmail.com
    Regards,
    Ranjan

    Hello Giang,
    You will need at least a placeholder object. Have a look at ESS Leave request - WS12300111 - it functions exactly as per your scenario.
    Cheers,
    Mike

  • ABAP Vs JAVA WebDynpro

    Hi friends,
    I have 6yrs of experience in SAP ABAP/4. I am new to WebDynpro. I have a pretty small question.
    Among ABAP WebDynpro and JAVA WebDynpro, which one will have more demand in future wrt market requirement.
    Thanks in advance for the information.
    Rgds,
    AK

    Hi AK,
    I have worked on both and following is the difference:
    Web Dynpro for ABAP:
    Web Dynpro for ABAP or Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web applications in the ABAP environment. It consists of a runtime environment and a graphical development environment with special Web Dynpro tools that are integrated in the ABAP Workbench (SE80).
    The use of declarative and graphical tools significantly reduces the implementation effort
    1) Web Dynpro supports a structured design process
    2) Strict separation between layout and business data
    3) Reuse and better maintainability by using components
    4) Automatic operation of the Web Dynpro application using the keyboard
    5) User interface accessibility is supported
    6) Full integration in the reliable ABAP development environment
    for more see this:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm
    Web Dynpro for Java:
    Web Dynpro is a client-independent programming model of the SAP NetWeaver technology platform for developing user interfaces for professional business applications. It is based on the model view controller paradim which ensures that the business logic is separated from the presentation logic. This architecture is visible in the Web Dynpro perspective of the SAP NetWeaver Developer Studio (NWDS).
    Web Dynpro helps you with the development of Web applications by:
    1) Ensuring platform-independence with the meta model approach
    2) Minimizing the implementation effort through declarative programming
    3) Supporting a structured design process by applying the model view controller paradigm
    4) Providing reuse and better maintainability by using components
    5) Providing graphical support with tools in the Web Dynpro perspective
    6) Providing the SAP NetWeaver Java Development Infrastructure (NWDI) which supports team work with different services such as source code versioning and the Central Build Service.
    for more see:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/15/0d4f21c17c8044af4868130e9fea07/content.htm
    The concept of Web Dynpro ABAP is identical with Web Dynpro Java and offers more or less the same functions
    Hopw this will help you.
    Cheers,
    Darshna.

  • Serialisation failed  : ABAP webservices  as webdynpro model

    Hi All,
             I have created a webdynpro application consisting of a ABAP webservice model  . This webservice takes some input parameters which are  optional and give output which we are displaying as webdynpro table.. we have successfully deployed and run it on our development server .
    We have transported the EAR to Quality server after changing the target address under model> webservice> logical port corresponding to Quality webservice URL..
    But at quality server it is giving "Serialisation failed" for particular input parameter. for rest of the input parameter proper output is coming  .
    Please tell the possible solution.
    regards
    Poonam

    The input that you are trying to give might not be complaint with the data that you are providing .. go to http://server:port/wsnavigator and give the data there and test .If the data type and the length of the input parameter are not complaint with the data that you are providing u will get that error

  • How to Embed FPM ABAP into a WebDynpro ABAP Application

    HI all,
    I've embedded a custom  FPM component a custom WebDYnpro application and I've coded this:
          DATA: lo_usage TYPE REF TO if_wd_component_usage,
                ls_conf_key TYPE wdy_config_key.
          lo_usage = wd_this->wd_cpuse_po_manage_fpm_usage( ).
          IF lo_usage->has_active_component( ) = abap_true.
            lo_usage->delete_component( ).
          ENDIF.
          ls_conf_key-config_id = 'ZWD_SRM_PO_MANAGE_OIF'.
          TRY.
               CALL METHOD lo_usage->create_component
                EXPORTING
                  component_name   = 'FPM_OIF_COMPONENT'
                  configuration_id = ls_conf_key.
            CATCH cx_wd_runtime_api .
          ENDTRY.
    My application is called (debug stops) but the screen that's rendered is an empty screen with Start and Close buttons (the initial screen which is normally displayed is not in this case).
    What could the problem be?
    Also, how can I pass parameters to my FPM application? (According to the PDF guide, app_parameters can't be used!)
    Thank you.

    Hi ,
    Did you find a solution to your problem?. I'm trying to do the same kind of thing and have the same problem.
    Thanks.

  • ABAP Report in WebDynpro

    Hi all!
    Is there a way to integrate ABAP Reports in Web Dynpro Applications? - apart from changing the ABAP Report in a way like: return a stringtab with all the results of the write statements of a report.
    Best regards!
    Christoph

    Hi Christoph,
    a further possibility of integration is via SAP Enterprise Portal: you create iViews both for the Web Dynpro application and the ABAP report; a loose coupling of the two iViews can be achieved through Object Based Navigation (e.g. to transfer startup parameters from the Web Dynpro iView to the ABAP Report iView).
    Patric.
    Forgot to add an information link on this: Find a description of WD and OBN in Jochen Gürtler's article
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how to use object-based navigation within a web dynpro java application.pdf

Maybe you are looking for

  • Will rotting void BestBuy's warranty, or/and Manufactur​er's?

    Will rooting void Samsung's 1-year warranty and/or BestBuy's 2-year extended warranty? I really, REALLY want to know.

  • FaceTime not working in my new Macbook Air

    Hi!  I just bought a macbookair and i understand that facetime is part of the bundled apps already. I am just wondering how come it is not working. I tried registering and got a reply that my user id has been verified BUT it's up to there only. When

  • Reports hangs: formatting page N....

    Hello, I have form letter report in oracle report 10g. This report has many format triggers and formula columns. The problem is these reports sometimes hang and others not. Any idea??? Thanks!!!! Is urgent. I am desperated.

  • FTP_CONNECT: User ------- has no access authorization for computer -------.

    Hi, could anyone please help me resolve the following issue: When i run the code below, it comes back saying "could not connect to "host". When tried to run in debug or test the FM "ftp_connect" it says "user ..... has no access authorization for com

  • XSU Insert Problem with ORA-00001

    Hi, I am writing an application which will extract a series of tables from a source database and then populate a target database. I am using the XSU utility to extract each table individually into its own physical XML file. The extraction goes well,