|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright (c) SAP AG 2004
| Method Summary | |
IReportInput |
getFollowupInput(IName report,
IReportResult result,
IResultIterator selected)
Calculate an appropriate IReportInput useable for executing the
given IReport as follow-up on the given IReportResult. |
List |
getFollowupReports(IReportResult result)
Get the list of INames of IReports
which are applicable to the given IReportResult. |
| Method Detail |
public List getFollowupReports(IReportResult result)
throws ResourceException
INames of IReports
which are applicable to the given IReportResult. In case there are no
applicable reports, an empty list is returned.
result - of another report execution
INames of applicable reports
ResourceException - on general failure
public IReportInput getFollowupInput(IName report,
IReportResult result,
IResultIterator selected)
throws ResourceException
IReportInput useable for executing the
given IReport as follow-up on the given IReportResult. The
selected IResultItems are intended as target of the follow-up report.
That is, assuming the report result holds resource A, B and C and only B is
selected, then any input to a follow-up report should act on B and not on A or C.
report - to generate input forresult - on which follow-up is performedselected - items in given result
ResourceException - on general failure
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||