Opening secatt application from webdynpro UI

Hi friends,
I want to open the secatt applications second screen from webdynpro UI. For this I am using the following code on webdynpro side
CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = 'appname'
        IMPORTING
          out_absolute_url = lv_final_url.
SPLIT lv_final_url AT 'webdynpro' INTO lv_first_url lv_second_url.
        SPLIT lv_second_url AT 'ztwb_tor' INTO lv_final_url lv_apostrophe.
        CLEAR lv_final_url.
        CONCATENATE  lv_first_url '/gui/sap/its/webgui?TRANSACTION=secatt&RB_TEST_CONFIG=X&RB_ECATT_SCRIPT=&    ECTC_VER-NAME ='  ls_ztwb_test_case-testcase '&okcode=ECOB_SHOW' lv_apostrophe
            INTO lv_final_url.
CALL METHOD lo_window_manager->create_external_window
        EXPORTING
          url    = lv_final_url
        RECEIVING
          window = lo_window.
      lo_window->open( ).
But I am still able to open the first screen of secatt and not the second screen with the relevant testcase datails.
But if I try to open the second screen of SCAT transaction I am able to open it using the following url.
CONCATENATE  lv_first_url '/gui/sap/its/webgui?TRANSACTION=SCAT&*CATA-ABLNR=' ls_ztwb_test_case-testcase '&okcode=ZEIG' lv_apostrophe
            INTO lv_final_url.
Is there anything else that I need to pass as parameters in SECATT transaction.

Hi vln,
You need to create the Web Dynpro model from your CAF core project to use the CAF services from a WDp project. To do that right click on the project and click on Create Web Dynpro Model. Please refer the following documents for more details:
<a href="/people/kapil.kamble/blog/2006/12/29/how-to-develop-web-dynpro-ui-for-your-caf-project">How to develop Web Dynpro UI for your CAF project ?</a>
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8b7059da-0c01-0010-e09c-9ecabaf58864">Using a Composite via Web Dynpro UI</a>
But there are some limitations in using the CAF core application service's custom methods. Please refer to the SAP note 1030595 for more details.
Thanks,
Dipankar

