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

How to delete version stored in version database.

Swetabh
Explorer
12,089

Hi

I have created a report and stored in version data base using

Utilities-> generate version

The version type is "U"

Now i need to delete this version or i want to move it out of version database completely.

Pls note : I dont want to retrieve etc. I just want to delete and dont want to see entry for this in Version management.

Please help in this regard.

Regards

Swetabh

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
3,657

Swetabh,

Why do you wanna delete the Version.Just check the documentation

"U":

User request: The user created an intermediate version at some time. At the next request release, all previously created "U" versions are combined, and replaced by a normal " " version. "U" versions can also be created for local private objects.

As the documentation says that once you release the next request all U versions are combined and replaced by normal version.

K.Kiran.

Read only

0 Likes
3,657

Actually we made changes in one of the custom object by mistake and saved it locally in version database. We dont want to transport the object anymore. We just need to delete the entry in version management. Please suggest me the way if possible. Other wise at last we will leave it as it is.

Read only

kiran_k8
Active Contributor
0 Likes
3,657

Swetabh,

"Actually we made changes in one of the custom object by mistake and saved it locally in version database."

Does that mean you have changed the package? I mean saved it as $TMP?$TMP objects are not transportable.

Only the object with a package will have a request which only can be retrieved/deleted.

K.Kiran.

Read only

asik_shameem
Active Contributor
0 Likes
3,657

Hi

Go to the table VRSD.

Give the object name as your program name.

Then you will get a list of versions.

Delete the version which you don't want.