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

Problem with Version of a program

amit_khare
Active Contributor
0 Likes
601

Hi All,

I am trying to read the Transport Request number for the last active version of the program.

The system went through 2 Upgrades.

The problem is the last Active version in TRDIR is not the same which is available in table VRSD.

e.g. -

For an include in version management the last active version comes as 00011 (Table VRSD).

But in TRDIR the last active version comes as 00066.

Now I have to find the request corresponding to 00066.

I am using RPY_* FMs for reading the objects.

Any suggestions.

Thanks,

Amit

2 REPLIES 2
Read only

Former Member
0 Likes
506

Amit,

The Version which you are looking in TRDIR is entirely different from the version of VRSD.

The Version of TRDIR is incremented every time as you activate your program.

But the Version of VRSD is only incremented once you generate the TR for this.

In short : TRDIR-VERN = this shows the number of times you activate your Program.

and VRSD-VERSNO = Shows How many times you generate the TR for this Object.

Read only

amit_khare
Active Contributor
0 Likes
506

After certain discussions the object is altered and now we are no more looking into TRDIR.

Amit,thanks for the input.