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

Screen variant

Former Member
0 Likes
563

    Hi,

How to call a screen variant using  bdc.

Tnd in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
424

Hi,

The Screen variant will be a subset of the original transaction ... so in BDC you can record the original transaction itself..

But if you insist.

it is exactly same as normal recording. Instead of using the original tcode while recording from SHDB use the transaction varaint for recording.

Regards

Read only

Former Member
0 Likes
424

If you know the name of the variant (you can find all variants linked to a report from table VARID), you could use function RS_VARIANT_CONTENTS to find the contents of the variant and use this to set the relevant parameters in your BDC program.