REPOSRC
Report Sourcen
1 SELECT (9)
1.1 z_sysp_sap_adapter.abap (9)
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.
3049 select progname3050 subc3051 into corresponding fields of table iLocProgram3052 from reposrc3053 where progname in rangeProgram3054 and ( subc = '1' or3055 subc = 'I' or3056 subc = 'M' or3057 subc = 'S' ).
3095 select progname3096 subc3097 from reposrc3098 appending corresponding fields of table iLocProgram3099 where progname in rangeProgram3100 and progname like altCustomerNameRange3101 and ( subc = '1' or subc = 'M' or subc = 'S' )3102 and ( cnam in rangeAuthor or unam in rangeAuthor ).
3104 select progname3105 subc3106 from reposrc3107 appending corresponding fields of table iLocProgram3108 where progname in rangeProgram3109 and ( subc = '1' or subc = 'M' or subc = 'S' )3110 and ( cnam in rangeAuthor or unam in rangeAuthor ).
3117 select progname3118 subc3119 from reposrc3120 appending corresponding fields of table iLocProgram3121 where progname in rangeProgram3122 and ( progname like altCustomerNameRange3123 or progname like 'Z%'3124 or progname like 'Y%'3125 or progname like 'SAPMZ%'3126 or progname like 'SAPMY%')3127 and ( subc = '1' or subc = 'M' or subc = 'S' )3128 and ( cnam in rangeAuthor or unam in rangeAuthor ).
3130 select progname3131 subc3132 from reposrc3133 appending corresponding fields of table iLocProgram3134 where progname in rangeProgram3135 and ( progname like 'Z%'3136 or progname like 'Y%'3137 or progname like 'SAPMZ%'3138 or progname like 'SAPMY%')3139 and ( subc = '1' or subc = 'M' or subc = 'S' )3140 and ( cnam in rangeAuthor or unam in rangeAuthor ).