‎2007 Jun 27 9:42 AM
Hi All,
Can Anyone Please tell me where the Active Versions of Object's Transport Numbers Stored?
and also which is Development Database Table, where the active versions are stored.
‎2007 Jun 27 9:47 AM
Hi,
In the table E071 all the transport request and there objects will be stored.
Reward if helpful.
Regards,
Umasankar.
‎2007 Jun 27 10:00 AM
Hi Uma,
thanks for that quick reply, But my question is how do i get latest ACTIVE VERSION TP in E071, because the TP for a object in E071 table is different from the TP for the same object in SE38 (using utilities->version management).
and also want to know in which table the development database data stored, so that i can get active version tp from there directly
‎2007 Jun 27 9:49 AM
Hi,
<b>RS_FUNCTION_VERSION</b> use the fm
as i said before check the source code of the function, that will help you to understand how these information are read from system tables.
please check table <b>VRSD</b> (Version management: Directory table
<b>Reward points</b>
Regards
‎2007 Jun 27 10:11 AM
Hi SKK,
thanks for that quick reply,
But my question was Lastest or Active Version TP No for all Objects not only for Function module , The function module which u said can give me only versions for that particular FM.
and i also want where the development database data's are stored , so that i can get active version TP from there itself.