E-Recruiting : Creation of Search Profile for custom infotypes

Dear experts,
Can anyone let me know if you have created search profiles for custom infotypes in eRecruiting?
The requirement is for the TREX to be able to search for Candidates based on the fields which are defined in this custom infotype. This infotype (9999) is completely custom defined mapped to object NA.
In the IMG,
I don't have to change the search profile type
I created a new Z Information category.
Here, i have to specify an extraction class for this Z Information Category.
Can anyone please tell me what this should be? Can i give it as "CL_HRRCF_CEC_INFOTYPE" ?
Also, can anyone please mention the significance of the table "T77RCF_SPT_INFTY " and how we should be handling the entries here for our custom infotype ? Should we create a custom class to specify here? How should we do this ?
Any inputs & thoughts regarding this will be invaluable.
Needless to say, i created the Z information category with the class CL_HRRCF_CEC_INFOTYPE but when i run the report RCF_RECREATE_SEARCH_PROFILE,It is giving me a lot errors.
Please help.
Regards,
Sowmya

Sowmya,
To answer your question, Yes, automatic generation of NA for newly hired/created PERNR (P) is because of the integration you have activated between PA and eRecruit via BADI implementations. Look at OSS note 997181 for details on how integration works.
If you dont need integration between PA and eRecruit on PA40 then you may have to tweak the BADI's.
regards
Sridhar Kandisetty

