E-recruitment-- Requisition Page

Hi All,
I am working on E-recruitment in ECC 6.
I have generated report using RCF_GENERATE_URL for the employee( 0001 ) and pasted the link in the browser.the Following error was displayed. 1. How can i solve this error. Logon Error
"Logon requires activated Single Sign-On on this server. This is not the case. Contact your system administrator"  2. My Second questions      Is there any way we can see this page without activating the Single sign-on

Hi Ram,
Go to Tcode RZ10 Select the Instance Profile.
Select the Extended Maintenance Mode.
and set this two parameters
<b>Parameter Name                              Parameter value
login/create_sso2_ticket                    2
login/accept_sso2_ticket                    1</b>
and restart the system.
Note: this is a basis activity
Regards,
Rao
Message was edited by:
        Rao

Similar Messages

  • Quick confirmation on E- Recruitment requisition page

    Hi All,
    When we enter the Position in the 'Organization data tab' of 'requisition' the values of Org unit and job get defaulted and then we save the page.
    As a result are we saving the Infotype 5125 or 5126 or it is some other infotype?
    Please confirm.
    I am asking this because a customized workflow has to trigger the moment we save the Organization data tab of Requisition.
    Thanks and best regards
    Rajeev

    Hello Rajeev,
    when you assign a position to a requisition the system creates a relation between object requisition and object position in IT 1001.´The org unit and job are read from the existing relations between position and these objects in IT 1001.
    Only if you directly assign job and org unit to a requisition by maintaining the second sub tab of the organizational data tab this informatzion is stored in IT 5125.
    Best Regards
    Roman Weise

  • E-recruiting: Requisition management - Possible to change the field names??

    Hi to all e-recruiting experts,
    Need some assistance pertaining to the requisition management portion in e-recruiting.
    We have showed the standard SAP E-recruiting requisition bsp pages to our client and they have requested changes to the field names as they feel that the standard names are not intuitive enough.
    For instance,
    The field - "Hierarchy Level" - They have requested to change to "Job Grade"
    and the field "Functional Area"  to "Type of Work".
    Is there any way that i can change the name of the field through configurations?
    I understand that in a infotype, we can change the field name through translation. But can we change it in BSP? I was told to explore on how to configure via OTR.
    Can anyone share on the steps involved?
    Many thanks in advance.

    Well quite easy,
    create a context for an otr text (E-Recruiting are in package PAOC_RCF_UI). You will find that in SOTR_EDIT.
    Activate this context with implementing BADI BTFR_CONTEXT.
    After doing this, adjust context in SOTR_EDIT with Go To -> Context -> Adjust.
    Eventually refresh otr buffer with Transaction /$otr
    For one text there can be more than one OTR Text in backend, so you might change more than one.
    Regards

  • Question on E-recruiting Requisition Forms

    Hi all,
    I have a question on the e-recruiting requisiton management portion. From what i read in the documentation, the requisiton pages can be displayed in either BSP or in PDF format (interactive forms).
    Can anyone please point me to the necessary steps to configure on the displaying of requisition pages?
    I have configured in table T77RCF_UI_PARAM and set the following -
    hrrcf_req_dovr DISPLAY_PDF " "
    By right, the requisition page shd be displayed as HTML but currently it is still in PDF.
    Anyone know what is the correct steps or configurations?
    Many thanks to all!

    Hello Corrine,
    In the table T77RCF_UI_PARAM the entry "hrrcf_req_dovr  DISPLAY_PDF X" is for
    following standard forms:
    HRRCF_DATA_SUMMARY_REQUISITION Requisition
    HRRCF_DATA_SUMMARY_POSTING Job Posting
    HRRCF_DATA_SUMMARY_POST_INST Posting Instance
    If you are using custom form then consider following:
    In table T77RCF_UI_PARAM, create a new entry for the relevant combination of BSP application and parameter type and assign the name of your customer-specific form as the parameter. Application name are case senstive, maintain the application name with correct case.In order to find out whether uppercase or lowercase, go to package PAOC_RCF_UI in transaction SE80. In the list of BSP applications, check whether the ones used in T77RCF_UI_PARAM were named in upper or lower case.
    I hope above information will helps.
    Regards
    Pooja

  • E- Rec - Hiding links - Create / copy requisistions in Recruiter start page

    I use a MSS view for creating Requisitions and hence want to hide Create / Copy requisitions link in Recruiter start page --> maintain requisitions.
    Cn it be done with context changes. If yes, Can some one provide some info on the steps required.
    Thanks
    G Raj

    Hi,
    if you want to change the the appearance (grouping, links, texts) of a startpage this is completely done in customizing or better said you can define your own startpages and use some parts of the sap delivery if you like. The customizing for sartpages can be found in the IMG (T-Code SPRO) under SAP E-Recruiting -> Technical Settings -> User Interfaces -> (Settings for User Interfaces with Business Server Pages (BSP)) -> Start Pages.
    We usually define customer startpages in every project, this is really no big deal.
    If you want to remove a link from a page you should start by analysing the standard startpage as you will have to "rebuild" it. The standard startpage for the recruiter is 0003. Important to know is that IMG only contains customer customizing. The sap standard delivery is stored in own tables which can only be accessed using table tools e.g. SE11 or SE16.
    The tables for startpage customizing are named T77RCF_SP*:
    T77RCF_SP_ID(C) - Startpages
    T77RCF_SP_ID(C)T - Startpages texttable
    T77RCF_SP_GROUP(C) - Startpage groups (the blocks with a number of links)
    T77RCF_SP_GROUPT/GRPCT - Startpage groups texttable
    T77RCF_SP_LINK(C) - Links
    T77RCF_SP_LINK(C)T - Links texttable
    T77RCF_SP_ASID(C) - assignment of groups to startpages
    T77RCF_SP_ASGRP(C) - assignments of links to groups
    The table without C is the standard delivery, the one with C is the one for customer customizing.
    Just take a sheet of paper and start by getting all groups to the startpage 0003. This should be 1005, 1000, 1001, 2000, 1002, 1004, 1003 but could differ depending on release and support package. As you only want to change the 2nd group you will be able to reuse the others. Next get the links to the group you want to change. In my system it's group 1000 which contains links 1000, 1001, 1003 and 1004 according to T77RCF_SP_ASGRP.
    When you have this info you can start customizing your own startpage. you will need to create a new group in the IMG node -> Define Start Page Groups. Just use the information you find in the standard delivery and assign the 3 links you want to keep. Then create your startpage and assign the standard groups and instead of 1000 your own.
    Althought it is possible to use the same numbers for IDs like SAP I prefere using 9NNN for the ids so you always know if its standard or customer. furthermore do not forget to udate your authorization roles and add the new startpage.
    Best Regards
    Roman Weise  
    PS: of course it is your decision to hide links. But even if the managers create the requisitions using MSS the recruiters will work with their startpage only and they will have to be able to create and maintain requisitions so i am not sure if hiding the link is a good idea.

  • Unable to access E-Recruiting Start Pages Externally

    Hello,
    I’m hoping for some assistance with an E-Recruiting issue (standalone system; Version 3.0).  We are currently only able to access the start pages while inside of our network, and receive a “page cannot be displayed” message while outside of our network.  This is with the exception of the candidate registration page.  We can successfully register, and then pass on to the main E-Recruiting start page for an external candidate.
    The hrrcf_start_int bsp/service is used to call the start page for registered internal candidates, recruiters, and administrators (different view for each).  The hrrcf_start_ext bsp/service is used to call the start page for registered external candidates.  And, the hrrcf_cand_reg bsp/service is used to access the external candidate registration page. 
    The URL’s for the start pages were created using program RCF_GENERATE_URLS.   We are requiring all traffic be routed through our WebDispatcher, and all traffic be HTTPS, so the URL’s start out with https://recruiting....  Our E-Recruiting system is actually “careers”, but again, we want all traffic to go through our WebDispatcher, which is “recruiting”.
    We have created external aliases in transaction SICF for all three URL’s, and using the alias, I can successfully login to all pages within our network.   When I test the external aliases within SICF, I get an internal error (The user is not assigned a candidate or an employee) for the hrrcf_start_int and hrrcf_start_ext services.  When I test the external alias for hrrcf_cand_reg, it is successful.
    When I test the hrrcf_start_int  service within SICF, I get the logon page, but after logging on, I get message “Name of logical port’&&lp_named” is invalid”.  When I test the hrrcf_cand_reg service, it is successful. 
    When I test the hrrcf_start_int and hrrcf_start_ext BSPs in SE80, I receive an Internet Explorer “cannot display page” message.   The same is true for the hrrcf_cand_reg.  However, it is trying to access http://recruiting instead of https://recruiting.  I can see that URL address in the application.do Controller, but have no idea where to change it, because it is greyed out (any help with this would be appreciated as well.)
    We have created internal users using program RCF_CREATE_USER, and when I look at transaction BP, I see that it is creating a business partner for each user.
    We have had SAP tell us that it is not a WebDispatcher issue, and we have also confirmed that it is not a firewall issue.
    It seems interesting to me that we can only get to the one page that does not first require authentication.  If anyone has any information that would be helpful, I would appreciate your time.
    Sorry for such a long message, but I was just trying to be as clear as possible.
    Thank you,
    Leeanna Travis

    Hello Leeanna,
    quite a lot of topics and doing remote analysis for netwok issues is difficult.
    Some ideas:
    - starting hrrcf_start_ext / hrrcf_start_int via SICF or SE80 will never be successful as these applications need parameters. The message you got when testing startpage from SICF is classical for invalid startpage Id
    - if you do not reach pages from outside, check network traffic / access rights in firewalls. Usually the sap server name cannot be resolved through a dns for an outside call as you companies dns is not visible for internet users. You will need a relay.
    - check that full qualified server name is set on the server
    - check eeb infrastructure that it allows the access protocoll. If ICF service says http but firewall only allows https you won't get a responde. Sometime switching protocolls within the request produces problems.
    - WebDispacher is known for eating parameters / url parts. Try to get your hands on the traces of the requests which really reach the server.
    - if possible supply some more information on release & support package level. E.g. there is a support package which has an error that if you activate 'do not show https warning' in an icf service it does not only hide the warning but the whole logon screen :o(
    Hope that helps, if not just reply - perhaps w/ focus on one special point.
    Best Regards
    Roman Weise

  • MSS Recruitment Requisition 'Internal error: null" message

    We are setting up the recruitment requisition functionality of MSS.  When the form loads (via the Form Tree) we just get the message "Internal error: null". 
    I have checked the back-end config and iView properties.  All of the required PAR files are loaded.  We have MSS 50.2 on EP5-SP6.
    I think the same message might come up with the PCR forms too.  I would really appreciate any tips as I'm pretty stuck here.  I couldn't find any relevant SAP notes. Thanks.
    Log:
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestException(PortalRequestManager.java:688)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:289)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:231)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:475)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:285)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:524)
    at com.sapportals.portal.prt.portalconnection.sapnative.DelegatedPlugIn.handleRequest(DelegatedPlugIn.java:715)
    at com.sapportals.portal.prt.portalconnection.sapnative.PortalPlugIn.handleRequest(PortalPlugIn.java:138)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:648)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
    at com.inqmy.services.httpserver.server.Response.handle(Response.java:166)
    at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1152)
    at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
    at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)
    Caused by: java.lang.NullPointerException
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageHTML.isValidUrlParamString(PCDEditorMessageHTML.java:97)
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageHTML.createOnLoadJs(PCDEditorMessageHTML.java:54)
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageHTML.createEmptyMessage(PCDEditorMessageHTML.java:31)
    at com.sapportals.portal.pcdeditor.message.PCDEditorMessageMain.doContent(PCDEditorMessageMain.java:39)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:127)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:285)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:231)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:475)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:285)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:524)
    at com.sapportals.portal.prt.portalconnection.sapnative.DelegatedPlugIn.handleRequest(DelegatedPlugIn.java:715)
    at com.sapportals.portal.prt.portalconnection.sapnative.PortalPlugIn.handleRequest(PortalPlugIn.java:138)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:648)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:147)
    at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:789)
    at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:644)
    at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:305)
    at com.inqmy.services.httpserver.server.Response.handle(Response.java:166)
    at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1152)
    at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
    at com.inqmy.core.cluster.impl3.ParserRunner.run(ParserRunner.java:30)
    at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:132)com.sapportals.portal.prt.core.PortalRequestManager@7a687b #

    Hello Mike,
    We already had this kind of situation.
    On the transaction QISRSCENARIO you need to select your scenario and generate the .PAR file again (they will be on C:     emp). Then unzip those files and search for the "default.properties" and there you will find a parameter "SystemIdentifier.value=" that need to be your System Álias on Portal. I don't know why, but when you generate the file this parameter it is filled with SAP_R3_Financials. After the change you need to upload the .par file.
    Good luck!
    Daniel Kiel

  • E-Recruitment Recruitment home page under Talent Pool Database

    Hi
    E-Recruitment
    Recruitment home page under Talent Pool Database under search for candidate getting Internal Error
    u201CAn internal error occurred. Please try again lateru201D
    Why this error coming?
    Please any one guide me
    Regards,
    Eshwar

    Hello eshwar,
    whenever there is this "An internal error occurred, ..." message in sap e-recruiting you should have a look into T-Code SLG1 and check the application log. There you will find additional information.
    If you cannot solve the problem with this additional information just post the log information here. Probably someone will be able to help.
    Kind Regrads
    Roman

  • Recruiting Requisition: Status Overview iview not refreshed

    Hi
    When new E-recruitment requisitions are created its not getting updated in the iview - Recruiting Requisition: Status Overview.
    Its getting updated after many hours only. Can anyone provide the solution for refreshing the iview with the latest requisition say within few minutes.
    Regards,
    Sasha.

    Hi
    Can anyone please provide an input on this.
    Regards
    Sasha.

  • E-RECRUITING Start Pages and WebDynpro

    Hello All,
    I need to implement a new Link in E-Recruiting Recruiter Start Page.
    But my new link is an ABAP WebDynpro and not a BSP application.
    I followed all steps of creation.
    I Created the OTR Links, and the entries in tables: T77RCF_SP_GROUP, T77RCF_SP_ASID, T77RCF_SP_LINK and T77RCF_LOG_APPL.
    I can see the link in the Start Page of Recruiter.
    But when i click on it, the follow error is displayed:
    BSP Exception: the Application Name erc_a_class_ui_ps in URL XXXXXXXXXXXXXXXXXX is invalid.
    I have no experience with e-recruiting, but i think in the T77RCF_LOG_APPL is possible to enter only BSP apllication. Is that correct?
    If yes, how can i to point an ABAP WebDynpro apllication?
    Thanks.

    Hello João Mariano,
    As you know that you need to maintain your entry in the view table V77RCF_SP_LINKC or T77RCF_SP_LINK
    and link the same entry in V77RCF_SP_ASGRPC Assignment of Links to Start Page Groups.
    Prerequisite:
    Start page link : 9001
    Name : XYZ
    OTR Alias Link :
    External URL as ' https://mail.google.com/mail/#inbox ' or Web Dynpro ABAP URL with https://
    I am sure it will work i have done this for you in my sand box however I am unable to attach the document.
    Thanks & Regards
    Ravi Sabba
    Certified SAP Talent Management Consultant

  • E recruiting:Link for Managers requisition page in MSS

    Hi All,
    I need to know the BSP page which is used to raise requisition for the mangers through MSS
    Secondly I also need to knwo how to genearte the url for this BSP page.
    Any Help is greatly appreciated
    Thanks and best regards
    Rajeev

    Hello,
    The requisition request view in MSS is an iView from the MSS package and can be found under 'Teams'. The iView is called:
    com.sap.pct.erp.mss.requisition_creation
    Regards,
    Nicole

  • E-recruitment requisition workflow(WS 51800008)

    Hello All,
    We are facing issue in approval of requisition workflow(WS 51800008).The issue is as follows,
    When we forward the requisition to recruiter for approval,the workflow WS51900008,WS51900005 are triggered corresponding to events CREATED,Status Change,but no agent is assigned for both of them.So i suppose the approval  Workflow WS51800008 is not triggered
    Could someone pls explain me in detail as i m relatively new to e-recruitment.We have done all the necessary settings for the workflow and implemented the note
    Note 746709 but with no results.
    Thank you pls do advice.

    Hello Pavan,
    I m pasting the url which is generated which contains all the import parameters and after pressing the approve button there is a page that comes up saying "Request approved".but that url doesnt contain decision parameter.
    http://tcscq1.hrservicesonline.com:8001/sap(bD1lbiZjPTQ1MQ==)/bc/bsp/sap/hrrcf_approval/application.bsp?objid=50002412&otype=NB&plvar=01&requestdate=20090420&requestedRsnCode=12&requestedstatus=1&requester=Dave+Bankar&SAPWFCBURL=http%3a%2f%2ftcscq1%2ehrservicesonline%2ecom%3a8001%2fsap%2fbc%2fwebflow%2fwshandler%3f_sapwiid%3d000000006031%26_saptask%3dTS51807979%26_saplogsys%3dTD1CLNT451%26_sapuname%3dAARONMINYARD%26_saplangu%3dE%26_sapxid%3d976FEC491D6F880DE1000000AC11300B%26sap-client%3d451
    Url after clicking approve button.
    http://tcscq1.hrservicesonline.com:8001/sap(bD1lbiZjPTQ1MQ==)/bc/bsp/sap/hrrcf_approval/application.bsp?objid=50002412&otype=NB&plvar=01&requestdate=20090420&requestedRsnCode=12&requestedstatus=1&requester=Dave+Bankar&SAPWFCBURL=http%3a%2f%2ftcscq1%2ehrservicesonline%2ecom%3a8001%2fsap%2fbc%2fwebflow%2fwshandler%3f_sapwiid%3d000000006031%26_saptask%3dTS51807979%26_saplogsys%3dTD1CLNT451%26_sapuname%3dAARONMINYARD%26_saplangu%3dE%26_sapxid%3d976FEC491D6F880DE1000000AC11300B%26sap-client%3d451
    Both the url are almost same,atleast the return url should contain decision parameter but its not the case here.
    What can be the problem,have any one faced similar issue.
    And what are the events/workflow steps that occur after clicking approve button.i guess it should trigger
    status change workflow WS51900005 to change the status.
    In my case if i check in swel it jus says WEBSERVICE completed event been triggered.
    Pls do help stuck in this for very long now.
    Regards,
    Sharad

  • Problem with Restricted Recruiter Requisition Status Change Approval Proces

    Hello,
    Our company is having a problem with Recruiters recieving any approval notifications for requisitions where the status change is performed by someone logged on as a Restricted Recruiter.  The approval notification never appears in the Recruiters approval page.  The Restricted Recruiter is able to submit the request without any problems.
    I was hoping that someone could help point me in the right direction so that I may begin troubleshooting this.
    Thanks for your assistance.
    Ryan

    I have been doing some digging on this matter on E-Recruiting workflow and have discovered transaction SWI2_FREQ (Work Items per Task), very useful.  Upon running this utility I found 8 pending approval request tasks.  I double clicked on the task to show the workflow status of each task.
    I double clicked on one of the request for status change tasks for a requisition which took me to the approval request for status change of Req ########.  Here I clicked on the activities tab selected the activities tab, selected the activity Approval request for status change of Requisition ######## then clicked on the execute icon.
    Doing this opened up a new web browser and prompted me to login.  Using the correct login credentials for this environment I click the login button and promptly recieve the error message...
    Error in Web service execution
    E:SWF_HTTP:050 TS51807979
    At this point I am unsure of where to go...
    Any help would be appreciated.
    Ryan

  • E Recruitment : Requisition - Position Validity issue

    Hi All,
    In Requisition creation, I am trying to assign a Position ID in Org Structure assignment Tab.
    When I search for position ID here, in the result of search list it also shows the positions whose status is NOT "vacancy open" as on today.
    If the position's status was "Vacancy Open" in the past, but not valid as on today's date, still that position shows in the search list. Which ideally it should not.
    Any clue will be appreciated.
    Thanks.
    Tejas

    Hello Tejas,
    it is standard behaviour of sap e-recruiting to allow the assignment any position, a vacancy is not required.
    When searching for positions there should be a checkbox to search for vacant positions only. This should reduce your result list.
    Best Regrads
    Roman

  • E- recruitment requisition not functioning well!

    Hi all!
    I was doing the configuration of the SAP e-Recruitment. The problem which i am facing is that i am not able to attach the vacant position number to the requisition which i am creating. Can any one through light on this.
    Points will be awarded to the person solving the problem.
    Regards
    Saurav

    Hello Saurav,
    positions are assinged on the organizational information tab of the requisition maitanance container sequence. If you use the standard configuration it should be the 2nd tab in the recruiter view. The tab hase a "subsequence" where it is the first tab. This should be visible if not modified as customizing this subtabs will be implemented with ehp3 which is not released yet.+
    In the database this assignment is stored as releation between these 2 objects in IT10001.
    If you are on an integrated system the positions should be available. If you are on an alone installation you have to transfer the positions before assigneing the viw ALE of course. Please note that the vacant flag is not transfered with the ALE so it has no effect for E-recruiting standalone installations. You will find all positions in the search.
    If you are in an old installation you might face the problem that you miss a note which fixes the problem that positions stating in the future were not found in the search but this is quite unlikely as it is really a very old note.
    Best Regards
    Roman Weise

