Skip to Content
0
Former Member
Jun 28, 2008 at 08:59 AM

Report: Events

31 Views

why the code is giving dump?

REPORT  yh1150_sdn line-count 3.
data:
  w_var type i.

start-of-selection.

  w_var = 9.

  write:w_var.

  top-of-page.

  write /: 'PAGE HEADER',
            sy-pagno.

How to overcome it without changing line-count?