E-recruitment 600 URL/BSP Initial set up - Standalone Test system(ECC 6.0)

Dearest experts
At the very cusp of setting e-recruitment up.  I have followed SAP note 890357 min configuration.....
The BSP for e-recruit upon test via Transaction SICF do not work, apart from the odd one EG. hrrcf_emp_page
URL's error when created via SE38 RCF_GENERATE_URL. I have set roles, users etc. I know some services require the assignment of a 'service user' eg registration (does anyone know all of them??).
Technical settings>user interfaces>settings for user interfaces with BSP>Start pages - there is no configuration here is this why the start pages are not firing up??
Can anyone let me know what config I have missed and is incomplete?? Where to check in the IMG??
Thanking you in anticipation
Kindest regards
R

Hi Deepak
thanks  for your response.
I had already created a service user (which I had specified in the hrrcf* 1. to 8.)
I hadn't created a candidate and duly did so at your suggestion.
Error message as follows:
The error occurred in program CL_HRRCF_ABSTRACT_CONTROLLER==CM001 line 56
Message no. HRRCF0001010
Diagnosis
The system detects a technical inconsistency.
System Response
The operation will be terminated.
Termination takes place in:
Main program: CL_HRRCF_ABSTRACT_CONTROLLER==CP
Subroutine: CL_HRRCF_ABSTRACT_CONTROLLER==CM001
Line in source code: 56
Procedure for System Administration
Check the context in which the error occurs.
Since it is probably a program error and not an input error, you should contact SAP.
The error occurred in program CL_HRRCF_CAND_REG_A===========CM002 line 17
Message no. HRRCF0001010
Diagnosis
The system detects a technical inconsistency.
System Response
The operation will be terminated.
Termination takes place in:
Main program: CL_HRRCF_CAND_REG_A===========CP
Subroutine: CL_HRRCF_CAND_REG_A===========CM002
Line in source code: 17
Procedure for System Administration
Check the context in which the error occurs.
Since it is probably a program error and not an input error, you should contact SAP.
I have created one service user and applied to each of these bsp's.....is this correct??
I also created my own role (copied SAP_RCF_UNREGISTERED_CANDIDATE)
I am at a loss..............
As I also have the following error message:
Customizing table T77RCF_sp_ID contains no corresponding entry for [0000]
Message no. HRRCF0001014
Diagnosis
The system accesses Customizing table T77RCF_sp_ID using parameters [0000]. There are no entries in the table for this.
Either a program error or an error in Customizing exists.
System Response
The operation will be terminated.
Procedure for System Administration
Check the entries in table T77RCF_sp_ID for completeness.
Contact SAP if necessary.
Kindest Regards

