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: 

Variant for Background Job

Former Member
0 Kudos

Hi all,

can you help me in finding a variant name that is being picked be a Z transaction in the background. it is urgent requirement for me please help.

Best regards.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

use fm GET_JOB_RUNTIME_INFO and table TBTCP.

Or

Sy-slset gives the variant name though we run in background mode. All the system fields gets filled with the corresponding values as soon as the execution of the program starts , either it can be foreground or background.

<b>Reward points</b>

Regards

4 REPLIES 4

Former Member
0 Kudos

Hi,

Use SE93 to check the transaction and get the variant used by the program.

If you want to see the values of the parameters which are used in the variant, use SE38 with the program name and enter the variants menu. From here you can retrieve all variants registered for the program (either foreground and background variants)

Please reward if helpful.

Regards,

Nicolas.

Former Member
0 Kudos

hi..

I think ,it is possible,look at se93 transaction ,one of the radio button contains variants..

<b>Reward points if useful</b>

Regards

Ashu

Former Member
0 Kudos

Hi,

use fm GET_JOB_RUNTIME_INFO and table TBTCP.

Or

Sy-slset gives the variant name though we run in background mode. All the system fields gets filled with the corresponding values as soon as the execution of the program starts , either it can be foreground or background.

<b>Reward points</b>

Regards

Former Member
0 Kudos

Hi,

Open SM37 and enter the program name or job name. Enter * in user name if u don't know. Then it will display all the jobs. select one and select Job log. It tells you the varialnt name which it is using.

Hope this helps and post the queries. Update you....

Regards,

Kumar.