cancel
Showing results for 
Search instead for 
Did you mean: 

ISR - MASSG value disappearing after user presses BackToAuthor

Former Member
0 Kudos

Hi,

I am facing a peculiar problem in one of the custom PCR Scenarios.

We have the ACTION REASON i.e. MASSG on the PCR forms.

The Initiating Manager selects the MASSG and Submits. The value passes correctly. This can be seen using the FM: ISR_SPECIAL_DATA_GET.

However, when the PCR goes to the next level manager, and the manager clicks APPROVE/BACK TO AUTHOR, the MASSG value is no longer seen in the SPECIAL DATA as can be verified by the same FM mentioned.

This i guess could be seen in one of the standard SAP scenarios (SPSE).

Can someone help me in getting this MASSG back.

Thanks,

Harshal.

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

Is the PCR form a JSP or a Java WebDynPro? Did you try to debug the form in the backend using the function call ISR_PROCESS_REQUEST?

~Suresh