Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Tcode for Report painter

Former Member
0 Likes
1,786

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,266

Hi,

Check this link

http://scn.sap.com/thread/284969

Thanks,

Tooshar Bendale

Read only

0 Likes
1,266

Thanks Tooshar for your quick replay i  all ready go through all the link in sdn but still face the same issue.

Thanks,

Sam

Read only

0 Likes
1,266

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

Read only

0 Likes
1,266

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

Read only

0 Likes
1,266

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

Read only

0 Likes
1,266

Hi,

Thanks Raymond and Tooshar for your help,i m planning to develop a zreport instade of report painter.

Tahnks

SAM

CLOSED.