cancel
Showing results for 
Search instead for 
Did you mean: 

How to place custom UIBB to Personal Profile

0 Kudos

Hi,

I am new in FPM world. Recently I got an requirement to add few Z-fields in one infotype (Family member - IT21) and show those in ESS personal Profile. We have an WDA based ESS.  Country is Kenya and they are using International Versions.

My Approach -1)  I have implemented CI includes for both classical Infotype table and for HCMT_BSP_Pa_XX_R0021.

                        2)  Once done, custom fields start appearing in Feeder classes and BOL dependant object HRPAD.

                        3) then I moved to FPM_OVP_COMPONENT and open its CC HRESS_CC_PER_OVP.

                        4) I saw, in OVERVIEW Screen, we have a UIBB for IT21 Overview - HRESS_CC_PER_OVR_FAMILY_XX for LIST UIBB.

                        5) I know since Kenya is configured with international one, I don't have to take hassle to create a country specific UIBB.

                         6) So, I copied and created ZHR_ESS_CC_PER_OVR_FAMILY_XX for LIST UIBB and also added my custom fields (they start appearing in feeder class.

                    

Here I am stuck. I need to know how to place this custom UIBB (for LIST UIBB) to Personal Profile.

Here is my thought - Create an Enhancement for HRESS_CC_PER_OVP. Then I can add a new UIBB for my custom UIBB.

                                  Create Wiring for my Overview UIBB with standard DETAIL UIBB of IT21 and validation.

                                   Remove existing UIBB for IT21.

                                   Save it.

It would be a great help if I can get some guidance for this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In general the Overview screen will be constant for all the countries and the detail screen has the country specific detailed screen. So i think its better to make changes in the XX detail screen.

also have a look at these blogs:

0 Kudos

hi,

Customer want to see only Overview screen. We have deleted links to navigate to Detail Screen. In Overview Screen, it should display.

In My approach, I have done same using enhancement and it is working. Thanks for the suggestion.