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.