Skip to Content
Author's profile photo Rajkumar Shanmuganathan

HR Renewal 1.0 FP4->Quick View Configuration

We are in the process of implementing HR renewal 1.0 FP4, I just want to share some of the implementation experience on the Quick view screen within the Workforce Viewer( UI5 application ).

We are using the service pack SAPK-60724INEAHR(Component EA-HR).

In the following blog, I will go through the technical details in depth to change the standard WD component configuration(Enhancement Implementation) to add the custom Infotype Information in the Quick view UI5 application .

I take Quick view for the employee profile as an example to illustrate the entire configuration. I want to add Infotype 0002->custom field information in the Quick view.

As a first step, Navigate to the SPRO->Personnel Management-> Personnel & Organization-> Master Data Application-> Object Profile Page-> Short Profiles->Extend Field selection



/wp-content/uploads/2014/12/1_614921.png

In the node IMG node ->Add fields to Field Selection catalog, have added the field ZPA0002_IQAMA_NO as a fieldname and ZPA0002_IQAMA_NO_BADI_FIELD as BADI field. Category should be SAP_PAIT for the employee profile.

/wp-content/uploads/2014/12/2_614922.png

In the node IMG node ->Create Configurations for Data retrieval, Add fields to an configuration ID. In my case, for employee profile, have to use the configuration ID SAP_PA_QUICKVIEW.

/wp-content/uploads/2014/12/3_614923.png

/wp-content/uploads/2014/12/4_614924.png

In the IMG node ->Maintain Infotype Fields for Employee Short Profile, define BADI field and the custom infotype details.

/wp-content/uploads/2014/12/5_614925.png

By standard, for PA & OM Infotype, the BADI Implementation(HRPAO_DR_FIELDS_PA_INFTY_DATA)will take care of retrieving the field values from the respective infotypes. You have to really think before going for the custom BADI implementation as standard BADI could be used for all the PA Infotype fields.

/wp-content/uploads/2014/12/6_614926.png

I had some issues, while fetching the PA infotype details in the screen. It was happening inside the BADI call. To get rid of the error, applied the SAP note, 1991902 – HCM renewal: CL_HRPAO_IM_DR_PA_INFTY_DATA – Type casting error .

Go to SE80->choose the standard component configuration for the employee as HRPAO_QV_TH_EMP_XX. Similarly you can choose the respective quick views for Org and position.

/wp-content/uploads/2014/12/7_614930.png

Start the configurator, and enhance the WD component configuration.

/wp-content/uploads/2014/12/8_614931.png

Once you create the enhancement, click the attribute field, that will display all the above configured custom field.

/wp-content/uploads/2014/12/9_614932.png

Choose the custom field and save the configuration. Run the workforce viewer, I can view the employee details with the custom field(IQAMA No) information.

/wp-content/uploads/2014/12/10_614933.png

Thanks,

S.Rajkumar.

Assigned Tags

      5 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Good Effort Raj...Congrats...

      Author's profile photo Former Member
      Former Member

      Nice information Raj...:)

      Author's profile photo Imran Sajid
      Imran Sajid

      Thanks for sharing! Always love to read any new material on HR Renewal!

      Author's profile photo João Mariano
      João Mariano

      Nice.

      Thanks for sharing

      Author's profile photo Former Member
      Former Member

      very good.

      Thanks for sharing!