Maybe you are looking for

  • Problem in deploying SAR file in clustered environment

    Hi All, I need to deploy a BPM Project (BPM 11g) to two nodes of a Weblogic cluster. However when I am trying from Jdeveloper it is showing both WLS_BPM1 and WLS_BPM2 as checked in deployment wizard. But after deplyment it shows that it has only depl

  • Why does CTRL+ enlarge images on some pages, not others?

    I have a website with many pages. On some pages, CTRL+ enlarges the images, on others, it enlarges the TEXT BUT THE IMAGE ACTUALLY SHRINKS!. An example of a page where CTRL+ does not work: http://www.microscope-antiques.com/acme4.html An example of w

  • How do I add text to a gif?

    I'm new to photoshop, and I'm using PS Elements 10. I'm trying to make a gif for tumblr with a subtitle sort of thing. Examples: http://24.media.tumblr.com/tumblr_mbltxjX58O1qdbu6mo6_250.gif http://24.media.tumblr.com/tumblr_mbltxjX58O1qdbu6mo4_250.g

  • Pages Page Numbering not working correctly in iOS 5.01

    Whenever I set up Auto Numbering for a Page footer in Pages, it gives me high negative numbers instead of real page number or counts. I'll get -23829839282 or -2893282922 of -2973287372 instead of Page 2, or Page 2 of 4. This works in the Desktop Pag

  • How to make items in a region populate a parameter in another region

    I have two regions in an APEX page: List of items (hyperlinks) on the left, PL/SQl block containing a media player for videos on the right. What I want is for the list to talk to the media player. Click an item in the list and that populates what fil