‎2010 Jul 10 9:05 AM
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
‎2010 Jul 10 5:57 PM
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
‎2011 Oct 20 10:17 AM