cancel
Showing results for 
Search instead for 
Did you mean: 

HCM Process & Forms

Nic1
Participant
0 Kudos
380

Hello SAPpers,

We've installed EHP7 and are using NWBC as our UI.

We have an issue in MSS when launching forms via the team viewer. When using the newer ASR_PROCESS_EXECUTE_OVP application only the old Adobe forms are showing and none of the SAP standard FPM forms show in the list.

We start the process via My Team: Select Employee -> Select Process - except none of the FPM based processes show. But if I configure a new item in the MSS launchpad to directly call a process, then it does launch:

[ LPD_CUST 

  • Role – MSS
  • Instance – EMPLOYEE_MENU

  1. Create a new application by entering the following details:
    • Application Type – Web Dynpro ABAP
    • Name Space – sap
    • Application – ASR_PROCESS_EXECUTE_OVP
    • System Alias – SAP_ECC_HumanResources
  2. Click Show Advanced Parameters and enter the following details:
    • In Target App. Parameters, in addition to the parameters that are already there, enter the parameters as shown below:
      • To pass the process enter the following parameters:PERNR_MEM_ID &SUBST_CLASSIFICATION=NO_CLASS&PROCESS=<Process_Name>&INITIATOR_ROLE=HRASRB

Any ideas why the FPM forms do not show in the start application ASR_PROCESS_EXECUTE_OVP?

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

please if you solve your issue share it ,, cause i have the same

Former Member
0 Kudos

Hi all,

I just thought I would mention - To ensure it works you need to ensure include the value 

START_EMPLOYEE in the application alias parameter field too.  Without this we found it didn't launch the form correctly.

Rob.


Former Member
0 Kudos

Hi,

I also have the same problem. I am trying to launch a custom PD form(Rename position) for a position through Related Links in the position short profile application.

In the launchpad i have given the following entries :

Namespace               SAP

Application             ASR_PROCESS_EXECUTE_OVP

System Alias            SAP_ECC_HumanResources

Application Alias

Target App. Parameters OBJECT_MEM_ID&SUBST_CLASSIFICATION=NO_CLASS&PROCESS=ZHRPR_POSITION_RENAME&OBJECT_TYPE=S&INITIATOR_ROLE=HRASRB

Configuration          ASR_PROCESS_EXECUTE_OVP_CFG

Can you kindly say what should be the Application Alias in case of PD process for a Position.

Many thanks in advance,

Thanks,

Saikat

Nic1
Participant
0 Kudos

Correction.

We found that ASR_PROCESS_EXECUTE_FPM, shows a list of only ABODE forms but the latest WDA ASR_PROCESS_EXECUTE_OVP, does not produce list of available forms at all from MSS team viewer.

Our developer debugged the new method and the code does not gather a list of all applicable processes.

Former Member
0 Kudos

For WDA HCMPF, we need to configure each launch pad entry seperatly, it doesn't work like adobe, in adobe u select the employee and then it will list all the process, but here its bit diffrent, from team ovewer view u need to select employee and in the backend LPD_CUST you have to configure the required WDA HCMPFs

Former Member
0 Kudos

Please I have configure as below link but i got error Specify a valid Person

Assignment of a Process to PFCG Roles - HCM Processes and Forms - SAP Library

sahirn
Active Contributor
0 Kudos

The application ASR_PROCESS_EXECUTE_OVP would list out only those processes that match the specified parameters(.e.g. if initiator_role=hrasrb in the parameters - then only processes which have hrasrb as on one of the initiator roles will be listed).

Compare the parameters in specified in LPD_CUST and the ones on process config in design time transaction HRASR_DT.

Hope this helps.

Regards.

Nic1
Participant
0 Kudos

Thanks for the reply,

we have 5 adobe processes with parameter HRASRB (manager initiator) and 2 FPM processes with parameter HRASRB. Only the 5 adobe forms show in the screen 'Select Process for xxxxxxxx'

I did find note 1804687 which mentioned a form filtering problem with ASR_PROCESS_EXECUTE_FPM, but we are using the latest WDA ASR_PROCESS_EXECUTE_OVP.

Our developer debugged the method and the code does find all 7 processes but for some reason, kicks out the FPM forms from the list!

regards

sahirn
Active Contributor
0 Kudos

You are welcome.

Please check if business function switches HCM_ASR_CI_4 , etc are on.

Regards.

sahirn
Active Contributor