‎2013 Mar 28 5:37 AM
Hello All,
when m trying to create a tcode for report painter through se93 its show erre for D_SREPOVARI-EXTDREPORT parameter,m felling the parameter with the value gatting from table TKEB1,-APPLCLASS /SUBCLASS /TABNAME 23 space / REPID.error is do not use blank char. Suggest Please and please give some idea about how to copy a stand. report painter and change the Z according to client requirement.
Thanks
Sam
‎2013 Mar 28 6:37 AM
‎2013 Mar 28 7:19 AM
Thanks Tooshar for your quick replay i all ready go through all the link in sdn but still face the same issue.
Thanks,
Sam
‎2013 Mar 28 8:00 AM
Hi,
I will suggest you to execute the transaction START_REPORT and put the report type report and ext. name. If it executes well over here then you can create a transaction using SE93
Something like this
Default value for transaction ‘START_REPORT’
In bellow default value section insert default value
SREPOVARI-REPORTTYPE = AQ "Parameter indicating Abap Query
D_SREPOVARI-REPORT = ZY_CS_ALLSLS "Query User group
D_SREPOVARI-EXTDREPORT= ZY_SLS_MST_001 "Query name
Hope this helps.
Thanks,
Tooshar Bendale
‎2013 Mar 28 9:17 AM
Hi,
For report painter its
Default value for transaction ‘START_REPORT’
In bellow default value section insert default value
SREPOVARI-REPORTTYPE = RE "Parameter indicating Abap Query
D_SREPOVARI-REPORT =????
D_SREPOVARI-EXTDREPORT= ZY_SLS_MST_001 "Query name
from where i get the name of the report group.
Thanks,
Sam
‎2013 Mar 28 11:00 AM
First check steps of Working with the Report Painter at help.sap.com or Note 1452691 - RW: Adding report group to a transaction at service.sap.com.
Regards,
Raymond
‎2013 Apr 01 4:12 PM
Hi,
Thanks Raymond and Tooshar for your help,i m planning to develop a zreport instade of report painter.
Tahnks
SAM
CLOSED.