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

Release in which object first appeared.

Former Member
0 Likes
432

Hi Experts!

this is ia REAL hard nut to crack!

I want to do the following: A given Z-report has to be tested, if it runs under a given release.

In other words: I develop under Release 7.00 (ECC 6.0) and I want to be sure, that this report

runs under 4.6C.

My approach: use function module REPOSITORY_ENVIRONMENT_ALL to get the environment

of the report (this is the same function used in SE38 entry screen "shift F4").

But how can I get the information of the release, the objects had been put first into the system?

Please take al look at tables TODIR and RELEASEMAP. How are they linked?

Looking forward to answers of you nut crakcers!

Kind regards

Markus

Edited by: Rob Burbank on Mar 12, 2009 2:00 PM

Please use a more informative subject

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
385

Have you checked report RSTODIRS ? ( please check documentation in selection screen)

I hope this will give you some hint.

Hi Experts!

this is ia REAL hard nut to crack!

I want to do the following: A given Z-report has to be tested, if it runs under a given release.

In other words: I develop under Release 7.00 (ECC 6.0) and I want to be sure, that this report

runs under 4.6C.

My approach: use function module REPOSITORY_ENVIRONMENT_ALL to get the environment

of the report (this is the same function used in SE38 entry screen "shift F4").

But how can I get the information of the release, the objects had been put first into the system?

Please take al look at tables TODIR and RELEASEMAP. How are they linked?

Looking forward to answers of you nut crakcers!

Kind regards

Markus

Edited by: Rob Burbank on Mar 12, 2009 2:00 PM

Please use a more informative subject

1 REPLY 1
Read only

former_member194669
Active Contributor
0 Likes
386

Have you checked report RSTODIRS ? ( please check documentation in selection screen)

I hope this will give you some hint.