Application Development 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: 

Error in ALV display when run in background

Former Member
0 Kudos

Hi All,

My program gives ALV Block Display . I am getting an extra ALV block displayed before display of each of my ALV block . However , while in normal execution (F8) , the program is running fine.

Can I debug a background job ? Please help.

5 REPLIES 5

Former Member
0 Kudos

Hello,

Yes you can debug.

Go to SM37 transaction,select your job and type JDBG in the command field and press enter.

Regards

Akmal

0 Kudos

Hi,

My program runs for few seconds (2-4) . when I switch from program to SM37 tcode , program execution is already complete . Is there any other way of debugging ?

0 Kudos

Hi!

You may use wait command or a loop 1000000 times command to win time to catch the report before it ends. However: What is the error?

Regards,

Volker

Former Member
0 Kudos

Check parameters for 'REUSE_ALV_GRID_DISPLAY'.

0 Kudos

Hi,

I am using the following fields : is_layout , it_fieldcat , i_tabname , it_events.

However, I am not using IT_SORT and I_TEXT and Exceptions . Do I need to include them also ?