Application Development 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: 

How to delete modif version of a program?

Former Member
0 Kudos

Earlier threads advise selecting the version in Version Mgmt and clicking "Delete". There is no "Delete" option on the menus or context menu in Version Mgmt. I deleted the transport but the "modif" version is still present. How do I get rid of it?

Thanks,

Geoff

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

Whats the need to get rid of modif version?

since it's not in active mode in your database anywhere.

7 REPLIES 7

former_member181995
Active Contributor
0 Kudos

Whats the need to get rid of modif version?

since it's not in active mode in your database anywhere.

0 Kudos

The next time I want to modify this program, I would have to find and undo all the changes in this M version. That raises the possibility of errors. All other code mgmt programs I have ever used allow the deletion of a modified version--how do we do this in the SAP world?

Geoff

0 Kudos

you need to go to the version management in the program, and select the older version before your changes, and press retrieve. that would make the version before your chanegs as active

0 Kudos

Version(s) in the development database:

modif 700 DW1K947480 11/06/2008 09:34:15 STUARTG <----


how to delete?

activ 700 DW1K947480 10/30/2008 16:00:12 STUARTG

Version(s) in the version database:

00012 700 DW1K947368 10/30/2008 16:01:03 STUARTG

00011 700 DW1K946676 09/26/2008 15:42:18 STUARTG

00010 700 DW1K945618 08/11/2008 17:50:58 STUARTG

00009 700 DW1K938806 11/09/2007 14:32:07 STUARTG

00008 700 DW1K938155 10/26/2007 16:37:57 STUARTG

00007 700 DW1K938147 10/26/2007 15:52:50 STUARTG

00006 620 DW1K925600 12/16/2005 13:34:07 STUARTG

00005 620 DW1K914446 11/14/2003 17:22:28 GRAZIAP

00004 620 DW1K914274 10/29/2003 15:09:43 GRAZIAP

00003 620 DW1K914259 10/29/2003 11:26:00 GRAZIAP

00002 620 DW1K913929 10/27/2003 14:58:20 GRAZIAP

00001 620 DW1K913443 09/29/2003 11:26:21 GRAZIAP

The Active version is fine as-is. All I want to do is get rid of the modif version shown above. It's now in a transport; how do I delete it?

Geoff

0 Kudos

Check the active version and press the retrieve button (Ctl F5).

Rob

0 Kudos

Hello,

Just check the checkbox for the button which you want to activate and press the 'Retrive' button. That version of the program will become the active version.

Thanks,

Jayant

Former Member
0 Kudos

I ran into a similar issues, saw this and found that the answer shown did not resolve my issue.  I used the following technique to get rid of the "modif" version of the program:

I used transaction SE38, viewed the program in display mode.  Followed the menu path Utilities --> Inactive objects.  On the following screen there was a tree display with one of the nodes being Programs.  I opened that up and the program I was having the issue was there.  I selected that item and hit the activate button.

The modif version was no longer there.

Hope this helps!