Similar Messages

  • Using URL variable to set initialy selected ds row

    Hello everyone,
    Could anybody suggest a solution or point me to a working
    demo of a script that processes a URL variable and set the current
    row accordingly. I am trying to pass a @id of a particlar row in a
    URL variable to identify a particluar row, I want to be selected
    initially.
    Thanks,
    Nick

    Hy guys,
    Just figured it out myself. Here is the script:
    <script type="text/javascript">
    // define your datasource. I have called it dsGallery. This
    name is used later in the script a few times
    var dsGallery = new Spry.Data.XMLDataSet("gallery.xml",
    "/gallery/photos/photo");
    dsGallery.addObserver({ onPostLoad: function(ds, type) {
    var strReturn = "";
    var strHref = window.location.href;
    if ( strHref.indexOf("?") > -1 ){
    var strQueryString =
    strHref.substr(strHref.indexOf("?")).toLowerCase();
    var aQueryString = strQueryString.split("&");
    for ( var iParam = 0; iParam < aQueryString.length;
    iParam++ ){
    if (
    aQueryString[iParam].indexOf('id' + "=") > -1 ){
    var aParam = aQueryString[iParam].split("=");
    strReturn = aParam[1];
    // look if a row with a matching @id is present in the
    datasource
    var row = dsGallery.findRowsWithColumnValues({"@id":
    strReturn}, true);
    // If we have a matching row, make it the current row for the
    data set.
    if (row) dsGallery.setCurrentRow(row.ds_RowID);
    break;
    </script>
    Thanks to the folks whose scrips were really helfull in
    building this one.
    Nick

  • BSP pages in test system after transport have same URL as development

    Hi. I have just transported some BSP's from our development into our test system and have encountered a problem.
    The URL's of each page is the same as it was in the development system, so when we try and use the pages in the test system we get a "service can not be reached" error.
    I am relatively new to BSPs and this is the first time I have transported them. I presumed the URL would update to reflect each server.
    Have I missed a setting or something? I searched on SDN but could not find a similar post.
    Thanks a lot for your help.
    Regards,
    Dave.

    Hi,
    check whether the service is active in transaction SICF
    (it may become inactive, when there is patch applied, upgrade , etc)
    then you will get one screen there then what you need to do is
    without entering anything just click execute and expand the tree to
    default_hots->sap->bc->bsp->sap-> under this node you should be able to see your BSP name . right click on it and click activate.
    here The BSP Name is nothing but the BSP Application name. When you create a BSP applicaiton, a SICF service is created along with the BSP application. All the request that the user makes to this BSP application is processed by the service only with the help of this corresponding SICF service.
    regards
    Bhavana

  • Publication in e-Recruiting 600

    Hello all
    I need your help. We have been using e-Recruiting 600 in our company for a half of a year already.
    And recently we have faced a problem: publication doesn't appear neither in the Internet and Intranet.
    We checked all dates and statuses and they look Ok.
    Also I thik that it is not a problem of authorization because one requisition was done by this user and was normally visible for candidates.
    Could somebody give me advice what I should check to find a reason for the problem?

    Hi,
    so far the description is correct.
    When you create and release a publication instance for channel internal [0001] or external [0002] the system writes an entry into into table T77RCF_INT_PUB / T77RCF_EXT_PUB. when the publication reaches its start date it is processed by the periodical service and the periodical service checks the published flag in the table.
    I refered to this table as you can check there if the publication is correctly processed by the periodical services. if the flag is not set although the publication date is reached there might be trouble with the periodical services.
    when the end date of the publication is reached the periodical service unpublishes the publication on trex and deletes the entry from the table.
    If you withdraw the publication while it is published the application sets the withdraw flag in the table to inform the periodical service to unpublish the publication on TREX. When this is done the entry will also be deleted from the table.
    If the entries in table T77RCF_INT_PUB / T77RCF_EXT_PUB are ok I'd try to refresh the search profiles EXT_POST and INT_POER via IMG. Check the SLG1 for entries - if anything is wrong with publishing there shoud be entries. Then wait till the periodical services are done and the TREX had some time to process it's internal stuff. Then check again if the publications are still missing.
    Best regards
    Roman Weise

  • I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    I can no longer print to the 3 Canon printers on my local area network. The print dialog box states that the print file is accepted and the job is printing, but the files never print. Everything worked when the computer and printers were initially set up.

    There may be some security issues related to the USPS PDFs.
    http://www.certified-mail-envelopes.com/signatures-usps-certified-mail-return-receipt-requested
    I can't help with the scan/print problem. You seem to have done everything I would try.
    I don't know if maybe using a registry cleaner would help.
    John Hoffman
    Conway, NH
    1D Mark IV, Rebel T5i, Pixma PRO-100, MX472

  • TS4006 I lost my iPad! I initially set up a screen lock in iCloud but now my iPad is no longer in the list.

    I lost my iPad! I initially set up a screen lock in iCloud, only to find out that I would then not be able to find my device. I then removed my device from the list in iCloud. Now, after clicking on "find my iPhone", it does not appear in the list. How do I get it back in my list of devices? The fact that it was originally in the list, does it mean that I did activate "find my iPhone"?

    you did activate find my iPhone but because you removed it from the devices list, you cant do anything further.  You need the device to add it back to the list.
    -Brenden

  • When i do initial set up w creative cloud set uo wont run send error message"installer failed to initialize" why and how can i get pass this

    When I do initial set up with creative cloud set up it wont run a send error message "installer failed to initialize" comes up. Why and how can I get passed this?

    Error "Installer Failed to Initialize" | Install desktop application | Windows

  • On the initial set up for apple tv it just sits there trying to set the date and time . it is a wireless setup and the ipaddress and router address is correct . I can't get by this screen

    On the initial set up for apple tv it just sits there trying to set the date and time . it is a wireless setup and the ipaddress and router address is correct . I can't get by this screen. The setting is on automatic and I have picked a city in my time zone yet it still tries to set a time and date but fails.
    thanks

    Make sure router is up to date. Try ethernet to rule out any wifi issues. Reboot ATV and router.

  • Vendors, I noticed the price of the IPAD 2 was identical at Walmart,Best Buy, Frys, and the Apple store the sales person at The Apple Store told me the main benefit to buying the IPAD 2 from the Apple Store is that they do all the initial set up is this t

    Vendors, I noticed the price of the IPAD 2 was identical at Walmart,Best Buy, Frys, and the Apple store the sales person at The Apple Store told me the main benefit to buying the IPAD 2 from the Apple Store is that they do all the initial set up of the device is this not the case for all the vendors of the IPAD2? Also as I was inside the local Apple Store they were conducting some sort of tutorial on the use of the IPAD 2( at least 40 persons in attendance) is this free?

    There are no vendors on this site - just other users helping each other solve issues ..... but to answer your questions.....
    Those instructional workshops are free to attend. This is copied from the information website at one of the Apple Stores in Pittsburgh, PA
    Take a workshop. On the house.
    Learn something new by taking a free workshop at an Apple Retail Store. Our workshops are taught by people passionate and knowledgeable about Apple products and eager to share their knowledge with you. Sign up in advance or drop in. You’ll have a great time, learn new skills, and pick up loads of tips.
    If the price is the same everywhere that you have looked - I would suggest purchasing wherever you feel most comfortable. I think you might be answering your own question though when you ask if the workshops are free. You are not going to get the type of instruction - if you get any at all - from a reseller like you will get at an Apple Store. The Apple Store will set the device up for you if you want them to do so.

  • TS4000 When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    When I create a reminder the date/time will not stay attached to the reminder. It initially sets then drops off. Any ideas?

    Sounds like we have a similar problem.  Four days ago I was playing music through a wireless Bose speaker via bluetooth and everything was fine.  Then I was texting while listening and got 2 texts about the same time as I was typing one and my phone went black.  I pushed the home button and it worked, went into my texts and all were there.  However ever since then the time isn't right, so it can't keep time no matter what I do.  The bluetooth works only at times, the wifi keeps jumping on and off, sometimes my data won't work and the other day I couldn't even turn it off, so had to wait until it died.  The battery life display at that moment wasn't correct either.  Took to Verizon, they couldn't help.  Suggested a factory reset, which I did last night and still the same issues!  One day I couldn't even text my husband on his iPhone.  Just wouldn't work at all.  Did everything suggest and still not good.  Seems like after stalking these pages today a lot of people are having this problem in Dec/Jan and of course also I'm 3 weeks out of my 1 year warranty and so were many others, by days.  Very strange, and all on the 5C.  What did you do?  Is it working now?

  • E-recruitment 600 browser supported?

    Hi Experts,
    E-recruitment 600 version can only support IE 9 and latest firefox. Is this something to do with the SAP Netweaver?
    If we upgrade to SAP Netweaver 7.31, will E-recruitment 600 able to support other types of browser?
    Regards,
    TCL

    Hi TCL,
    It is not needed to upgrade to a higher netweaver version if it is just for internet explorer support
    From the PAM (http://service.sap.com/pam):
    INTERNET EXPLORER 11 DESKTOP + WINDOWS 8.1 64-BIT + SAP BASIS 7.00 [>= SAPKB70029]
    SAP recommends vers. 10 or higher for IE. Minimum Service Pack Stack for IE version needs to be installed. IE11 offers now "Enterprise Mode" as compatibility mode for application designed for IE8. See IE11 Release Note 1903267 for details.
    This means that with support pack 29 of the SAP BASIS component of netweaver 7.00, you will have support for internet explorer 11.
    Official support for google chrome only exists as of netweaver version 7.02 as of SP12 and 7.31 SP05.
    Regards,
    Luk

  • M y issue is E recruitment u2013 Recruiter job requisition (BSP)

    M y issue is E recruitment u2013 Recruiter job requisition (BSP)
    Required Fields on Job Requisition fields are noted with a red asterisk (*).
    How to add red asterisk in job requisition page (BSP)
    Regards
    Eshwar

    Hello Eshwar,
    Red Astreik is only acheived through BSP application. It is not possible by standard customization. Sp you need to do
    custom modification here to acheive this.
    Best Regards,
    Deepak....

  • I bought elements 13 and downloaded it , but when asked to sign into my adobe account as requested at initial set up of elements 13 , I know my correct password etc and i have a good internet connection But nothing happens even if i wait an hour or so. An

    i bought elements 13 and downloaded it , but when asked to sign into my adobe account as requested at initial set up of elements 13 , I know my correct password etc and i have a good internet connection But nothing happens even if i wait an hour or so. Any help would be appreciated.

    Hi Michael,
    Thanks for posting on the Adobe forums.
    Please follow these steps :
    Go to following location:
    for Win
    C:\Program Files (x86)\Common Files\Adobe
    C:\Users\username\AppData\Local\Adobe
    for MAC
    Finder> Go > Go to Folder
    \Library\Applicaiton Support\Adobe
    ~\Library\Applicaiton Support\Adobe
    Locate folder OOBE and rename it OOBE.old
    Download and install�
    Adobe - Adobe Application Manager : For Windows : Adobe Application Manager
    Adobe - Adobe Application Manager : For Macintosh : Adobe Application Manager
    After the installation
    Try to Open Adobe Application Manager / Creative Cloud App.
    Log in that with Adobe ID and Password.
    If it does not work first try couple of times more.
    Let me know if this resolves the issue.
    Regards,
    Sandeep

  • [svn:osmf:] 17497: Fix FM-933: ProxyMetadata doesn' t dispatch change events for its initially set inner metadata.

    Revision: 17497
    Revision: 17497
    Author:   [email protected]
    Date:     2010-08-27 09:58:09 -0700 (Fri, 27 Aug 2010)
    Log Message:
    Fix FM-933: ProxyMetadata doesn't dispatch change events for its initially set inner metadata.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/FM-933
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/elements/LoadFromDocumentElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/ProxyElement.as
        osmf/trunk/framework/OSMF/org/osmf/elements/proxyClasses/ProxyMetadata.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestProxyElement.as

  • Initial Setting Printing | Configuration printing

    Hi Development expert,
    I hope you are aware that in implementation process, consulttant has to do the System initialisation as per the Business blue print.
    Now my point is if SAP provides the printing of the initial setting then the consultant can take sign off on the print out.
    I believe that this can help a lot in mplementation process.
    Ideally this print should cover all the basic setting which are required to be done intially i.e. company setting, system initialisation, GL Mapping, Document series etc...
    I hope development team will consider the request and takes it in development plan.
    BR
    Samir Gandhi

    Thanks Gordon,
    Your words are very motivative.
    I am surprised that nobody from SAP Product Development team has responded !
    BR
    Samir Gandhi
    Hi Development expert,
    I hope you are aware that in implementation process, consultant has to do the System initialisation as per the Business blue print decided with customer as per SAP ASAP AIP 2.0.
    Now my point is if SAP provides the printing of the initial setting then the consultant can take sign off on the print out.
    I believe that this can help a lot in implementation process.
    Ideally this print should cover all the basic setting which are required to be done intially i.e. company setting, General Setting, system initialisation, GL Mapping, Document series etc...
    I hope development team will consider the request and takes it in development plan.
    BR
    Samir Gandhi

Maybe you are looking for