Similar Messages

  • What is the easiest way to open an application from Labview?

    I need to open an application from labview and depending on a user's selection, load one out of a group of files for the application that is opened. I need to know what is the best or easiest way to open an application and load a file that is used by the application based on a selection.

    Here is the response that I got from Cognex when I asked them about how to do this. Do you understand what they are talking about?
    In order to do something like this you will probably want to look into the Display Control/SDK for In-Sight. The Display Control gets installed along with In-Sight Explorer and includes a control that can be used in an environment like Labview to communicate with In-Sight sensors while the SDK is an enhanced version of the Display Control that gives you more control and functionality. I am not very familiar with the Labview environment so I will give some code snippets in VB.Net and hopefully you can adjust them as necessary. Specifically I see 3 possible avenues to do this:
     1) Using the Display Control you have access to many of the dialog boxes that are used in In-Sight Explorer including the Load Job dialog box. You can spawn this dialog box through a line of code similar to cvsInSightDisplay1.Edit.OpenJob.Execute(). I am not certain if the Labview environment will be able to spawn and display this dialog though. 2) With the addition of the SDK (additional purchase) you can directly access sensor properties including the job. There is a method called LoadJobFile to load jobs from on the sensor and LoadJobFileLocally to load jobs from the host machine. A typical line of code might be cvsInSightDisplay1.InSight.File.LoadJobFile("myjob1.job").3) If Labview cannot handle the dialogs and the SDK is not an option for you then you may still be able to do this using Native Mode commands. Native Mode commands are sent through a socket on the telnet port (typically port 23). Keep in mind that you will need to handle the username/password prompt and response when you first open the socket before issuing any Native Mode commands. The command to load a job file from the sensor would be the Load File command which would be a string similar to "LF myjob1.job". The Native Mode commands are documented in the In-Sight Explorer help file. 

  • Calling Webdynpro Java Application from Webdynpro ABAP Application.

    Hi,
    We have developed one Application using Webdynpro Java and I m in need to call the Webdynpro Java application from Webdynpro ABAP.
    Require Suggestions to acheive this.
    Thanks In advance.
    Reg,
    Ajay.

    Dear Ajay,
    Assuming that both your applications WDA & WDJ are in the portal & you don't have to pass any parameters to the WDJ application.
    Write the following code on the action  where you would call the WDJ application.
      DATA:
            lr_compcontroller TYPE REF TO ig_componentcontroller,
            l_component TYPE REF TO if_wd_component ,
            lr_port_manager TYPE REF TO if_wd_portal_integration ,
            wa_navigation TYPE navigation.
      lr_compcontroller =   wd_this->get_componentcontroller_ctr( ).
      l_component = lr_compcontroller->wd_get_api( ).
      lr_port_manager = l_component->get_portal_manager( ) .
    * The value inserted into the navigation-target field can be found in the Portal
    * content administration tab of your portal. It is the ID or PCD Location field
      wa_navigation-target = pcd. " Please provide the PCD Location of the WDJ Application here.
      wa_navigation-mode   = '0'.  "0 = INTERNAL(same page) and 1 = EXTERNAL(new page).
      CALL METHOD lr_port_manager->navigate_absolute
        EXPORTING
          navigation_target = wa_navigation-target
          navigation_mode   = wa_navigation-mode.
    You can get the PCD from the Page properties of the WDJ application page in the Portal.
    Hope it helps!
    Warm regards,
    Upendra Agrawal

  • Calling POWL Application From Webdynpro

    Hi Experts,
    I have a requirements wherein I have to call a POWL application from Webdynpro. Please let me know how to achieve this.
    POWL - Personal Object Work List
    Any help is welcome.
    Thanks
    Divakar

    Hello Diwakar,
    Based on your query i understand that you need to embed your powl into a web dynpro application to view it.
    u can do it in two ways..
    the first one is just for testing..
    prerequisites...
    just check ur web dynpro service is activated.
    Use transaction SICF
    On the Maintain Service screen leave the default values as they are and choose Execute
    In the Virtual Hosts/ Services tree control locate the node sap/bc/webdynpro. Right click on
    the node and choose Activate Service from the context menu.
    1. Navigate to the initial screen of the SAP Easy Access Menu.
    2. Do a right-click on Favorites and choose Add other objects from the context menu.
    3. Choose Web Dynpro Application from the upcoming dialog box list.
    4. On the Web Dynpro Application subscreen, make the following entries.
    Web Dynpro Applicat.-->POWL
    Parameter -> APPLID   (Be sure to select the parameter via input help.)
    Value ->Specify the APPLID defined for the POWER List to test.
    Leave rest unchanged.
    click OK.
    By double-click on the created favorite, the specified POWER List will be displayed in a separate
    Browser window..Only the basic functionalities can be tested this way.
    The second way is in which you manually insert a powl component in web dynpro appl..
    1. create a web dynpro component.
    2. Specify POWL_UI_COMP as the used component in the properties and give a suitable name.
    3. In the main view. insert a ViewcontainerUIelement.
    4. In the component controller properties . click on create controller usage. and select POWL_UI_COMP
    INTERFACECONTROLLER
    5. Go to the windows selection and right click and select embed view on the ViewcontainerUIelement of the Main view. select POWL_MASTER from input help.
    6. Create an outbound plug , name it as 'OUT'. link it with DEFAULT plug by dragging.
    7.Go to the methods tab and in the Handle Default method .
    and paste the following code..
      DATA: lv_inbox_query TYPE string,
            lt_query_params TYPE rsparams_tt,
            lwa_param TYPE rsparams.
      DATA lv_qname TYPE POWL_QUERY_TY.
    lv_qname = 'QUERY1'.
      CALL FUNCTION 'POWL_ENCODE_SELPARA'
        EXPORTING
          i_selpara        = lt_query_params
          i_escape         = '\'
        IMPORTING
        e_selpara_string = lv_inbox_query  .
        wd_this->fire_out_plg(
          applid =  'POWLappl'                          " powl_applid_ty
          forallq =   'X'                        " powl_xflag_ty
          qselpara =   lv_inbox_query                       " string
          refresha =   'X'
          refreshq = 'X'                    " powl_xflag_ty
          srvgroup =   'X'
          qname =    lv_qname                " rzlli_apcl
    where QUERY1 is the name of your default query and POWLappl  is your powl applid.
    7. create application and test

  • Is there a way to open an application from an "unidentified developer"?

    I'm trying to open an application from Bose, to update my sound system, but get an error message saying it "can't be opened because it is from an unidentified developer. Is there a way to override this?

    Control-click it and choose Open. Alternatively, open the Security & Privacy pane of System Preferences, click on the General tab, unlock the pane, and set it to allow applications from anywhere.
    (91654)

  • Junk Characters while opening a file from webdynpro ABAP

    Hi All,
    We have a Webdynpro ABAP application ,  in that application from a link we are opening DOC,PDF,JPG........files . When we click on that link it is opening in a Junk charcters .  We have another webdynpro ABAP application in portal , in that application the files are opening fine.
    Could you please let me know why it is opening in a junk characters in first application?
    Regards,
    Krishna.

    Hi ,
    The files are opening fine in IE7 but when we try to open in IE8 and IE9 they are opening in a junk characters.
    I am not sure in another webdynpro ABAP application the files opening correctly in IE 8 .
    Regards,
    Krishna.

  • Calling a pdk application from webdynpro application

    Hi experts,
    I have a reqiremet  in the webdynpro application by clicking some link or button it has to call pdk application in external window ,and i want to pass the value from pdk application to webdynpro application .
    thanks &regards,
    ramani.

    I tried testing it with the Webservice navigator, and getting the same error,
    XML Deserialization Error. XML is not valid. Element [http://session.services.enterprise.mclarensoftware.com] is required in  but can not be found.
    however
    request:
    POST /mclaren/services/session HTTP/1.1
    Host: localhost:50100
    Content-Type: text/xml; charset=UTF-8
    Connection: close
    Cookie: <value is hidden>
    Cookie: <value is hidden>
    Content-Length: 696
    SOAPAction: ""
    <?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xs="http://www.w3.org/2001/XMLSchema"><SOAP-ENV:Body><pns:createSession xmlns:pns='http://session.services.enterprise.mclarensoftware.com'><pns:strTechnologyID>filenet</pns:strTechnologyID><pns:strConnection>http://mclglaweb006:8008/ApplicationEngine/xcmisasoap.dll</pns:strConnection><pns:strConnectionFriendlyName> </pns:strConnectionFriendlyName><pns:strUserName>davidp</pns:strUserName><pns:strPassword>nimbus</pns:strPassword><pns:strDomain> </pns:strDomain></pns:createSession></SOAP-ENV:Body></SOAP-ENV:Envelope>
    response:
    HTTP/1.1 200 OK
    Connection: close
    Server: SAP J2EE Engine/7.00
    Content-Type: text/xml; charset=utf-8
    Date: Thu, 29 Jun 2006 14:15:50 GMT
    <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><createSessionResponse xmlns="http://session.services.enterprise.mclarensoftware.com"><createSessionReturn><code>0</code><detail xsi:nil="true"/><message xsi:nil="true"/><sessionID>filenet;http://mclglaweb006:8008/ApplicationEngine/xcmisasoap.dll;davidp; </sessionID><successful>true</successful>

  • I can't open itunes & application from my ipad

    Since i used cydia for jailbrake my ipad, i can't open itunes, application, and some page from my ipad.
    1. How to remove cydia from ipad?
    2. Why it is happen?
    Could somebody help me..... I stress thinking about this problem and didn't found the solution.

    Puspy wrote:
    Since i used cydia for jailbrake my ipad, i can't open itunes, application, and some page from my ipad.
    1. How to remove cydia from ipad?
    2. Why it is happen?
    Could somebody help me..... I stress thinking about this problem and didn't found the solution.
    No one can help you here, because you jailbroke the iPad. You should go to one of their forums. Good luck, because Apple doesn't honor the warranty anymore.

  • Opening PCUI application from ICWC in new window

    Hi all,
    In the inbox result list, on clicking sales order number, the PCUI application for Sales order is opened. The navigation link AuiItemsEvPCCUI is called from Agent Inbox to open the PCUI application. The PCUI application is opened in ICWC application itself (in the same view). Is it possible to open PCUI application in a new window?
    Regards
    G.Raja

    Hi H.K.Hayath Basha,
    Try to put in Button action cod for open in new windows.
    Regards
    Eduardo

  • Opening swing application from an url

    We have a swing application. If the application is already running on a machine, we kave a requirement of getting into that directly from an url which is sent in an email to the user. This would be something like google desktop does to open outlook etc from the search. What is the best way to achieve this?
    Thanks in Advance

    Now, i am using Flash pro to create my app, once packed it's tricky to mess up with the contents, is there a file i can edit, before rendering the app? for example is this something i can add in an xml file that is created in my app folder?
    It starts with this:
    <?xml version="1.0" encoding="utf-8" standalone="yes"?>
    <application xmlns="http://ns.adobe.com/air/application/3.4">
        <id>appID</id>
        <versionNumber>3.0</versionNumber>
        <filename>filename</filename>
        <description></description>

  • Opening mail application from the dock sometimes doesn't open window.

    In Mountain Lion, sometimes when I open Mail on the dock with a single left mouse (or touchpad) click, the Mail application opens, as shown in the menu bar, but a mail window doesn't open. I must then click or double click on it to get it to open a window. No other application in the dock behaves this way. How can I fix this?

    Is there a problem with mail opening from the dock?
    NOPE!  Do you have open at login enabled?  Is Mail listed in Login Items through System Preferences?
    My iMac is automatically up to date with all updates as at 09/01/2014.i
    Your system profile is a complete blank!
    When posting in Apple Communties/Forums/Message Boards.......It would help us to know which iMac model you have, which OS & version you're using, how much RAM, etc. You can have this info displayed on the bottom of every post by completing your system profile and filling in the information asked for.
    CLICKY CLICK---> https://discussions.apple.com/docs/DOC-3602
    CLICKY CLICK-----> Help us to help you on these forums
    ***This will help in providing you with the proper and/or correct solutions.***

  • Opening an application from other application causes time out - urgent...

    Hi All,
    I have a wierd issue using weblogic server 9.2 mp2.
    Here is the breif overview of the environment and issue.
    Environment: WLS - 9.2 mp2
    In this weblogic server i have two Managed servers.
    Managed Server 1 : MS1
    Managed Server 2 : MS2
    Two Applications deployed on the server.
    myapp1 on MS1 URL: http://myappserver:7309/myapp1
    myapp2 on MS2 URL: http://myappserver:7310/myapp2
    Now here is the issue.
    I launch myapp2 from myapp1 using javascript window.open()
    In this configuration when i launch myapp2 from myapp1, myapp1 times out.
    Now when i deploy both app on same managed server (say MS1) and launch myapp2 from myapp1, myapp1 does not time out.
    I deployed myapp1 on my local machine and launched myapp2 and it works fine. It times out only when both apps are on same weblogic server but different Managed server.
    any pointers would be greatly helpful.
    Regards,
    B

    Hi James,
    Are you sure the ports are correct in the javascript link when the apps are deployed to different managed servers?
    Yes i made sure the port number is currect.
    Have you tried using absolute URL's instead of relative links?
    Yes i am putting the absolute URL.
    When you say the timeout occurs, where are you observing this timeout, in the browser or something in the server logs?
    I can see the time out in the browser. I checked the server log but it does not say anything.
    Hope it clears the air.
    Regards,
    B

  • How to open another application from a java programme

    How can I open some other application like "Textpad"
    from a java programme.
    Actually I want to open a particular java file in Textpad editor from my java programme.
    How Can I do that?
    Thanks

    Thanks for the code,
    I tried that but got this error
    java.io.IOException: CreateProcess: C://ProgramFiles/TextPad4/TextPad.exe D://Pi
    yush/BeanCreator/Parts.java error=3
    at java.lang.Win32Process.create(Native Method)
    at java.lang.Win32Process.<init>(Win32Process.java:64)
    at java.lang.Runtime.execInternal(Native Method)
    at java.lang.Runtime.exec(Runtime.java:272)
    at java.lang.Runtime.exec(Runtime.java:195)
    at java.lang.Runtime.exec(Runtime.java:152)
    at pack.CreateBean.CreateFile(CreateBean.java:327)
    Any idea!! What that means

  • Issue opening Planning application from Workspace

    Applications are opening fine from regular URL but from Workspace the "Opening Application" window is running forever.
    Edited by: user4551969 on Jul 23, 2009 1:44 PM

    Hi,
    You don't have to install EPMA if you want to use classic planning and access it through workspace.
    It might be that you have not configured in the correct order, this is quite common, if you run the configurator again, select foundation > workspace > configure web server > make sure planning is selected and is the correct servername, apply and it shoudl reconfigure the apache web server.
    You may need to restart the workspace services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Open/run application from DVD

    Hi everyone,
    Is it possible to run an application (either an .exe or .app file) from a menu architected in Encore? I have a DVD project, to which I created a desktop counterpart. I would like to give my user the option of running the desktop version. I know I can create a DVD with Video TS files and data files.... I was wondering, is it possible, if the DVD video files are ran from a desktop (Mac or PC), from the main menu of the DVD launch an application file (EXE or APP).
    thank you for your time,
    Rafa.

    Encore works according to the DVD specification
    The DVD specification does not include computer operations
    So... no
    What you could do is create a menu entry that goes to a title screen with instructions of what to do on a computer, and then put your computer content in the ROM section when you build the disc
    But, as far as I know, the user will have to navigate to that section to view computer files, or run an EXE, manually
    Or, use Macromedia Director http://www.adobe.com/products/director/ for mixed content

Maybe you are looking for

  • Invalid Table Name in query

    Hello, I'm trying to create a report on a table name that is in an item. This is the simple query I'm using for the report: Select * from :P9_MERGE_TABLE; I get an Invalid Table Name error. Is there any way I can build the query to get around this pr

  • CS4 Page size fit in window

    Hi. The page sizing to fit the page you are working on has changed from the bar at the bottom to the bar at the top. What I am wondering is ... is it possible to permanently change the numbers in that window so I don't have to type in 90% or 85% each

  • Best workflow for Blu-ray/DVD projects

    For most of my encore projects, I end up creating a blu-ray and dvd version of the project.  What is the best way/workflow to do this?  I always seem to end up running into problems.

  • How to archive an adobe form?

    Hi, I created an adobe form. I set the archive parameters as follows: fp_outputparams-arcmode    = p_arch. "  (2 or 3.)       IF p_arch =  2 OR p_arch = 3. " Archive only / Print and archive         CLEAR: gs_dara,                fp_docparams-daratab

  • External library not working in xcode 4.5

    I developed an application in Xcode 4.5and added an external library in to the application, while compling the app i am getiing the below error. ld: library not found for -lgsgdg clang: error: linker command failed with exit code 1 (use -v to see inv