WebDynpro Registration linkage to External StartPage

I've created client specific component and application configurations for the HRRCF_REGISTER_UI and HRRCF_C_STARTPAGE components.  If you test each component (Registration vs. StartPage) they work great including appropriate profile roadmap sequences and graphics.  The issue I am having is when I execute my zpac_a_register_ui, after clicking the "Register" button, it continues to a blank page calling the standard hrrcf_a_startpage_ext_cand instead of my zpac_a_startpage_ext application. 
I've checked all of the following:
zpac_a_register is bound to application configuration ZPAC_REGISTRATION (via parameters tab)
Component configuration ZPAC_REGISTER_UI is calling configuration name ZPAC_SP_EXT_APPLN
ZPAC_SP_EXT_APPLN is the application configuration for zpac_a_startpage_ext (application created within HRRCF_C_STARTPAGE)
Despite all of the above, it still calls the hrrcf_a_startpage_ext_cand instead of my zpac_a_startpage_ext
Any ideas?
System is ERECRUIT 60303

Vincent, I'm experiencing the same problem but had trouble finding the answer in the forums.  What fix did you use?
thanks,
Paul

Similar Messages

  • Playerglobal.swc Linkage Type: External or Merged Into Code?

    Hi,
    I downloaded Flash Pro CS6 with flex sdk version 11.3. It didn't contain Workers functionality, so I had to download the latest playerglobal.swc 11.8 version.
    I then used Actionscript options and pointed to the playerglobal.swc.
    When  I published the fla with playerglobal.swc linkage type set to Merged into Code, the runtime pops up this error:
    VerifyError: Error #1079: Native methods are not allowed in loaded code.
    However, when  I published the fla with playerglobal.swc linkage type set to External, the runtime pops up this error:
    VerifyError: Error #1014: Class flash.system::Worker could not be found.
    The only way to get rid of the VerifyError: Error #1079: Native methods are not allowed in loaded code is to get rid of all the code that reference Workers in  the fla.
    How can I use Workers in my project!???

    Here's a really old article but using it you can still get the general idea of how to properly update Flash Pro with a new version of Flash Player.
    http://chrisgriffith.wordpress.com/2012/07/20/updating-flash-professional-cs6-to-support-1 1-4/
    It's for Mac but if you're on Windows the paths inside the folders are the same and Flash itself can be found in (C:\Program Files (x86)\Adobe\Adobe Flash CS6) Just grab the player you choose, latest or use the archive link for older, update Flash Pro so it's an option you can select as a publish target:
    http://www.adobe.com/support/flashplayer/downloads.html
    As long as you've updated your debugger (C:\Program Files (x86)\Adobe\Adobe Flash CS6\Players\Debug) with the latest debugger, always test with the debugger (CTRL+SHIFT+ENTER, not just CTRL+ENTER). Otherwise you're using an older Flash Player. You can verify the version of the debugger you're testing with checking the Capabilities.version property,
    e.g.:
    import flash.system.Capabilities;
    trace(Capabilities.version); // should say 11,8,xxx,xxx or whatever version you installed

  • Search  Webdynpro Application View using external Search Engine

    Hi,
    I need to search my Webdynpro Views (pages) from an external search engine eg Google. How to achieve this?
    Thanks in Advance
    Anish

    In an Iframe you can implement a website... is taht what you are searching for?

  • How to call WebDynpro application from an external application

    Hi All,
    I have an external application, from which an existing webdynpro application should be accessed.
    Is there any way i can access WebDynpro application through an URL, so that i can access the same from the external application.
    I have to pass a parameter also in the url from extrenal application for which that data should be displayed.
    Thanks
    Supriya

    You can call a web dynpro application from an external app by using the web dynpro application url.
    Go to WD application in studio and look at the properties tab, you will find the url.
    It should be something like this:
    http://<host>:<port>/webdynpro/dispatcher/<namespace>/<dc name>/<application name>
    MLS

  • Accessing WebDynpro ABAP application from external network

    Hi All,
    I have developed one application in webdynpro ABAP.
    Now my requirement in to access this application through internet.
    I dont want to use portal to run application.
    Is it possible to access through internet ?

    You can access the webdynpro application via internet with the help of SAP Web Dispatcher. Basis team will install the web dispatcher and then machine can put into a DMZ area which in turn can be opened to Internet with necessary controls.
    Regards
    Rohit Chowdhary

  • Registration Page for External Candidate Error

    Hi,
    I am trying to register a external candidate through WD page.The Page does not register candidate and does not throw any error in WD page or at Backend .
    If the entry is wrong it does give error message for password & email.
    Kindly let me know if there is something missing.
    Also do let me know how to debugg this page .I tried Abap workbench and the WD Application for this page and by putting
    external Breakpoint.Still it does not hit it.
    Regards
    Poonam

    Hi Brian,
    I am not sure but you could check below thread and couple of sap note.
    Single Sign On - Sharepoint 2010 to SAP using ADFS
    1799402 - Automatic account creation for SAML 2.0 SP
    1257108 - Collective Note: Analyzing issues with Single Sign On (SSO)
    It may help you to resolve / identify the cause of the issue.
    BR
    AKJ

  • Linkage to external JPG-File does not work

    Hello,
    I am using Doc-To-Help as an authoring tool to create a JavaHelp target from an user manual written in WORD.
    When I try to create a link to an external JPG-image the image is not shown correctly when following the link.
    Instead of that I see a a lot of hieroglyphics. The image seems not to be interpreted as an image.
    When opening the created HTML-Files with the Internet Explorer the image is shown fine when clicking on the link.
    It seems to be a JavaHelp specific issue.
    Any thoughts?
    Thanks

    Hard to say.
    What's the encoding (standard/progressive)?
    Have you tried to see that image offline within a JLabel or some other Swing component, maybe it's swing related?
    Have you checked what Content-Type is actually set in the response when getting that JPEG?
    Bye.

  • OIM 11g Self Registration - authenticated against external data source

    Dear All,
    Out of the box server registration is unauthenticated. How to make it authenticated?
    What configuration should I perform?
    Thank you for your help
    Kind Regards
    Maria Adair
    Edited by: Maria on Oct 25, 2010 9:26 AM

    Hi,
    I am assuming in clustered environment you are having two instances running.
    It must be an issue with a single server,,because the problem is intermittent.
    To see which server is causing problem....just perform the following steps:
    1) Stop server1 and keep running server2..and fire new registration request...
    2) stop server 2..and keep running server1.....and fire new registration request.
    Using above, atleast you can see which server is causing the problem...
    Regards,
    J
    Edited by: J_IDM on Mar 21, 2011 10:52 PM

  • Consuming external webservice in webdynpro

    Hi colleagues
    I am trying to consume a webservice "BORM_API_A1S_GET_UPD_SW_VECTOR" in webdynpro, it is an external webservice
    i have followed the below steps and ended up with an error
    Steps:
    1) created a Adaptive web service model
    2) got the WSDL source from "Remotelocation/fileSystem"
    3) given the WSDL URL Acess as "e:///C:\Documents and Settings\Desktop\BORM_API_A1S_GET_UPD_SW_VECTOR.wsdl"
    4) created a service group
    5) then i have done the " model to controller" binding and "controller to view" binding
    6) in the INIT method of controller i have creted the instance of the model and binded it to the context element
    7) set some some values in the init methiod(for input parameters)
    8) designed a view to get the values that are set into the input parameters
    9) Configured the service group
    i am getting an error saying    
    "*java.io.IOException: Cannot connect to https://service.sap.com:443/sap/bc/bsp/spn/swdc/slm/accessctrl.do, used user to connect: S0004119795, message : Unable to connect to service.sap.com:443 - service.sap.com*"
    I think i am doing wrong service confuguration
    steps i have followed to Configure the service group are given below
    1) logged into http://ldcidwd.wdf.sap.corp:50000/nwa
    2) SOA management-->technical information --> system connections
       here i have selected the provider systems tab, and created a new provider system of system type "Java"
    Here i need to provide someother information which i am not sure about what to provide, Could any one let me know what to be provided for the other fields
    u2022     System Type: Java
    u2022     System Name: <System ID> ?( what is this)
    u2022     Host: <Host>?
    u2022     System Description: My Web Service System
    u2022     Username: <Administrator>?
    u2022     Password: <Password for Administrator>?
    u2022     Profile Name: SAP_DEFAULT_PROFILE
    u2022     Mode: Multiple Services
    u2022     Services Source: WSIL
    u2022     WSIL URL: ?(what should be provided here
    u2022     Socket Timeout: 60.000
    Please let me know what shall i fill in this fields
    Thanks & Regards
    Swetha

    Hi Gayathri,
    i have opened the WSDL file and i found there are two URLS
    1) "<soap:operation
                        soapAction="http://www.sap.com/BORM_API_A1S_GET_UPD_SW_VECTOR" />"
    2)<soap:address
                        location="http://pwdf4431.wdf.sap.corp:1080/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sap/bosf_swdc_slm/accessctrl.do" />
    i have tried pasting the address URL ina n other IE and i was asked for Authentication
    Thanks & Regards
    Swetha

  • E- Recruitment 600 - External candidate creation

    Hi All,
    I created internal candidate and iam able to view the start pages of the internal candidate.
    But when followed the similar steps to create external candidate iam facing lot of issues starting from User creation. can anyone share their inputs wrt ext candidate user creation and its related portal page.
    thanks in advance.
    kind regards
    saipriyan

    Hello Sai,
    of course you are right that the standard functions to create an external candidte differ from creating an internal one. In the production scenarios there are basically 3 ways to create an external candidate:
    - The candidate uses the registration where he registers to the candidate pool without actually applying to a position
    - The candidate uses the unregistered search and applies for a position. In the process of applying the candidate is created
    - The recruiter uses the minimum data entry functionality accessable through a link on his startpage to enter a hardcopy application into the system
    These 3 scenarios are available for creating the external candidate but each of them requires a certain amount of configuration (e.g. unregistered search requires a properly set up TREX search engine) which usually takes some time.
    On the very beginning of a project when the servers are installed and the basic configurations have been done, I usually test all standard start pages to see if the basic settings are ok. In this case all I want is the ability to log in and call the startpages. Then I use the described approach to just give an internal candidate which is usually my test user the authorization for the external startpage and I set the username as Alias so I can call the page. Of course next steps are creating the first requsition / posting / publication and test the application wizard (as said this requires the TREX set up or some help report to generate a direct application link). But overall for me I find it very handy to ba able to log on to all internal and external applications with my test user so I do not need to remember several logins as long I do not start testing full scenarios with applied authorization.
    Best Regards
    Roman Weise

  • Passing Parameters via Post Method from Webdynpro Java to a web application

    Hello Experts,
    I want to pass few parameters from a web dynpro application to an external web application.
    In order to achieve this, I am referring to the below thread:
    HTTP Post
    As mentioned in the thread, I am trying to create an additional Suspend Plug parameter (besides 'Url' of type String) with name 'postParams' and of type Map.
    But when I build my DC, I am getting the same error which most of the people in the thread have mentioned:
    Controller XXXCompInterfaceView [Suspend]: Outbound plug (of type 'Suspend') 'Suspend' may have at most two parameters: 'Url' of type 'string' and 'postParams' of type 'Map'.
    I am using SAP NetWeaver Developer Studio Version: 7.01.00
    Kindly suggest if this is the NWDS version issue or is it something else that I am missing out.
    Also, if it is the NWDS version issue please let me know the NWDS version that I can use to avoid this error.
    Any other suggestion/alternative approach to pass the parameters via POST method from webdynpro java to an external web application apart from the one which is mentioned in the above thread is most welcome.
    Thanks & Regards,
    Anurag

    Hi,
    This is purely a java approach, even you can try this for your requirement.
    There are two types of http calls synchronous call or Asynchronous call. So you have to choose the way to pass parameters in post method based on the http call.
    if it is synchronous means, collect all the values from users/parameters using UI element eg: form and pass all the values via form to the next page is nothing but your web application url.
    If it is Asynchronous  means, write a http client in java and integrate the same with your custom code and you can find an option for sending parameters in post method.
    here you go and find the way to implement Asynchronous  scenario,
    http://www.theserverside.com/news/1365153/HttpClient-and-FileUpload
    http://download.oracle.com/javase/tutorial/networking/urls/readingWriting.html
    http://digiassn.blogspot.com/2008/10/java-simple-httpurlconnection-example.html
    Thanks & Regards
    Rajesh A

  • Calling a Webdynpro Application in using WDURLGenerator.getApplicationURL

    Hi,
    I have to call a webdynpro application in an external window using the application name. Please note that no iViews are created out of the application which i am going to call.
    I have DC1 and DC2 and from the Comp Controlller of DC1 , i need to invoke the application in DC2.
    String depObjectName =wdComponentAPI.getDeployableObjectPart().getDeployableObjectName();
    WDDeployableObjectPart depObjectpart=WDDeployableObject.getDeployableObjectPart(depObjectName,"TestApp",WDDeployableObjectPartType.APPLICATION);
    String url = WDURLGenerator.getApplicationURL(depObjectpart) ;
    window = wdComponentAPI.getWindowManager().createNonModalExternalWindow(url,"Test View");
    window.show();
    Is this the correct API to get getDeployableObjectName which is in the different DC.
    Please let me know the correct API which i can use to get the getDeployableObjectName and the subsequently the Application which is availbale in the different DC.
    Thanks and Regards,
    Sekar

    Hi Chintan Virani,
    Thanks for your reply.
    Is it possible to get to know through the APis that the Webdynpro Application Deployed in the server is started.
    I hope some API's will be available.I need to open this application only when it is started.
    I tried this,
    IWDDeployableObject deplObj = WDDeployableObject.getDeployableObject("TestApp");
    if (  deplObj.getState() == WDDeployableObjectState.STARTED ) {
        // do something
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object TestApp' since it is not a Web Dynpro object.    null
    Thanks and Regards,
    Sekar

  • Procurement of External Requirement

    Hi All,
    I understand that the Requirement from ECC (as PR) can be sourced in SRM through Shopping Cart created via Plan Driven .
    This will be driven by tables T160 EX and PR.
    Now in the Practical Scenario, when once the PR is created and Sent to SRM for SHopping cart based on the above Tables entries and Sourcing was done in SRM to create further PO/Contract.
    So once my Source of Supply is determined, do every time the PR created form ECC will go to SRM even if the Source of Supply is there.
    How to realize this Practical case.
    I dont want the PR to go to SRM for Shopping Cart creation instead only when I need Sourcing(when Source of Supply was not there)
    Expecting a Help in this regard.
    Regards
    IS

    BE-Customzing  Transfer
    with SOA XML_TRANSFER
    Note:
    only for          SRM 7 + ERP 6.0 EHP 4   NOT for PPS customers
    Not used anymore:
    Report:
    BBP_EXTREQ_TRANSFER Tables: T160PR, T160EX,
    Badi
    BBP_BADI_EXTREQ_OUT                      EPRTRANS
    User
    Exit: BBPK001
    Configurations:
    Step 1 business function LOG_MM_P2PSE_1 must be ON
    Call Transaction: SFW5 -> expand node ‘Enterprise Business Functions‘
    Step 2   BAdi ME_REQ_SOURCING_CUST has to be used
    Step3   Activate event type linkages for external sourcing
    Call transaction: SWETYPV: check for these 2 entries:
    Step4   Activate outbound messages through qRFC
    SPRO -> Integration with other mySAP.com components    Supplier Relationship
    Management    Message Control    Activate outbound messages
    through qRFC check for these 2 entries:

  • Calling WD application from external browser

    Hi Experts,
    How to call a webdynpro application from an external browser.
    Say i have a url 'http://sapep3.utf.sskgroup.local:51000/index.html'.
    After i enter this URl in browser i want my webdynpro application to be called.
    Thanks in advance
    SSK

    Hi,
    Confused on html / sap?
    to create link in index.html:
    <a href="https://****:8210/sap/bc/webdynpro/sap/zwd_rk_test_dates?sap-client=500&sap-language=EN">Check Dates </a>
    The URL of your WD application you  may copy from SE80 t-code.
    Regards,
    Rama

  • NW 04s SP 7: CAF, External Service Configuration Error

    Hi,
    i get an error by calling the <i>Service Registration</i> for External Services (CAF Runtime) in the <i>External Service Configuration</i> Admin Tool.
    At the moment i have n external services deployed. The error appeared when i've called the Service Registration for the first time.
    The installation was finished without any errors.
    The first lines of the exception:
      java.lang.NullPointerException
        at com.sap.caf.mp.mmr.adapter.ServiceDefinitionTypeConverter.convertExternalInterface(ServiceDefinitionTypeConverter.java:507)
        at com.sap.caf.mp.mmr.adapter.MMServiceRetrievalAdapter.getExternalInterfaces(MMServiceRetrievalAdapter.java:547)
    Against the link for the <i>Business Entities</i> in the <i>External Service Configuration</i> works fine.
    Regards
    Wolfgang

    Hi Wolfgang,
    I am getting the same Problem ? Have you got the Solution ?
    Thanks in Advance
    Ashutosh

Maybe you are looking for

  • Any hope for an accidental purchase?

    i use the shopping cart to make purchases, and i accidentally bought a game i didn't want to buy at the moment. this game was on the list in between the two items i wanted to buy, and i accidentally clicked the button to buy the game. i noticed this

  • Internet 2G 3G Connection problem iPad2

    We have two iPads 2, using only 2G or 3G conction, not WiFi. Each iPad 2 has different mobile operator (Megafon and Beeline in Russia). But we always have the same problem: sometimes Internet connection is broken. We can not to use Safari or other pr

  • Deleting photos/formatting SD card after use in Canon T1i

    So once my Canon Rebel T1i formats my SD card in it's default state with two directories (DCIM/Canon) I have no permissions on the card other than "read only." This came up out of no where and now I can't delete images off of it in iPhoto (or the com

  • Jsp compile exception in WL 8.1

              Hi all           i was trying to deploy the external war(jstl.war from www.manning.com) file in           my weblogic server .           I just copied the *.war file into C:\TestDrive\MyDomain\mydomain\application           directory and re

  • My Ipad is frozen even though i restored it can you advise me

    my Ipad is frozen eventhough i restored it, kindly adviseme