‎2009 Aug 20 1:24 PM
Hi,
Can anybody tell me the transaction code for ABAP varaints.
In Se38 , Giving a program name and selecting the radiobutton varaints and click on display.
We get varaints screen. I need the transaction code for that screen.
Regards,
Sai
‎2009 Aug 20 1:29 PM
Hi,
Check the tcode SHDO for screen variants or the table TVARV for a list of all the program names with their variants.
Regards,
Vik
‎2009 Aug 20 1:33 PM
Hi,
This screen is only called from function module RS_VARIANT_SCREEN (easily found by using 'where-used'). This in turn is called from a number of places (SE38, SA38 etc) but I don't know of a transaction that goes to the variant screen directly.
After all, the screen is only used if you populate the program name first, like in SE38 for example.
Regards,
Nick
‎2009 Aug 20 1:38 PM
Hi Nick,
Thanks for your reply. What you said was correct.
In old versions ( 4.6B ) . I think there is a transaction code for this screen, where I can direclty call this screen with out Se38.
In that case The program name gets enabled and we can giv the program name also.
Regards,
‎2009 Aug 20 1:43 PM
Hi,
Guess this options gone now, the program name field is set as 'output' in the screen definition so it will only every be display.
You could write a program to call RS_VARIANT_SCREEN, but it would still be a two-step process.
Regards,
Nick