2007 Sep 04 8:07 AM
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 .
2007 Sep 04 8:16 AM
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
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 .
2007 Sep 04 8:16 AM
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