Tuesday, August 26, 2014

ABAP TIP - Check the value in background job



When background jobs make dump or are cancelled, we need to check which variant or value is used . In some cases, the job is executed directly through t-code:SE38 without specific variant. we can't find out the valued used in job. In this case, let's find the solution how to identify the value used.

Let's assume that the program is executed with 2 values in selections screen.


If the job is cancelled, we need to find out the cause and check which values are entered.



Check the line and click the button  in application toolbar. In parameters column, '&' means that the job is executed without a variant.


Put the cursor on the line, select Menu : : goto -> Variant or goto -> Maintain Variants


You can see the value in background job.



No comments:

Post a Comment