Caling WD Application from one program

Hi Experts,
How i can call the WD Application from one program without creating  the TCODE for the WD application.
Thanks
Mahesh

> I want to call the WD Application from a report without tcode.. Is it possible?
Hi Create a Push button In your report., On Click of button
call function call_browser
and pass your WDA url to this FM.,
else If you want to display in SAP GUI it self., use cl_gui_html_viewer  class and disaply that url...
hope this helps u.,
Thanks & Regards,
Kiran

Similar Messages

  • Execute bsp application from abap program

    How can I do to execute a bsp application from abp program ?
    I have two parameter in enter : text and language.
    And i have one paramenter in exit : translated text.
    Thanks for you help.

    but how to retrieve the result of the bsp ?
    Here is my source code :
    data: url type string,
             l_appl type string,
            l_page type string,
            l_params type line of TIHTTPNVP,
            params type TIHTTPNVP.
      l_appl = 'ZAPI_TRADUCTION'.
      l_page = 'appel.htm'.
      l_params-NAME = 'text'.
      l_params-value = 'pour le moment test'.
      append l_params to params.
      call method cl_http_ext_webapp=>create_url_for_bsp_application
        exporting
          bsp_application      = l_appl
          bsp_start_page       = l_page
          bsp_start_parameters = params
        importing
          abs_url              = url.
    DATA: http_client TYPE REF TO if_http_client .
    DATA: w_string TYPE string ,
          w_result TYPE string ,
          r_str    TYPE string .
    DATA: result_tab TYPE TABLE OF string.
      CLEAR w_string .
      w_string = url.
      CALL METHOD cl_http_client=>create_by_url
        EXPORTING
          url                = w_string
        IMPORTING
          client             = http_client
        EXCEPTIONS
          argument_not_found = 1
          plugin_not_active  = 2
          internal_error     = 3
          OTHERS             = 4.
          CALL METHOD http_client->send
        EXCEPTIONS
          http_communication_failure = 1
          http_invalid_state         = 2.
          CALL METHOD http_client->receive
        EXCEPTIONS
          http_communication_failure = 1
          http_invalid_state         = 2
          http_processing_failed     = 3.
      CLEAR w_result .
      w_result = http_client->response->get_cdata( ).
      REFRESH result_tab .
    In the variable it brings me back the html source code of the BSP rather than run and bring me the result of the BPS.
    Thank you for your help.

  • Can I move applications from one user to another on the same computer?

    If I have two users on one mac, can I move applications from one user to another on the same computer?
    Thanks

    By default, apps are installed for all the users in /Applications

  • How do I transfer Adobe CC application from one hard drive to another?

    How do I transfer Adobe CC application from one hard drive to another?

    I think you have to start Creative Cloud application, uninstall those CC applications from "Apps" panel, then click "Preferences..." menu item, select "Apps", change "Install Location" to another hard drive, then install those applications from "Apps" panel again.

  • Transfer application from one account to another

    Is there a way for me to transfer application from one account to another,  I want to transfer certain applications from my account over to my wife's account on iTunes.

    No
    Sorry

  • How to access a variable from one program to another (independent)

    Hi,
    My requirement is to use a variable(value) from one program(prog1) to another (prog2). how is it possible.
    Regards
    Arani Bhaskar

    Go for memory id .
    passing on values from one program to another program
    Program1
    EXPORT (variable) TO MEMORY ID 'LOC'.
    Program2
    IMPORT (variable) FROM MEMORY ID 'LOC'.
    LOC is the address , for more press f1 on export in abap editor.

  • Passing internal table from one program to other without using IMPORT

    Hi Experts,
    I need to pass an internal table from one program to other. However i cannot use IMPORT/EXPORT due to some reason. Any idea how this can be done?
    Warm regards,
    Harshad.

    hi,
    for passing itab from one program to another u can use
    IN FIRST PROGRAM WRITE ,
    perform pass_data(SECOND_PROGRAM_NAME) using ITAB.
    in both the program declare itab with same structure.
    if u want to do some changes in that itab and if u want it back in first program then write as
    perform pass_data(SECOND_PROGRAM_NAME) using ITAB changing itab.

  • HT1495 How can transfer a application from one iphone to another iphone?

    How can transfer a application from one iphone to another iphone?

    Follow the instructions here or here; using the first set of instructions then requires syncing the second device with the iTunes library containing it.
    (89299)

  • HT2518 transfer files, applications from one mac to another mac

    Whst is the best way to move files and applications from one mac to another?

    How to use Migration Assistant:
    http://support.apple.com/kb/HT4413?viewlocale=en_US
    http://support.apple.com/kb/TS1963
    Troubleshooting Firewire target disk mode:
    http://support.apple.com/kb/HT1661

  • Import of the application from one server to another

    Hi There,
    I have imported my application from one server to another.
    Now when I am trying to log in to the application using the previous credentials, it simply reloads the log in page and it doesn't give invalid user name and password error also.
    It just simply load the log in page once again.
    What should I do? Where am I going wrong?
    Please help!!
    Thanks in advance
    Pushpesh Pallav.

    Hi,
    If you need previous login credentials to another application as new system. please follow the steps. in Application Express 4.1.0.00.32<br>
    <font color=red>IN OLD System</font>
    Home>Application Builder>Application [101]>Export / Import>Manage Export Repositoryexport Workspace to new system. once done this task u will have exported workspace copy.
    <br>
    <font color=red>IN NEW System</font>
    http://hq-orapp-03:7777/pls/apex/f?p=4550:10 *need apex admin credentials*
    Home>Manage Workspaces>Import Workspace> step I
           "        "                        step II Existing Workspaces || you can see your old development workspace and usersthese steps to be done! then you can import application and login credential can use which is previous application user name/password.
    Please if its correct and make it flag in this thread.
    Thanx,
    Ram

  • Transporting an application from one server to another

    Would like to find out what's the best practice for transporting/migrating a forms/workflow application from one LC-ES server to another.
    This is the process that I know of:
    1) export the application (create an LCA file)
    2) import the LCA to the 2nd server
    3) use Archive management to set up a TaskManager endPoint
    4) set up the Security (add principals)
    then the application can be launched from the WorkSpace of the 2nd server.
    Steps (3) and (4) are tedious "manual" steps, is there a better way? Is there a "export/import" type of procedure for (3) and (4)? Is there a more automated procedure for the entire migration process?
    thanks
    James

    No. That's the right way to do it with the current version.
    There will be improvements in the next release to address 3) and 4).
    Jasmin

  • Best Way to Migrate an application from one server to another

    I couldn't seem to find the best way to this by Googling. If you have two instances of Sun Web Server 7, and you want to migrate a web application from one server to another, what is the best way to that?

    I am sorry. My question was poorly worded after some hours of frustration. What I am really trying to do is develop a base virtual machine snapshot with Sun Web Server Loaded and a base set of applications.
    When the need arises, I need to deploy another VM and start it up. There seems to be some issue with the host name of the VM and the administration server, or something. It is my impression that as longs as I have everything contained in one directory like /webserver, I should be able to copy everything to a new machine and start it up. I know I need the listeners listening on all ip addresses and the jdk being used would need to be in that directory as well. Is there anything I am missing here or that I need to watch out for?

  • Call two programs from one program.

    HI all,
    I have two BDC interface in seperate programs.
    I want to call that two programs from one program based on a condition.
    Is there any way.
    I tried with call transaction 'SE38'.
    set parameter ID but it is taking buffered value.
    Thanks,
    sri

    use submit program to call other program.
    SUBMIT prog|(field) [AND RETURN] [options].
    also if you want BDC prog, then probably you can call the BDC recording using PERFORM bdc_prog (in program name).
    PERFORM (<fsubr>)[IN PROGRAM (<fprog>)][USING   ... <pi>... ]
                                           [CHANGING... <pi>... ]
                                           [IF FOUND].
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9dd035c111d1829f0000e829fbfe/content.htm

  • Passing value from one program to another

    Dear All,
    I have to pass one value from one program to the standard selection screen .But there is no paramter id .how can i pass the value.
    Regards,
    Magesh

    Hi Magesh,
    See the help for these
    - EXPORT obj1 ... objn TO DATA BUFFER f.
    - EXPORT obj1 ... objn TO MEMORY.
    - EXPORT (itab) TO ... .
    - IMPORT obj1 ... objn FROM DATA BUFFER f.
    - IMPORT obj1 ... objn FROM MEMORY.
    - IMPORT (itab) FROM ... .
    Important thing is that these work correct in same session only.
    awrd points if useful
    Bhupal

  • How to send a webdyn pro application from one user to othe by SAP workflow

    Hello all,
    i have developed a application usind webdyn pro in java.
    but i wanna to send this application from one person to other by using SAP based Workflow.
    can anyone guide me this whole step by step procedure
    so that i can do my work effectively.
    Its Urgent.
    Thanks and Regards,
    Roshan Gupta

    Have you tried using the CMS system?
    This has the manager approval step.

Maybe you are looking for

  • Dynamic casting of Method.invoke() return

    Can anyone clue me in on how to cast the return of Method.invoke() based on Method.getReturnType() or whatever else might work dynamically....that is without knowing which method until runtime? Thanks, Brad

  • What is the deadline to order an iPhoto book for Christmas?

    What is the deadline to order an iphoto book for Christmas 2013?

  • BC4J-JSP on Tomcat where are the controls

    Hi I have deployed Jsp based on local business components to Tomcat. The problem is that all the controls like NavigatorBar, ViewCurrentRecord etc are not displayed properly in my browser. Also all the color schemes are gone. The Data however is visi

  • Address field in Safari

    The whole address field has disappeared from the Safari window. How do I get it back???

  • Differences between various "Audigy 4"

    Are there any significant hardware differences between the E-MU DSP used in early Audigy 4's (the ones with the firewire and remote control) and the latest models? Mine is an Audigy 4 without either firewire or remote control (came in a bulk packagin