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

Variants Batch Job

0 Likes
1,863

Dear All,

In our production system when i go to SM37, I am able to see for various programs, variants are like '&0000000527521', '&0000000000009' . Could anyone tell me what are these types of variants, and how are they created.

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,353


Hi George,

This variant is getting generated when you run the program in background through your selection screen.

By Opting the path - Program --> Execute in BackGround.

At that time, the system will generate automatically a runtime variant - '&0000000000001'. Next time if you run the system will increment the same and change the value to - '&0000000000002' and so on.

You can check the table VARI where system stores the data for variants. Run the programs in background and you can see the behaviour in this table.

Hope this helps.

Regards,

Abhi

Dear All,

In our production system when i go to SM37, I am able to see for various programs, variants are like '&0000000527521', '&0000000000009' . Could anyone tell me what are these types of variants, and how are they created.

Thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
1,354


Hi George,

This variant is getting generated when you run the program in background through your selection screen.

By Opting the path - Program --> Execute in BackGround.

At that time, the system will generate automatically a runtime variant - '&0000000000001'. Next time if you run the system will increment the same and change the value to - '&0000000000002' and so on.

You can check the table VARI where system stores the data for variants. Run the programs in background and you can see the behaviour in this table.

Hope this helps.

Regards,

Abhi

Read only

0 Likes
1,353

Exactly as Abhi says.

Alternatively, you can create your own variants and give them the name you want, so it's easier to track.

Cheers,

Custodio

Read only

0 Likes
1,353

Thank you  all!