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

Finding a standard report

Former Member
0 Likes
446

Hi,

I would like to know how to search for standard reports. (i.e) Given a task (For eg. displaying all sales order of a particular customer) , how can i know whether a standard report exists for the task .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
421

You can refer to DB table TRDIRT. It stores the short descriptions of all the programs. Here you can do a wild card search with your keywords. SAP Standard reports normally statrts with R*.

So u can search like program name = R*

Report title = endorinetem ( say i am searching for reports Vendor Line item)

If you want to know the transaction code - go to table TSTC with the prog name , u ll get the TCode as well.

Hope it helps.

SKC

1 REPLY 1
Read only

Former Member
0 Likes
422

You can refer to DB table TRDIRT. It stores the short descriptions of all the programs. Here you can do a wild card search with your keywords. SAP Standard reports normally statrts with R*.

So u can search like program name = R*

Report title = endorinetem ( say i am searching for reports Vendor Line item)

If you want to know the transaction code - go to table TSTC with the prog name , u ll get the TCode as well.

Hope it helps.

SKC