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

How to debugg programm in backround

Former Member
0 Likes
767

Hi All there,

I have modified one report in which we have added few coloumn the report is working fine if executed in foreground but if execute in backround those aded coloumn are not getting displayed, what could be the n how to debugg the program in backround.

regards

Sagar

Hi All there,

I have modified one report in which we have added few coloumn the report is working fine if executed in foreground but if execute in backround those aded coloumn are not getting displayed, what could be the n how to debugg the program in backround.

regards

Sagar

6 REPLIES 6
Read only

Former Member
0 Likes
741

Hi,

refer to below link

[;

Hope it will help you.

Regards

Natasha Garg

Read only

GauthamV
Active Contributor
0 Likes
741

Plz SEARCH in SCN before posting.

Read only

Former Member
0 Likes
741

Hi,

Go to sm50 tcode. select the process which is running on your user name.

In main menu go to "Program/process"--->program---> debugging.

Immediately it will goto in debugg mode.

Best Regards,

Sumana

Please mark all the helpful answers

Read only

Former Member
0 Likes
741

DEBUG PROGRAM IN BACKGROUND

1. Go to sm37

2. F8

3. Select job

4. give t.code JDBG in command window

5. enter

It will start debug

Read only

Former Member
0 Likes
741

Hi Sagar,

If you execute the report in the background which has the coloumns exceeding 255 they would not be displayed in the spool request.Try to use the option shift+f4 in the spool transaction where in you can see the whole report output.

Thanks,

Rajesh

Read only

Former Member
0 Likes
741

JDBG transaction