Similar Messages

  • How to assign search help for custom cost centre field in SRM 7.0

    Hi Experts!!
    We are currently working in SRM 7.0.As per our business requirement, in account assignment tab we need to use a custom
    cost centre field (ZCOST_CENTRE) instead of standard cost centre field.It is observed that for standard cost centre field there is a standard web-dynpro search-help assigned where it will return the F4 search help values from backend.
    Can any one of you please help me how can I assign the search-help for the custom cost centre field. Is there any FM to call the backend cost centre search help for custom field or any other way how can I achieve this?
    Thanks in advance.
    Regards,
    Kalyani

    kalyani,
    i can see your requirement in below way..
    as it just reads: you need to assign the standard cost center help to a z cost center field in component /SAPSRM/WDC_UI_DO_ACC.. which actually is fetched though the component /SAPSRM/WDC_UI_BACKEND_SH
    so, if you see the component controller of SAPSRM/WDC_UI_DO_ACC you will see the component
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH                        
    USAGE_SH_F4     /SAPSRM/WDC_UI_BACKEND_SH     INTERFACECONTROLLER
    so you can replicate the same functionality for your z field.
    but can you clarify one thing.. why are you going for this z field in place of standard field ?

  • Search Help for Custom field in Sourcing Cockpit

    Hi SRM Experts,
    I added custom field "rush order" in the Structures as per requirement. I added code in MODIFY_SCREEN function module. Search help is working for "rush order" in Process Purchase Orders (to search PO) and Check Status (Searching Shopping Cart). But it is not working in sourcing cockpit. Please guide or suggest me is there any additional settings or programming is required to have search help for custom fields in Sourcing Cockpit.
    Thanks a lot in advance.
    Thanks,
    Koyya

    Hi SRM Experts,
    Please let me know any suggestion on this issue.
    Thanks a lot in advance.
    Thanks,
    Koyya

  • Search Help for Customizing Workbench request

    Hi Colleagues,
    I have two elements in the WD UI viz: Workbench Transport Request and Customizing transport Request.
    I have Dictionary Search Help set to SEEF_MIG_TRKORR for Workbench TR but i cannot find a search help for Customizing TR.
    Also there is no search filter on the SEEF_MIG_TRKORR search help. Thus i cannot use this for both the elements.
    Could you please help to determine the search help for customizing request.
    Thanks and Regards,
    Piyush

    Please try '/SAPSLL/TRKORR_W' OR 'COMSH_DIFF_KEY_GEN_REQ'
    Edited by: Ramalingam Muthian on Mar 5, 2010 10:47 AM

  • Can't find the Collective Search help for Customer in VD02/VD03

    Hi
    I ave (I hope ) an easy question for you  - 
    I need to extent the Collective search help for Customer in VD02/VD03 with an additional elementary search help, but I can't find the name of the Collective Search Help (F1 -> Technical Information only gives Search help '=')
    So, where do I find it ?
    Regards
    Morten Nielsen

    OK I Found it  -  Called DEBI
    Regards
    Morten Nielsen

  • T code for custom infotype in PA

    Hi
    T code for custom infotype in PA.
    Regards
    Sudha

    Hi Sudha,
    PM01 is the tcode.
    Similar questions were already answered in the following threads
    ABAP HR : Infotype Enhancement
    So please search and then post specific queries.
    rgds
    gayathri

  • How to add search help to custom infotype listbox??

    Hi All,
    How to add search help to custom infotype listbox??
    Thanks in advance

    Hi Vinay,
    We have search help and list box as 2 different options.
    At a time we can make a field a list box or a search help.List box is restricted and we can pick values from the defined list whereas in search help we can allow more entries and then validate the value entered later.
    Implementing a listbox or search help in infotype is same as that of implementing it in a modulepool .
    for search help..we can create a custom search help or check for existing search help in se11
    then in the screen on infotype field..assign the search help direcly at the screen painter level..
    double click on the field in screen painter -> change mode and then in the space for "search help" enter the search helps name
    for list box..in the screen painter ,make sure the field is selected as list box..then in PAI of screen we do a
    (Process on value-request..field fieldname module module name)..check syntax and other details...
    Using function module vrm_set_value fill the field and populate it as required
    Pls check and revert
    Regards
    Byju

  • Logical database PNP not retrieving data for custom infotypes.

    Hi all,
    I am using logical database PNP in a program. I have declared infotypes as follows:
    INFOTYPES: 0001, 0002, 0041, 9801, 9840.
    The problem is that the logical database is retrieving data for the standard infotypes but not for the custom infotypes. Any explanation as to why data for custom infotypes is not being retireved and how this can be solved will be greatly appreciated.
    regards,
    Hamza

    solved

  • How to upload data for custom infotype

    Hi  Friends
    Can we use HR_INFOTYPE_OPERATIONS   FM  for custom infotype too  or is there other way or other Standard FM to upload data for custom infotype  starting with 9000..etc.
    Points will be there for sure.
    Thanks
    Meeta & Roopa

    Thanks for quick response.
    my qns is can we use Standard FM like HR_INFOTYPE_OPERATIONS  for custom infotype too ?
    in my requirment  input will come from portal form and in background  Java Wd is going to use these FM  but i have this big  doubt can we use these standard FM for  uploading data in custom infotype as well or else is there any other way.. but for sure we can't use BDC and LSMW in this requirement .
    Thanks Meeta & Roopa

  • Currency config for Custom Infotype

    Hi Guru's,
    Can any one guide me how to config the currency for Custom infotypes.
    Regards,
    Reddy

    Hello,
    If I was to do it and under the exposed conditions I  would have to make a batch input report that would create a cut in your infotype from the currency change start date and record - convert all previous record to new currency.
    There is a few standard program created back when the euro came into play that you could have a look at so to replicate behavior for your custom infotype. Report is RPUEMU00, you could have a look at subroutines PROCESS_INFOTYPE_TABLES, PROCESS_PA0015, or maybe just custom abap logic will suit you better.
    Cheers.

  • E-Recruiting 6.0: Search Profile & Search Template

    Hi Experts,
    I am trying to enhance and configure the Search function (which can be triggered in Talent Management or Candidate Selection Search) in  E-Recruiting 6.0
    Can anyone tell me the difference in config/purpose between the config:IMG->SAP E-Recruiting->Recruitment->Talent Warehouse->Candidate->Candidate Search, Search Profile and Search Template?
    I read the online help and it only describe about Search Template and not Search Profile.  I also check the standard system and it only displays what is configured for Search Template and NOT Search Profile.
    Is the Search Profile still in use and what is the purpose if I have already configured the Search Template?
    Thanks in advance.
    William
    Edited by: William Toh on Mar 24, 2008 6:11 AM

    Hello Bill,
    unfortunately the information that an internal candidate has left (or will leave - in this case the is_inactive flag will be set at the leave date via a periodical service processing table t77rcf_p_stat) can be easily seen on the databese but not in the e-recruiter applications.
    I am not really sure if the employee id should disappear in candidacy table or not (customers see this different according to their attitute to rehiring people) but in general sap did not implement alot of functionalities to differ between internal and external candidates. Ok there is something for correspondence but it is not even possible to have different questionaires in the application wizard for external iand internal applicants.
    In my opinion I'd assume that an employee applying on an internal position and leaving in the process is a 1 of 1000 case, as long as the process does not take eternities so I personally would not invest much effort into it. You cannot handle every special case in a system (or at leat noone pays for it) and from my experience in companies up to perhaps 2k employees, everyone in HR knows who leaves.
    If you really have a strong business need in this issue, e.g. positions are published internally and once someone leaves has imedeately taken of the position you could use the the e-recruiting BAdI which is available in the BAdI implementation delivered by SAP to handle the candidate creation and stuff. You could add functionality into it that it tracks if there is a leave and the candidate has open applications and send the recruiter of the requisition an email. Other solution might be a periodical service or any other background job which checks this and destributes the information so the recruiter can take the necessary actions.
    Best regards
    Roman Weise

  • E-Recruiting: Problems with search profile and serach templates

    Hi Recruiting-Experts,
    I´m facing problems with "Search Profiles" and "Search Templates"
    (Customizing SPRO --> SAP-E-Recruiting --> Recruitment --> Talent Warehouse --> Candidate --> Candidate Search )
    Out customers wants me to add a new search criterion to the talent search. It's a customer-field (type 'd' --> Date)  belonging to infotype 5106.
    Unfortunately, it doesn't work. The hit list is always empty.
    What I did:
    Customizing (see above)
    Updated search profile (report RCF_RECREATE_SEARCH_PROFILES)
    The result:
    I can see and choose the new search criterion on talent warehouse search site (recruiters startpage)
    I can find the data (internal format yyyymmdd) via transaction SKPR07 (see XML below, ZZEARLIEST_ENTRY 20090901)
    By the way, the hit list is also empty when adding and searching for birthdate.
    Has it got to do with the date stored in internal format?
    Thanks for any comments / help.
    Regards
    CHRIS
    =========================================================================

    Hi Sebastian,
    thanks for your quick answer.
    That's why I didn't get it done for hours yesterday.
    Thanks again,
    Regards
    CHRIS

  • Problem in creating help input for custom infotype creation

    Hi,
    I had the task of creating a custom infotype for storing recruitment test result.
    I created it using the following structure:
    Component ______________Data Element
    TEST_TYPE______________ZTEST_TYPE
    TEST_DATE
    LOCATION
    PIC_____________________RFPER
    EX_PIC
    TEST_RESULT____________ZRESULT_TYPE
    STATUS_________________ZSTATUS_TYPE
    OTHER_POSITION_________PLANS
    Now for the component other_position for the entry help i use is H_T528B with check table T528B. My objective is, when the infotype is accessed through pa30 and user is inputting the entry, when they press F4 on the inputbox for other_position, help search should show the list of all position within the system. But rather than that, the input help display such message:
    No values selected
    Maintain entries?
    Yes       No         Cancel
    When I choose yes, the input help suddenly prompt me to "Choose customizing project"  which i believe is from SPRO.
    How do I fix this problem so that when I press f4, the help will shows all position within the system.
    Thanks

    not answered, but found another work around

  • No search help for Custom field ZZKUKLA in vk11

    Hi,
    I have added the field KUKLA - Customer classification as a pricing field in KOMP. Created an access sequence as follows: Sales Org.-> Customer Classification - material group.
    In the creation of the record in VK11 I'm not getting the search help for the ZZKUKLA field. The thing is that if I'm in change or display, the search help for the field appears and lists the possible values.
    Anyone have a clue?
    Thanks!
    /Patrik

    Dear Pratik,
    Request you to first add Customer classification field (ZZKUKLA) in KOMK structure insted of structure KOMP. Becasue it is header structure filed. After add this new filed in KOMK structure, Add this new filed in your field catelog and than create table and new access sequence. Also request you to select KOMK structure in your access sequence against this new field Customer classification ZZKUKLA.
    Regards,
    Haresh Panara

  • Creation of system object for customized workflow

    Hi Experts,
    I am required to define a System Object with system alias, for creation of UWL to trigger Customized work flow's.
    What WAS properties and Connection Properties and ITS Properties i should maintain in newly created System Object?
    how do create UWL so that it triggers Customized workflow instead of standard workflow in R/3?
    I have similarly total 3 Customized workflow so do i need to create three UWL's for each one?
    Please help me out!
    Regards,
    Siva

    Hi Shabir,
    I am new to EP can you please let me know how to create custom connector? that triggers three custom developed workflow?
    and Please let me know what parameters to pass to create system object(like WAS Properties,  ITS Properties etc)
    Thanks in advance!
    Regards,
    Siva

