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

Versions in Development Database

Former Member
0 Likes
1,121

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.

4 REPLIES 4
Read only

Former Member
0 Likes
655

Hi,

In the table E071 all the transport request and there objects will be stored.

Reward if helpful.

Regards,

Umasankar.

Read only

0 Likes
655

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

Read only

Former Member
0 Likes
655

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

Read only

0 Likes
655

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.