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

T.code for ABAP Varaints

Former Member
0 Likes
610

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

4 REPLIES 4
Read only

Former Member
0 Likes
574

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

Read only

Former Member
0 Likes
574

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

Read only

0 Likes
574

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,

Read only

0 Likes
574

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