Maybe you are looking for

  • Why does OCR crash with Acrobat XI on a brand new Mac. It happens almost every time on a long document.

    Brand new Macbook Pro, running OS X Mavericks. Latest trial version of Acrobat Pro. I need to make lengthy (say 1,000 pages) document searchable. OCR crashes after a couple of hundred pages every time. I get an error like this: abort() called termina

  • How to reset password on M175nw?

    I'm trying to change the password for the WiFi (I recently changed my WiFi network's pass phrase).  I need to change it through the Wireless Configuration from the Networking tab of the now LAN-connected Laser Jet Pro 100 M175nw.  But it's asking for

  • Cinema HD Display and Mac Mini compatibility?

    I have an older 23" Cinema HD display and am trying to determine if it is compatible with a new Mac Mini. The only thing that looks like a Ser No is on the base: 2A6402H0G0. Is this the SN? And is it compatible?  TIA

  • Best dvd burner for Mac mini

    What brand of DVD burner is most compatible with the Mac Mini? I haven't found one that specifically lists Mac OS in the specifications information.

  • Problem in Blocked ALv's

    Hi, I have a requirement where i am supposed to display the employee details( Personal details, Education details and corporate details) in different blocks. I am using Blocked ALV for displaying the same, and displaying . But the problem is that i h