‎2008 Dec 10 7:19 PM
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
‎2008 Dec 10 9:26 PM
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.
‎2008 Dec 11 1:46 AM
After certain discussions the object is altered and now we are no more looking into TRDIR.
Amit,thanks for the input.