Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

syst-cprog not getting set or taking wrong value in parallel processing

Former Member
0 Kudos

Hi Experts,

In User Exit 935, we have a code : " check syst-cprog = 'SAPLKO71' or syst-cprog = 'RKO7KO8G' ".

The part of code after this statement is getting executed if we run the program individually for single records.

But in parallel processing, this piece of code is being bypassed.

Any suggestion, how to correct the issue.

Thanks and Regards,

Vikas

2 REPLIES 2

Sandra_Rossi
Active Contributor
0 Kudos

I understand it's a routine in VOFM transaction?

So it means routine 935 is custom code, so just debug it, see the value of SY-CPROG and change your code accordingly

Former Member
0 Kudos

It is not possible to debug in parallel processing