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

Batch job not working .

Former Member
0 Likes
814

I have created two programs .

First Program creates a variant and a batch job.

and Second program runs that batch job using that variant .

My First program creates the Varient and the batch job properly

and i can see that job in SM37 in finished status .

But the tables which i want to update is not updating .

If i take that variant and run the second job seperately then

it is running fine and update the table properly.

Please suggest me what is the issue .

thanks !.

I have created two programs .

First Program creates a variant and a batch job.

and Second program runs that batch job using that variant .

My First program creates the Varient and the batch job properly

and i can see that job in SM37 in finished status .

But the tables which i want to update is not updating .

If i take that variant and run the second job seperately then

it is running fine and update the table properly.

Please suggest me what is the issue .

thanks !.

2 REPLIES 2
Read only

Former Member
0 Likes
514

Hi Pasha,

not sure if i got it completely.

Do you use statements like SET/GET parameter, import/export, Statics? Those won't work in background (--> session memory).

Regards,

Tobi

Read only

Former Member
0 Likes
514

in SM37, select the job, and in command bar type JDBG. hit enter... debugger will start with the same variant.. check what happened..