Skip to main content

TADIR

Katalog der Repository-Objekte

1 SELECT (21)

1.1 z_sysp_sap_adapter.abap (21)

1537 select a~tabname as tableName
1538 into corresponding fields of table iDictStructure
1539 from dd02l as a
1540 inner join tadir as b
1541 on a~tabname = b~obj_name
1542 where a~tabname in soTable
1543 and a~tabclass <> 'CLUSTER'
1544 and a~tabclass <> 'POOL'
1545 and a~tabclass <> 'VIEW'
1546 and a~as4user in soAuthor
1547 and a~as4local = 'A'
1548 and b~pgmid = 'R3TR'
1549 and b~object = 'TABL'
1550 and b~devclass in soLocPackage[].

z_sysp_sap_adapter.abap:1537

1572 select *
1573 into corresponding fields of table iLocTableTypes
1574 from dd40l as a
1575 inner join dd40t as t
1576 on a~typename = t~typename
1577 inner join tadir as b
1578 on a~typename = b~obj_name
1579 where a~typename in sotabletypenames
1580 and t~ddlanguage eq sy-langu
1581 and a~as4user in soauthor
1582 and a~as4local = 'A'
1583 and b~pgmid = 'R3TR'
1584 and b~object = 'TTYP'
1585 and b~devclass in solocpackage[].

z_sysp_sap_adapter.abap:1572

1730 select obj_name as arbgb
1731 into table iMClasses
1732 from tadir
1733 where pgmid = 'R3TR'
1734 and object = 'MSAG'
1735 and devclass in soLocPackage.

z_sysp_sap_adapter.abap:1730

1770 select t100~arbgb "#EC CI_BUFFJOIN
1771 t100~msgnr
1772 t100~text
1773 t100a~stext
1774 appending corresponding fields of table iLocMessages
1775 from t100
1776 inner join t100a
1777 on t100a~arbgb = t100~arbgb
1778 inner join tadir
1779 on t100~arbgb = tadir~obj_name
1780 where t100a~masterLang = messageClassLang
1781 and t100a~respUser in rangeAuthor[]
1782 and tadir~pgmid = 'R3TR'
1783 and tadir~object = 'MSAG'
1784 and tadir~devclass in soLocPackage[].

z_sysp_sap_adapter.abap:1770

1788 select t100~arbgb "#EC CI_BUFFJOIN
1789 t100~msgnr
1790 t100~text
1791 t100a~stext
1792 appending corresponding fields of table iLocMessages
1793 from t100
1794 inner join t100a
1795 on t100a~arbgb = t100~arbgb
1796 inner join tadir
1797 on t100~arbgb = tadir~obj_name
1798 where t100a~masterLang = messageClassLang
1799 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[].

z_sysp_sap_adapter.abap:1788

1826 select a~funcName as functionName
1827 a~area as functionGroup
1828 into corresponding fields of table iLocfunctionNames
1829 from v_fdir as a
1830 inner join tlibv as b
1831 on a~area = b~area
1832 inner join tadir as c
1833 on a~area = c~obj_name
1834 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.

z_sysp_sap_adapter.abap:1826

2124 select single obj_name
2125 from tadir
2126 into waClass-clsName
2127 where pgmid = 'R3TR'
2128 and object = 'CLAS'
2129 and obj_name = waClass-clsName
2130 and devclass in soLocPackage[].

z_sysp_sap_adapter.abap:2124

2783 select a~progname
2784 a~subc
2785 appending corresponding fields of table ilocProgram
2786 from reposrc as a
2787 inner join tadir as b
2788 on a~progname = b~obj_name
2789 where a~progname in rangeProgram
2790 and a~cnam in rangeAuthor
2791 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.

z_sysp_sap_adapter.abap:2783

2798 select progname
2799 subc
2800 appending corresponding fields of table iLocProgram
2801 from reposrc as a
2802 inner join tadir as b
2803 on a~progname = b~obj_name
2804 where a~progname in rangeProgram
2805 and ( a~progname like altCustomerNameRange
2806 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 rangeAuthor
2811 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.

z_sysp_sap_adapter.abap:2798

2821 select progname
2822 subc
2823 appending corresponding fields of table iLocProgram
2824 from reposrc as a
2825 inner join tadir as b
2826 on a~progname = b~obj_name
2827 where a~progname in rangeProgram
2828 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.

z_sysp_sap_adapter.abap:2821

2835 select a~progname
2836 a~subc
2837 appending corresponding fields of table iLocProgram
2838 from reposrc as a
2839 inner join tadir as b
2840 on a~progname = b~obj_name
2841 where a~progname in rangeProgram
2842 and ( a~progname like altCustomerNameRange
2843 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.

z_sysp_sap_adapter.abap:2835

2881 select obj_name
2882 into waTransformation-xsltname
2883 from tadir
2884 where pgmid = 'R3TR'
2885 and object = 'XSLT'
2886 and author in rangeauthor
2887 and obj_name in rangexslt
2888 and devclass in solocpackage.

z_sysp_sap_adapter.abap:2881

2895 select obj_name
2896 into waTransformation-xsltname
2897 from tadir
2898 where pgmid = 'R3TR'
2899 and object = 'XSLT'
2900 and author in rangeauthor
2901 and obj_name in rangexslt
2902 and devclass in solocpackage
2903 and ( obj_name like altcustomernamerange
2904 or obj_name like 'Z%'
2905 or obj_name like 'Y%').

z_sysp_sap_adapter.abap:2895

2914 select obj_name
2915 into waTransformation-xsltname
2916 from tadir
2917 where pgmid = 'R3TR'
2918 and object = 'XSLT'
2919 and author in rangeauthor
2920 and obj_name in rangexslt
2921 and devclass in solocpackage.

z_sysp_sap_adapter.abap:2914

2927 select obj_name
2928 into waTransformation-xsltname
2929 from tadir
2930 where pgmid = 'R3TR'
2931 and object = 'XSLT'
2932 and author in rangeauthor
2933 and obj_name in rangexslt
2934 and devclass in solocpackage
2935 and ( obj_name like altcustomernamerange
2936 or obj_name like 'Z%'
2937 or obj_name like 'Y%').

z_sysp_sap_adapter.abap:2927

2965 select obj_name
2966 into waTransformation-xsltname
2967 from tadir
2968 where pgmid = 'R3TR'
2969 and object = 'XSLT'
2970 and obj_name in rangexslt
2971 and obj_name like altcustomernamerange
2972 and author in rangeauthor.

z_sysp_sap_adapter.abap:2965

2977 select obj_name
2978 into waTransformation-xsltname
2979 from tadir
2980 where pgmid = 'R3TR'
2981 and object = 'XSLT'
2982 and obj_name in rangexslt
2983 and author in rangeauthor.

z_sysp_sap_adapter.abap:2977

2993 select obj_name
2994 into waTransformation-xsltname
2995 from tadir
2996 where pgmid = 'R3TR'
2997 and object = 'XSLT'
2998 and obj_name in rangexslt
2999 and obj_name like altcustomernamerange
3000 and ( obj_name like 'Z%' or
3001 obj_name like 'Y%' ).

z_sysp_sap_adapter.abap:2993

3006 select obj_name
3007 into waTransformation-xsltname
3008 from tadir
3009 where pgmid = 'R3TR'
3010 and object = 'XSLT'
3011 and obj_name in rangexslt
3012 and ( obj_name like 'Z%' or
3013 obj_name like 'Y%' ).

z_sysp_sap_adapter.abap:3006

3030 select single obj_name
3031 into waTransformation-xsltname
3032 from tadir
3033 where pgmid = 'R3TR'
3034 and object = 'XSLT'
3035 and obj_name in rangexslt.

z_sysp_sap_adapter.abap:3030

3254 select single obj_name
3255 from tadir
3256 into waClass-clsName
3257 where pgmid = 'R3TR'
3258 and object = 'CLAS'
3259 and obj_name = waClass-clsName
3260 and devclass in soLocPackage[].

z_sysp_sap_adapter.abap:3254