cancel
Showing results for 
Search instead for 
Did you mean: 

Interactive fomrs - pcr forms display in portal

Former Member
0 Kudos

Hi,

i have copied a standard form (ISR_FORM_SPPD) into ZHR1_form_sppd. i have not made any changes to this form.

I have also copied all the settings and characteristic of the standard scenario (sppd) into custom scenario(zspd). I'm able to see the custom form on the portal but i have the following problem.

for a particular employee , the standard form dynamically displays Text(name of the employee) and Emp Number, whereas my custom form displays only the Employee number ( it doesnot display the text).

can anyone give me an advice, on how these values get populated when i click on this form for a particular employee

Thanks in advance

Ajay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I could figureout the problem.

when we copy a form and its scenario, we should also copy a BADI - HRWPC_PCR into Zbadi, and make sure that this badi consists of 2 methods

INT_SERVICE_REQUEST_INIT

SCENARIO_SET_ADDITIONAL_VALUES

SCENARIO_PROCESS_USER_COMMAND

have to change the code too. these methods call the standard scenario, we should rename it to custom scenario we have created