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

'Records Passed' message during background processing

Former Member
0 Likes
649

Hi all,

I developed a new program in which i'm using "REUSE_ALV_BLOCK_LIST_APPEND" to display the output. Also Top of page events are used. When i run my job in foreground it works fine. But when I run in background im getting this message for each and every blocks processed in the output.

-


Data statistics Number of records

-


Records Passed 3

Calculated total records 1

-


In my o/p i nearly got 5 to 7 blocks before displaying each block the above message is getting displayed. I asked my colleague he told it may be due to Top of page triggering something relevant to Standard ALV stuff. Is it possible to avoid this getting printed when running the job in background? Anyone is aware of this.

Regards,

Anbu.

1 REPLY 1
Read only

Former Member
0 Likes
420

I got the solution,

just need to pass,

gs_print-no_print_listinfos = 'X'.

CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'

EXPORTING

is_print = gs_print.

Regards,

Anbu