Register Login

How to find out the CUSTOMS REPORTS in sap.

Updated May 18, 2018

Good day Experts,

We have developed many reports, but i don't no, please help me to find out (tcode step by step)  the developed reports in SAP


Comments

  • 11 Jun 2013 8:20 am rekha
    In SE80--> give your custom package > display> that will display all objects under custom development


    Or you can do this way to retrieve the same ..


    select * from TADIR into table it_tadir where OBJ_NAME like 'Z%' .

    U'll have to take use of the std SAP sys tables : TADIR or TRDIR.

    And use the appropriate category to find all the Z-reports existing in your system.

×