cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EREC Enhacement in E-Recruiting

0 Likes
355

Hi All,

I need to make some enhacements to the registration of external candidates (hrrcf_a_startpage_ext_cand), such as:

changes in description texts, date validation, and also need store the identification number of the candidate.

There will be some customizing for the texts?

I don't know how to find the object (WDA) that I must modify for the validations and new fields.

does anyone have any idea?

Thanks.

Daoyne

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

Hi,

thank you very much for your answers, I'll try to do so.

regarding the additional field for ID candidate that I need to store, can I enhacement the infotype? these infotypes of E-Recruiting are displayed only by the portal or also in the PB20?

thanks,

Daoyne.

Former Member
0 Likes

Hi,

PB20 and E-Recruiting have nothing incommon. They are two completely different modules.

The infotype of E-Recruiting are 5102-5152.

You can enhance some of them using customer includes.

In this case you need to enhance the web dynpro applications manually.

Best regards

Sebastian

0 Likes

Hi Sebastian,

thanks for the clarification, is that I have the doubt because I don't see in the infotype 5102 the names of the candidate, you know where are they stored?

thank you very much,

Daoyne

romanweise
Active Contributor
0 Likes

Hi,

the candidate name is stored in the business partner (table BUT000, TCode BP). If you have the candidate ID you find the BP Id through the relations in IT1001 (table HRP1001) from object NA to CP to BP.

Rgds.

Roman

0 Likes

thank you very much Roman, your answers I have been very helpful.

regards,

Daoyne

Answers (2)

Answers (2)

romanweise
Active Contributor
0 Likes

Hi Daoyne,

the value lists for erecruiting are defined in customizing. Most of the other texts like field labels, headings or descriptions are OTR texts. To change these texts there are two options. You can implement BAdI BTFR_CONTEXT. Once this is done you can redefine standard SAP texts by creating customer contexts. This option can usually be used for nearly all requirements. The other option is redefining texts by using web dynpro configuration but this is more work and you should only use it in cases the OTR text customer context s not possible (e.g. the same OTR text is used at several placed in the application and shall only be changed in one).

To identify the technical name of WD4A component and view you can right click on the view (not directly on a field) and chose "More field help". This opens a popin window containing this information.

Best regards

Roman

0 Likes

If you have your own custom config of external start page then you also need to define it here

> SAP E-Recruiting > Technical Settings > User Interfaces > Candidate > Flexibilization > Back End

> Start Pages > Define Start Pages

If you are at the earlier point and creating the startpage via SE80 then perhaps the SAP help here will be useful but also

you can use SE80 to call the configuration editor. e.g Package class PAOC_RCF_UI_SELF_SERVICES for candidate.

To do this, select the Web Dynpro application or component that you want to configure and select in the context menu for the relevant element in the tree the "Create/Change Configuration". Then the configuration editor starts in the Web browser.

http://help.sap.com/saphelp_nw04s/helpdata/en/83/61a042f036c46ae10000000a155106/content.htm

http://help.sap.com/erp2005_ehp_04/helpdata/EN/7b/fb57412df8091de10000000a155106/frameset.htm

Hope it is of some help.

Sally