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

READ REPORT for specific version

Former Member
0 Likes
898

I'm using function module RPY_PROGRAM_READ that calls READ REPORT.

However I'd like to get the code for a previous version. The READ REPORT is very limited with it's options and I can't find a function module (RFC enabled) that does this. Any suggestions?

Thank you and best regards!

1 ACCEPTED SOLUTION
Read only

Kanagaraja_L
Active Contributor
0 Likes
726

Check the Standard Program RSVRSRS1

OBJNAME = <Program Name>

OBJTYPE = REPS

VERSNO = <Version Number>

Kanagaraja L

3 REPLIES 3
Read only

Kanagaraja_L
Active Contributor
0 Likes
727

Check the Standard Program RSVRSRS1

OBJNAME = <Program Name>

OBJTYPE = REPS

VERSNO = <Version Number>

Kanagaraja L

Read only

0 Likes
726

That also covers my RFC question, so thank you very much Kanagaraja! Cheers, Adrian

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
726

You can check report RSVRSRS1 for reference.