2011 Jun 22 9:41 AM
Hi good souls,
I am facing a rather funny but very helpful need to find a way in which i can view all my customized reports with their respective transaction codes and its description.
It is highly appreciated if the help comes soon.
<Objectionable word removed>
Edited by: Suhas Saha on Jun 22, 2011 2:48 PM
Hi good souls,
I am facing a rather funny but very helpful need to find a way in which i can view all my customized reports with their respective transaction codes and its description.
It is highly appreciated if the help comes soon.
<Objectionable word removed>
Edited by: Suhas Saha on Jun 22, 2011 2:48 PM
2011 Jun 22 10:08 AM
Get the Program names from tadir table where pgmid is R3TR object id is PROG and obj_name 'Z%' (meaning all prog starting with Z) using that program name get the tcode from tstc table.
Thanks,
K.Kiran,.
2011 Jun 22 10:16 AM
Hi
Tcode SE16 or SE16N for table TSTC. Do the selection for PGMNA = Z*.
Regards
Eduardo
2011 Jun 22 10:32 AM
You might as well just use the repository info system (SE90), other objects, transactions. Expand to "all selections", select the needful and switch to "complete list".
Thomas
2011 Jun 22 11:06 AM
Hi,
Step 1:-
Goto the table TADIR get the OBJ_NAME(Program name) as per the following condition.
Condition-
PGMID = R3TR
OBJECT = PROG
DEVCLASS = (Package name for you are using in transport request creation time)
Step 2:-
Goto the table TSTC get the trasaction details.
Condition:-
PGMNA = Step1-OBJ_NAME