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

Issue in RHBAUS00

Former Member
0 Likes
590

In Our project we are using RHBAUS00 report which regenerates indexes for structural authorization profiles.

Also we have created one more report which schedules the job and takes as input some number of users and submit it to RHBAUS00 report.

When we are executing both the reports with some number of users then we are expecting the same output for the both the reports.

But the number of objects cached re differing.

Also when we give few number of users it works fine the output is same but only when we give more number of users say 50 then the number of objects cached are differing.

Cn someone please do the needful in this issue?

In Our project we are using RHBAUS00 report which regenerates indexes for structural authorization profiles.

Also we have created one more report which schedules the job and takes as input some number of users and submit it to RHBAUS00 report.

When we are executing both the reports with some number of users then we are expecting the same output for the both the reports.

But the number of objects cached re differing.

Also when we give few number of users it works fine the output is same but only when we give more number of users say 50 then the number of objects cached are differing.

Cn someone please do the needful in this issue?

2 REPLIES 2
Read only

arindam_m
Active Contributor
0 Likes
516

Hi,

Do JDBG and see what selection values go into the report from your program when you do a background run. Is it the same as foreground execution? may be its not same.

  • Use SM37  select the line with the job you want to debug then put JDBG in the command line  and then ENTER
  • You enter debug mode. Check the program name in the debugger. Step through Standard code in SAP program (press F7 few times) until you get to your program.

Cheers,

Arindam

Read only

Former Member
0 Likes
516

Yes it is going to the report...m getting the output in the spool finally but in that the number of object cached are differing.