‎2006 May 16 6:12 AM
Hi,
Can anybody tell me how i can <b>delete Variant(s) created in ABAP program</b>.
Thanks in advance.
Thanks & Regards,
Prasad.
‎2006 May 16 6:16 AM
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.
‎2006 May 16 6:14 AM
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
‎2006 May 16 6:16 AM
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.
‎2006 May 16 6:19 AM
if you want to do it programatically you can use FM
RS_VARIANT_DELETE
Regards
Raja
‎2006 May 16 6:18 AM
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.
‎2006 May 16 6:19 AM
‎2020 Oct 15 8:02 AM
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