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: 

Which select-options/parameters are used in a job with parameter &0000000000000

Former Member
0 Kudos

Hi all,

I wonder if I can find out wich select-options/parameters are used in a job with step-details > Parameter: &0000000000000

I guess this job is generated by another ABAP? right?

Thanks

Regards

Mario

1 ACCEPTED SOLUTION

Jelena
Active Contributor
0 Kudos

Just to clarify - when you see &00000... (usually there is some number at the end) as the variant name it simply means that there was no pre-defined variant used. You can easily recreate this effect if you run a report in SE38 and do Program -> Execute in Background. In this case no saved variant is used and the values are just taken from the selection screen.

The actual values can be displayed in SM37 as Sandra suggested. If this answers the question kindly close the discussion.

7 REPLIES 7

Former Member
0 Kudos

Hi Mario

Yes, typically I've found any jobs with a &* variant are generated by an automated process.

Sometime these Variants have a short life span.

But what you can sometime do is the SE38 for the program, then use the option for running with Variant. Paste in the Variant and the screen should show what the values are.

Hope this helps

Arden

0 Kudos

HI Arden,

thx, but this is unfortunatelly not an answer to my question. I want to find out wich select-options/parameters are behind: &0000000000000

Regards

Mario

0 Kudos

Hi Mario

I think you'll find I did explain how to go about this in my earlier response

Regards

Arden

0 Kudos

HI Arden,

now I read it precisely .... and I understood what you meant.

But in my case it will be difficult to wait at the moment when &0000000000000 is still alive

Thx Regards

Mario

0 Kudos

Hi Mario

I've not tried this myself but you can checkout this thread

https://scn.sap.com/thread/2155387

Hope it helps. If you're still not having any luck let me know. I'm not on a system right now so could check tomorrow.

Regards

Arden

Sandra_Rossi
Active Contributor
0 Kudos

If you mean how to display the program variant &0000000000000, then you may display it (values, attributes) using transaction SM37, select the job, display the step(s), set cursor on the step, and click menu Goto -> Variant.

Jelena
Active Contributor
0 Kudos

Just to clarify - when you see &00000... (usually there is some number at the end) as the variant name it simply means that there was no pre-defined variant used. You can easily recreate this effect if you run a report in SE38 and do Program -> Execute in Background. In this case no saved variant is used and the values are just taken from the selection screen.

The actual values can be displayed in SM37 as Sandra suggested. If this answers the question kindly close the discussion.