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

Object type in table VRSD and E071 are different

Former Member
0 Likes
1,423

Hi all,

I have a requirement to get all version of all objects from a given transport.

1. From the transport I can get all objects included. Each object will have object type from E071 (field OBJECT)

2. No I want to get version ( all transports ) for each object from table VRSD. Unfortunately, the object type in VRSD (OBJTYPE) is different from the object type in E071.

Please suggest me how to do that.

Thanks,

Khanh

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
871

Not really simple because VRSD seems to store the "LIMU" objec types (DYNP, CLSD, REPT, REPS, etc.), while E071 can contain either the LIMU (same) or the R3TR frame object.

For example, here are some possible frame objects:

LIMU object type

R3TR frame object

DYNP

either FUGR (if program starts with "SAPL") or PROG

FUNC

FUGR

You can have a look at these wiki which do things about that:

Hi all,

I have a requirement to get all version of all objects from a given transport.

1. From the transport I can get all objects included. Each object will have object type from E071 (field OBJECT)

2. No I want to get version ( all transports ) for each object from table VRSD. Unfortunately, the object type in VRSD (OBJTYPE) is different from the object type in E071.

Please suggest me how to do that.

Thanks,

Khanh

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
872

Not really simple because VRSD seems to store the "LIMU" objec types (DYNP, CLSD, REPT, REPS, etc.), while E071 can contain either the LIMU (same) or the R3TR frame object.

For example, here are some possible frame objects:

LIMU object type

R3TR frame object

DYNP

either FUGR (if program starts with "SAPL") or PROG

FUNC

FUGR

You can have a look at these wiki which do things about that: