TADIR
Katalog der Repository-Objekte
1 SELECT (21)
1.1 z_sysp_sap_adapter.abap (21)
1537 select a~tabname as tableName1538 into corresponding fields of table iDictStructure1539 from dd02l as a1540 inner join tadir as b1541 on a~tabname = b~obj_name1542 where a~tabname in soTable1543 and a~tabclass <> 'CLUSTER'1544 and a~tabclass <> 'POOL'1545 and a~tabclass <> 'VIEW'1546 and a~as4user in soAuthor1547 and a~as4local = 'A'1548 and b~pgmid = 'R3TR'1549 and b~object = 'TABL'1550 and b~devclass in soLocPackage[].
1572 select *1573 into corresponding fields of table iLocTableTypes1574 from dd40l as a1575 inner join dd40t as t1576 on a~typename = t~typename1577 inner join tadir as b1578 on a~typename = b~obj_name1579 where a~typename in sotabletypenames1580 and t~ddlanguage eq sy-langu1581 and a~as4user in soauthor1582 and a~as4local = 'A'1583 and b~pgmid = 'R3TR'1584 and b~object = 'TTYP'1585 and b~devclass in solocpackage[].
1730 select obj_name as arbgb1731 into table iMClasses1732 from tadir1733 where pgmid = 'R3TR'1734 and object = 'MSAG'1735 and devclass in soLocPackage.
1770 select t100~arbgb "#EC CI_BUFFJOIN1771 t100~msgnr1772 t100~text1773 t100a~stext1774 appending corresponding fields of table iLocMessages1775 from t1001776 inner join t100a1777 on t100a~arbgb = t100~arbgb1778 inner join tadir1779 on t100~arbgb = tadir~obj_name1780 where t100a~masterLang = messageClassLang1781 and t100a~respUser in rangeAuthor[]1782 and tadir~pgmid = 'R3TR'1783 and tadir~object = 'MSAG'1784 and tadir~devclass in soLocPackage[].
1788 select t100~arbgb "#EC CI_BUFFJOIN1789 t100~msgnr1790 t100~text1791 t100a~stext1792 appending corresponding fields of table iLocMessages1793 from t1001794 inner join t100a1795 on t100a~arbgb = t100~arbgb1796 inner join tadir1797 on t100~arbgb = tadir~obj_name1798 where t100a~masterLang = messageClassLang1799 and t100a~respUser in rangeAuthor[]1800 and t100a~lastUser in rangeAuthor[]1801 and tadir~pgmid = 'R3TR'1802 and tadir~object = 'MSAG'1803 and tadir~devclass in soLocPackage[].
1826 select a~funcName as functionName1827 a~area as functionGroup1828 into corresponding fields of table iLocfunctionNames1829 from v_fdir as a1830 inner join tlibv as b1831 on a~area = b~area1832 inner join tadir as c1833 on a~area = c~obj_name1834 where a~funcName in soFName[]1835 and a~area in soFGroup[]1836 and a~generated = ''1837 and b~uname in soLocAuthor[]1838 and pgmid = 'R3TR'1839 and object = 'FUGR'1840 and devclass in solocPackage[]1841 order by a~area.
2124 select single obj_name2125 from tadir2126 into waClass-clsName2127 where pgmid = 'R3TR'2128 and object = 'CLAS'2129 and obj_name = waClass-clsName2130 and devclass in soLocPackage[].
2783 select a~progname2784 a~subc2785 appending corresponding fields of table ilocProgram2786 from reposrc as a2787 inner join tadir as b2788 on a~progname = b~obj_name2789 where a~progname in rangeProgram2790 and a~cnam in rangeAuthor2791 and ( a~subc = '1' or a~subc = 'M' or a~subc = 'S' )2792 and b~pgmid = 'R3TR'2793 and b~object = 'PROG'2794 and b~devclass in soLocPackage.
2798 select progname2799 subc2800 appending corresponding fields of table iLocProgram2801 from reposrc as a2802 inner join tadir as b2803 on a~progname = b~obj_name2804 where a~progname in rangeProgram2805 and ( a~progname like altCustomerNameRange2806 or a~progname like 'Z%'2807 or a~progname like 'Y%'2808 or a~progname like 'SAPMZ%'2809 or a~progname like 'SAPMY%')2810 and a~cnam in rangeAuthor2811 and ( a~subc = '1' or a~subc = 'M' or a~subc = 'S' )2812 and b~pgmid = 'R3TR'2813 and b~object = 'PROG'2814 and b~devclass in soLocPackage.
2821 select progname2822 subc2823 appending corresponding fields of table iLocProgram2824 from reposrc as a2825 inner join tadir as b2826 on a~progname = b~obj_name2827 where a~progname in rangeProgram2828 and ( a~subc = '1' or a~subc = 'M' or a~subc = 'S' )2829 and ( a~cnam in rangeAuthor or a~unam in rangeAuthor )2830 and b~pgmid = 'R3TR'2831 and b~object = 'PROG'2832 and b~devclass in soLocPackage.
2835 select a~progname2836 a~subc2837 appending corresponding fields of table iLocProgram2838 from reposrc as a2839 inner join tadir as b2840 on a~progname = b~obj_name2841 where a~progname in rangeProgram2842 and ( a~progname like altCustomerNameRange2843 or a~progname like 'Z%'2844 or a~progname like 'Y%'2845 or a~progname like 'SAPMZ%'2846 or a~progname like 'SAPMY%')2847 and ( a~subc = '1' or a~subc = 'M' or a~subc = 'S' )2848 and ( a~cnam in rangeAuthor or a~unam in rangeAuthor )2849 and b~pgmid = 'R3TR'2850 and b~object = 'PROG'2851 and b~devclass in soLocPackage.
2881 select obj_name2882 into waTransformation-xsltname2883 from tadir2884 where pgmid = 'R3TR'2885 and object = 'XSLT'2886 and author in rangeauthor2887 and obj_name in rangexslt2888 and devclass in solocpackage.
2895 select obj_name2896 into waTransformation-xsltname2897 from tadir2898 where pgmid = 'R3TR'2899 and object = 'XSLT'2900 and author in rangeauthor2901 and obj_name in rangexslt2902 and devclass in solocpackage2903 and ( obj_name like altcustomernamerange2904 or obj_name like 'Z%'2905 or obj_name like 'Y%').
2914 select obj_name2915 into waTransformation-xsltname2916 from tadir2917 where pgmid = 'R3TR'2918 and object = 'XSLT'2919 and author in rangeauthor2920 and obj_name in rangexslt2921 and devclass in solocpackage.
2927 select obj_name2928 into waTransformation-xsltname2929 from tadir2930 where pgmid = 'R3TR'2931 and object = 'XSLT'2932 and author in rangeauthor2933 and obj_name in rangexslt2934 and devclass in solocpackage2935 and ( obj_name like altcustomernamerange2936 or obj_name like 'Z%'2937 or obj_name like 'Y%').
2965 select obj_name2966 into waTransformation-xsltname2967 from tadir2968 where pgmid = 'R3TR'2969 and object = 'XSLT'2970 and obj_name in rangexslt2971 and obj_name like altcustomernamerange2972 and author in rangeauthor.
2977 select obj_name2978 into waTransformation-xsltname2979 from tadir2980 where pgmid = 'R3TR'2981 and object = 'XSLT'2982 and obj_name in rangexslt2983 and author in rangeauthor.
2993 select obj_name2994 into waTransformation-xsltname2995 from tadir2996 where pgmid = 'R3TR'2997 and object = 'XSLT'2998 and obj_name in rangexslt2999 and obj_name like altcustomernamerange3000 and ( obj_name like 'Z%' or3001 obj_name like 'Y%' ).
3006 select obj_name3007 into waTransformation-xsltname3008 from tadir3009 where pgmid = 'R3TR'3010 and object = 'XSLT'3011 and obj_name in rangexslt3012 and ( obj_name like 'Z%' or3013 obj_name like 'Y%' ).
3030 select single obj_name3031 into waTransformation-xsltname3032 from tadir3033 where pgmid = 'R3TR'3034 and object = 'XSLT'3035 and obj_name in rangexslt.
3254 select single obj_name3255 from tadir3256 into waClass-clsName3257 where pgmid = 'R3TR'3258 and object = 'CLAS'3259 and obj_name = waClass-clsName3260 and devclass in soLocPackage[].