2010 May 27 5:19 PM
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
2010 May 27 11:24 PM
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:
http://wiki.sdn.sap.com/wiki/display/ABAP/ABAPprogramtosimulatetransports
http://wiki.sdn.sap.com/wiki/display/ABAP/ABAPprogramtoreadwhere-used+lists
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
2010 May 27 11:24 PM
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:
http://wiki.sdn.sap.com/wiki/display/ABAP/ABAPprogramtosimulatetransports
http://wiki.sdn.sap.com/wiki/display/ABAP/ABAPprogramtoreadwhere-used+lists