Application Development 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: 

Creating a Variant

Former Member
0 Kudos

Hello Geeks , I have a minor problem , I want to create a variant as usual , but One of the fields of the report is filled using a field of transparent table TVARV , How do I do that ? .

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Please follow this steps:

Go to SM30.

Open maintaince for table TVARV.

Add your field (eg ZTEST) and its value here.

save.

Run the program ..

Press the save button will lead you to the Variant screen.

In this screen, press F4 on the "Selection Variable" cell against your field name.

Select "T" from the F4

Press F4 on the "Name of the variable" cell against your field

Select your field name (ZTEST)

Save the variant.

Regards,

Naimesh Patel

2 REPLIES 2

Former Member
0 Kudos

While saving the Variant. Deffine a Selection Variable and then populate the values from TVARV table.

Cheers

VJ

naimesh_patel
Active Contributor
0 Kudos

Please follow this steps:

Go to SM30.

Open maintaince for table TVARV.

Add your field (eg ZTEST) and its value here.

save.

Run the program ..

Press the save button will lead you to the Variant screen.

In this screen, press F4 on the "Selection Variable" cell against your field name.

Select "T" from the F4

Press F4 on the "Name of the variable" cell against your field

Select your field name (ZTEST)

Save the variant.

Regards,

Naimesh Patel