interactive report
hi,
is it possible to insert a different page heading for each interactive report then how to do it. is it possible in smartforms?
Tags:
max bianchi replied
Hi
TOP-OF-PAGE.
WRITE: 'First Page'.
TOP-OF-PAGE DURING LINE-SELECTION.
CASE SY-LSIND.
WHEN 1. WRITE: 'Hello'.
WHEN 2. WRITE: 'Bye Bye'.
.............
ENDCASE.
Max