2006 May 03 11:53 AM
hi,
is it possible to insert a different page heading for each interactive report then how to do it. is it possible in smartforms?
2006 May 03 11:58 AM
Hi
What does it mean "for each interactive report"?
You can manage the page heading by the event TOP-OF-PAGE and TOP-OF-PAGE DURING LINE-SELECTION, so you can decide what has to be listed.
In smartform you can insert different TOP window for each page.
Max
hi,
is it possible to insert a different page heading for each interactive report then how to do it. is it possible in smartforms?
2006 May 03 11:58 AM
You will have to use event - TOP-OF-PAGE-DURING-LINESELECTION to insert a different page heading for each interactive report.
with regards,
nelson
2006 May 03 11:58 AM
Hi
What does it mean "for each interactive report"?
You can manage the page heading by the event TOP-OF-PAGE and TOP-OF-PAGE DURING LINE-SELECTION, so you can decide what has to be listed.
In smartform you can insert different TOP window for each page.
Max
2006 May 03 12:01 PM
hi thanks max,
can u give me a sample code for this method
thanks,
kiran....
2006 May 03 12:08 PM
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
2006 May 03 12:01 PM
Hi kiran,
1. Using the top-of-page command during line-selection, you can have a different heading for each different page.
2. Yes it is possible for smart form too.
for each new page you will enter the different header.
Regards,
Kunal.
2006 May 03 12:04 PM
HI
I DONT THINK THAT IT IS POSSIBLE TO HAVE DIFFERENT PAGE HEADING IN EVERY SCREEN O FTHE INTERACTIVE REPORT.
YES IT IS POSSIBLE IN THE SMARTFORMS.
THANKS
MRUTYUN
2006 May 03 12:04 PM
Hi
It is possiable in intractive report but i have dought in samrtform.
Here is the syntex for display diffrent heading in intractive report
if sy-lsind = '1'.
<b>top-of-page during line-selection.</b>
elseif sy-lsind = '2'.
<b>top-of-page during line-selection.</b>
endif.
this is how you can do so on till 20 detail list.
regards,
Hiren Patel
2006 May 03 12:08 PM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |