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 a variant(s) created in ABAP program

Former Member
0 Likes
14,331

Hi,

Can anybody tell me how i can <b>delete Variant(s) created in ABAP program</b>.

Thanks in advance.

Thanks & Regards,

Prasad.

1 ACCEPTED SOLUTION
Read only

Former Member
2,624

Hi prasad,

1. Simple.

2. goto se38 initial screen.

3. type the program name

4. Choose RADIO BUTTON - VARIANTS

6. Choose change

7. a new screen will come

8. select the variant name

9. Choose DELETE button.

regards,

amit m.

6 REPLIES 6
Read only

Former Member
0 Likes
2,624

from the se38 screen, goto menu->variants,

it will take you to the vARIANTS screen. there you can manipulate existing variants/delete them

regards

srikanth

Read only

Former Member
2,625

Hi prasad,

1. Simple.

2. goto se38 initial screen.

3. type the program name

4. Choose RADIO BUTTON - VARIANTS

6. Choose change

7. a new screen will come

8. select the variant name

9. Choose DELETE button.

regards,

amit m.

Read only

0 Likes
2,624

if you want to do it programatically you can use FM

RS_VARIANT_DELETE

Regards

Raja

Read only

Simha_
Product and Topic Expert
Product and Topic Expert
0 Likes
2,624

Hi,

Go to the selection screen of ur program.

In the menu

GOTO -> Variants -> Delete.

U can delete the selected variants or all the variants of the program in the selected client or all the clients presented in the system for that program.

Regards,

Simha.

Read only

rahulkavuri
Active Contributor
0 Likes
2,624

In the select screen goto->variants ->delete

Read only

hourir2
Explorer
0 Likes
2,624

For anyone that is looking to delete/change/find variants but do not have the program name, you go to SE84 > Program Library > Program subobjects > Variants > enter your variant name there and search. This will give you the program name. You then complete the steps as outlined above