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

Issue execution of program on background

Former Member
0 Likes
662

Hi,

I execute a program to send an email with the result of transaction O4B1 as an attachment Excel.

My issue is when i execute it manually, the result is perfect, but when i execute on background,

the Excel file doesn't contain all data.

Best regards.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
632

Hi

Why don't you check in the debugging mode for the back ground job.

for doing debuggni in background do the follow

1) go to SM37, select the job name and

2) in the command line just put JDBG ( not /nJDBG or /oJDBG) and hit enter it goes to the debugging mode for that batch job.

hope it helps

Thanks!!

Hi

Why don't you check in the debugging mode for the back ground job.

for doing debuggni in background do the follow

1) go to SM37, select the job name and

2) in the command line just put JDBG ( not /nJDBG or /oJDBG) and hit enter it goes to the debugging mode for that batch job.

hope it helps

Thanks!!

3 REPLIES 3
Read only

Former Member
0 Likes
632

which data is missing ?

Do you have any inputs from user for that transaction?

Have you given proper variant for that to get proper data?

Please check.

Regards,

Lalit Mohan Gupta.

Read only

Former Member
0 Likes
633

Hi

Why don't you check in the debugging mode for the back ground job.

for doing debuggni in background do the follow

1) go to SM37, select the job name and

2) in the command line just put JDBG ( not /nJDBG or /oJDBG) and hit enter it goes to the debugging mode for that batch job.

hope it helps

Thanks!!

Read only

0 Likes
632

HI,

The transaction JDBG doesn't exist on our SAP 4.6.

Best regards.