Application Development and Automation 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: 
Read only

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

Former Member
0 Likes
753

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
627

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

Read only

Former Member
0 Likes
627

It is not possible to debug in parallel processing