cancel
Showing results for 
Search instead for 
Did you mean: 

Start pages and Services in E-recruitment

Former Member
0 Kudos

Hi there,

Can anybody help me with E-recruitment? I'm having a first time experience with the customization right now, of course there there are some challenges especially with start pages and services.

How are they related to each other? Is there any documentation, guidelines or other material available on those topics?

Thanks in advance and best regards,

Roy (royjanssen1979@gmail.com)

Message was edited by:

Roy Janssen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

E-Rec->Technical Settings->User Interface->Start Pages.

1) Define Links to Start Pages are Individual Components which is linked to application interface. ( in a ideal world a hyper link on a web page).

Ex:- Candidate Profile link, Personal Setting link, Personal Data link,

2) Define Start Pages Groups is collection of ( Defined Links to Start Pages )

you can define the groups you want to display on the start pages.

Ex: Pesonal Setting Group.

Personal Data.

Personal Settings.

Candidate Profile Group.

Candidate Profile

Profile Release.... and so on.

3) Define Start Pages, below are the standard start pages where U can customize

0001 Employee

0002 External Candidate

0003 Recruiter

0004 Administrator

0005 Requesting Person

0006 Succession Planner

If no customizing has been done to the above mentioned links, than everything will be taken from standard ones.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks, usefull information

romanweise
Active Contributor
0 Kudos

Hello Roy,

the ICF service is more a technical requirement for the web use of sap developments. If you create an bsp application, the system create an icf service automatically. This is also for WebDynpro application and some more kinds of developments.

The ICF service is necessary to tell the system if the service shall be available or not and to define other attributes like logon user type, service user, error pages and much more.

If you want to make your bsp application available on an e-recruiting startpage you have to fullfill some requirements in its architecture like having a standalone controller and deriving all controllers from the hrrcf super classes.

Then you have to create a logical aopplication for your bsp application. This is done in table T77RCF_LOG_APPL a table not found in the IMG.

Then you can create a customer link, add it to a startpage group and the group to your startpage. To have an idea what you have to put in there you can check the standard sap delivery entries in the sap tables. You can view them in SE11 or SE16. The name of the table is the same you find in the IMG weithout the C. E.g. customizing for Links T77RCF_SP_LINKC -> sap standard delivery T77RCF_SP_LINK.

The customizing has to be done to make the link for the bsp available in your startpage. The service has to be activated that the system can call the application over the link in the system at all.

Best Regards

Roman Weise