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

Variant table issue

Former Member
0 Likes
576

Hi,

When I go to step overview for batch job then choose "GoTo" Variant menu option then I get the variant details.

The variant name in the step overview screen statrs with &&0000000001234.

Which table keeps the details of this type variant. The VARID and VARI table is not good for this.

I would like to know the values stored in the table.

Your help will be greately appreciated.

Best Regards,

SC

2 REPLIES 2
Read only

Former Member
0 Likes
477

Hi,

Those are temporary variant I think... Have no clue on when they are deleted...

I think you can access some of them via VARI cluster table using an appropriate IMPORT statement however.

Kr,

m.

Read only

Former Member
0 Likes
477

When you display the values for this variant, run transaction ST05 in parallel. That should tell you which tables (if any) are hit.

Rob