cancel
Showing results for 
Search instead for 
Did you mean: 

HRTMC_EMPLOYEE_PROFILE - header part

Former Member
0 Kudos

I am having a hard time finding the ABAP source code that is responsible for showing the header information (Talent's self description) in the ESS iview "talent profile".

this header information is displayed on top of the tabbed FPM component.

As per the SAP documentation below, the ESS iview "Talent profile" is based on the ABAP webdynpro application HRTMC_EMPLOYEE_PROFILE

http://help.sap.com/erp2005_ehp_04/helpdata/EN/17/1b9db9546b42568eb69bef91f8cda7/content.htm

after checking the WDA application HRTMC_EMPLOYEE_PROFILE in SE80, it looks like this application is using component FPM_OIF_COMPONENT with configuration HRTMC_EP_OIF. but how is the header part (that is shown on top of the FPM component?) being populated?.

Thanks,

Tiberiu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The header part is probably coming from IDR configuration.

So try to open the HRTMC_EMPLOYEE_PROFILE application configuration.

Open node and not double click the application, you probably would see the node Applic.Configurations. and there you can see the configuration file.

Double click that and in the right side pane press the button start configurator

This will open a new explorer window

Press the display button on the top

Select the IDR usage from the table and press GO TO Configuration button.

You can see the application title there.

rest of the run time header is dynamically managed at runtime.

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

1. Choose ABAP Program Execution (transaction SA38) and execute the Configure Web Dynpro Applications for Talent Profile (RPTMC_PROFILE_LAUNCHER) program.

2. Make the following entries on the program selection screen:

or

CL_HRTMC_CP_UTILITIES