cancel
Showing results for 
Search instead for 
Did you mean: 

Scheduling background job.

Former Member
0 Kudos

HI all,

In my prgm, I need to update corpDB table with EXEC SQL statements in SAP-ABAP. this prgm works when it is executed in SE38 but not when it is scheduled.

I am able to run the prgm in foreground but while scheduling it in background by TC:SM36, SAP statements are executing but SQL statements are not. It is not giving me any error but shows the job is successfully finished. But in CorpDB the data is not updated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I believe you need to define a variant for the program, and schedule the job in sm36 with the program and its variant.

Thanks,

Satyabrat