Skip to Content
Author's profile photo Parag Parikh

HCM Process and Forms:Hiding sensitive employee information in the process overview

SAP standard uses WDA applications ASR_PROCESS_EXECUTE and ASR_PD_PROCESS_EXECUTE for handling HCM Process and Forms applications. These applications can also be configured in SWFVISU to launch P&F work items from UWL.

User can access information on people involved in the process from this application using link as shown below. On clicking process’s user ID, we see information like Marital Status, Address etc. listed. If there is a requirement to remove this information for all HCM P&F Processes ( without impacting the standard functionality at any other place ), it can be achieved using  WDA component configuration, application configuration and SWFVISU without any coding change.

IMG1.jpg.png

Technical help shows application and component used.

IMG2.JPG

Create a custom application configuration and mark fields like marital status, birth date etc. as invisible UI elements.

Img 4.png

Create a custom application configuration and specify component configuration created in step above for address component used by the application.

Img 3.jpg

Once done, the final step required will be to specify corresponding custom application configuration in SWFVISU per details below.

Tasks

Application and application configuration to use

TS04000018

TS04000019

TS04000020

ASR_PD_PROCESS_EXECUTE/ < Name of application configuration for PD processes >

TS17900100

TS17900101

TS17900102

ASR_PROCESS_EXECUTE/ <name of application configuration for PA processes >

IMg 6.png

Assigned Tags

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

      Hi Parag

      Nice doc. It would be gr8 if u can share the config steps of P&F with a example from the base. as it will be more helpful for all.

      Await for more docs on P&F from u..

      Cheers 😉
      Pradyp

      Author's profile photo Parag Parikh
      Parag Parikh
      Blog Post Author

      Thanks Pradyp.

      There is already one by Philip Jhonston on SAP Technical. 🙂

      HCM Process and Forms - Tutorials Part 1

      Author's profile photo Krishna kishore Thatipelli
      Krishna kishore Thatipelli

      I think doing it by personalization is more useful as it would not require changing the SWFVISU parameters. But thanks for pointing out to right application configuration.

      Cheers,

      Krishna Kishore T.

      Author's profile photo Parag Parikh
      Parag Parikh
      Blog Post Author

      Thanks Kishore.

      The end user of a Web Dynpro application can influence, to a certain degree, the appearance of the view displayed in the browser. But here we need to hide sensitive information from all the users accessing portal and hence customization is required.