cancel
Showing results for 
Search instead for 
Did you mean: 

ESS - Show only aktive / valid data on OVP page

Former Member
0 Kudos

OVP shows all data, which are found. Even data which are out of date.

How can I get only active / valid data on the OVP-screen?

THX

Dieter

Accepted Solutions (1)

Accepted Solutions (1)

dsharmak
Advisor
Advisor
0 Kudos

Hello Dieter,

Actually the framework of WDA of ESS application is quite different from WDJ application.

for that  you need to adapt the Bank Component configuration HRESS_CC_PER_OVR_BANK_XX

Note: In EhP5, ESS screens are based on Floor Plan Manager for WebDynpro ABAP Generic UI Building Block concept. To configure overview page fields we no longer use 'Determine Fields for Business Card on Area Page' View instead of that we adapt the FPM configurations.

For more information please refer the Following Documentation:
1. Customizing the Fields in Overview Screens
http://help.sap.com/erp2005_ehp_05/helpdata/en/77/804c18e1844944b7f8baf5
3159be78/content.htm

2. Configuration of Personal Profile Services
http://help.sap.com/erp2005_ehp_05/helpdata/en/3a/fe6eac579d4a9ead651d77
9a2dbd23/content.htm

You need to check in the Feeder classes.

BR, Deepak..

Former Member
0 Kudos

You have to make sure that Change Default Start Date badi is implemented correctly for all the respective infotypes and subtypes.

Former Member
0 Kudos

Hi Deepak,

thx for the fast respondse - I`ve read (now again and earlier) the documentations. I found a lot of possibilities to configure ESS, but nothing to limit the results.

I can`t believe, that I have to enhance CL_HRESS_PER_OVERVIEW.

Is there no possibility to customize?

Cheers

dieter

Former Member
0 Kudos

Hi Yugandhar,

that could be the reason. I have implemented this BAdI only for IT0000 and IT0002.

I have to check and will let you know.

THX

Dieter

Edit: Yeah - that`s the problem. Now it`s on customers decision. He want`s the employee to be able to edit data in the past, but not to show data in the past. That`s not possible

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

you need to check the above badi and

Component Name: HRESS_C_VALIDITY

View: VALIDITY_PERIOD

Attributes Wire: HRESS_C_VALIDITY HRESS_CC_PER_DTL*

Answers (0)