‎2009 Sep 24 3:17 PM
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.
‎2009 Sep 25 9:19 AM
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