cancel
Showing results for 
Search instead for 
Did you mean: 

Appraisal Status as "3" not "In Review"

Former Member
0 Kudos

It is fine in the back-end, I'n the portal appraisal status shows as number 3 not word "I'n review" and same with other Appraisal Statuses too.

Accepted Solutions (1)

Accepted Solutions (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can clear the cache or debug in HRHAP_DOCUMENT_CHANGE_STATUS

Former Member
0 Kudos

Is it via se16?

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

Se37

or if WD ABAP use Se80

HAP_MAIN_DOCUMENT

Answers (1)

Answers (1)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

is it custom defined status you are using? Refer the note 1534470 and BAdI HRHAP00_DOC_STATNAME

Those names you can change via POWL customizing, namely transaction

POWL_QUERY, QueryID 'OSA_*', change -> Description.

The queries of a POWER List selection are stored temporarily in a

special cache.

During the development phase of new POWER List it might be useful

to refresh the cache, especially when the POWER List logic or the

underlying query has been changed. Sometimes it might be desired to

delete all user defined queries.

For this purpose the following reports are provided, which can be

executed via transaction SE38.

- POWL_D04: delete all queries per Query ID and Type

- POWL_D01: delete all queries per applid and user

- POWL_WLOAD: refresh POWL cache when changing POWER List

logic during a session /

define refresh interval for cached queries,

set flag 'Discard old cached results'

Could you please use the reports (especially POWL_D04) for deleting the

cashed selection criteria and test again.

After you have changed the description for the corresponding queries

via transaction POWL_QUERY, then run the report POWL_D04.

You can provide the queryID on its selection screen and run.

***

Be aware that, this cache refreshing will also delete any

personalization done by the affected users.

You can get more information and details as well in documentation

following the link below:

http://help.sap.com/saphelp_nw04s/helpdata/en/f6/

501b42b5815133e10000000a155106/frameset.htm

Web Dynpro for ABAP -> Reference ->

End User and Administrator Personalization

Former Member
0 Kudos

These are standard SAP delivered Statuses not custom created statuses.