2014 Oct 27 7:43 AM
hello all,
we have some 30 Reports,
module wise we want to display those reports under nodes such as PS,PM and FI...
on double clicking the report text it should call the corresponding report,
how do i achieve this...
hello all,
we have some 30 Reports,
module wise we want to display those reports under nodes such as PS,PM and FI...
on double clicking the report text it should call the corresponding report,
how do i achieve this...
2014 Oct 27 7:44 AM
2014 Nov 14 9:04 AM
Hi Vinay,
You can use an interactive list for doing this. In your landing page have a write statement for various keywords -
Write 'PS'.
uline.
write 'FI'.
....
At line-selection.
get cursor field <field name> value <field value>. " any field name
case <field value>
when 'PS'.
submit <ps report> and return.
when 'FI'.
submit <FI report> and return.
...
endcase.
Please do not copy paste as I have just typed it and refer to SAP documentation for correct syntax.
Best of luck.
Best regards,
Saurabh
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |