2007 Nov 26 4:44 AM
2007 Nov 26 4:49 AM
It will use to run your reports (ABAP programs).....
Usually, this transaction will be used for for the End-users,those who needs to run the some customizing reports ....becuase they will not be provided with the Developer authorizations to run the reports from Se38..or Se80...
Hi,
What is the use of tcode 'START_REPORT'?
2007 Nov 26 4:49 AM
It will use to run your reports (ABAP programs).....
Usually, this transaction will be used for for the End-users,those who needs to run the some customizing reports ....becuase they will not be provided with the Developer authorizations to run the reports from Se38..or Se80...
2007 Nov 26 4:53 AM
HI
with this Tcode we can assign transaction code to SQL query
Create a transaction calling transaction START_REPORT with the following parameters/attributes filled :
D_SREPOVARI-REPORTTYPE= AQ "parameter indicating Abap Query
D_SREPOVARI-REPORT= 'ZGRP' "Query User group
D_SREPOVARI-EXTDREPORT= 'ZNAME' "Query name
If you use the way i described earlier your transaction will actually call the query. (START_REPORT was developed for this and can call ABAP Query, Report Portfolio Rpt; Form, Drilldown reporting, Report Writer Report and Transactions with variant)
If you want to create a report from query to create report-transaction then you have to use the generated program or copy it to a Z-program, but beware that changes to the query may not be reflected to the transaction.
/community [original link is broken]
<b>Reward i fusefull</b>
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |