‎2010 Sep 21 1:54 PM
Hi ,
Is there any standard ABAP program available in the system to find the obsolete statements in the given custom program?.
Is there any table available in ths sytem to store the list of obsolete statements?
Is there any table available in the system which stores the new function modules for the obsolete fms in ECC6?
Thanks,
Selva.
‎2010 Sep 21 1:57 PM
Hi
Go to extended syntax check. You will get all obsolete statements in your program.
se38 enter program name. Then in menu options to go extended program check.
‎2010 Sep 21 2:06 PM
in the tables which stores the data elements, fm's domains etc check whether the description has * obsolete *. Select using this pattern.
example from tables TFDIR,TFTIT,DD04T etc.
‎2010 Sep 21 2:39 PM
Hi,
go to t-code ->UCCHECK and enter the Object name as Z* it will show all the Z objects and Obsolute statements.
Prabhudas
‎2010 Sep 22 5:59 AM
Hi All,
My requirement is , I will give the package name and the report should give the obsolete staements/FM's used in the programs under that package.
UCCHECK will do this. But it will display only UPLOAD and DOWNLOAD as obsolete FM's.
‎2010 Sep 22 6:12 AM
Selva,
Did you check with tcode SLIN but you can give only the program name
Thanks
Bala Duvvuri
‎2010 Sep 22 6:16 AM
Bala,
yes, SLIN will perform the check only for the given program. DO u have any idea on how it performs the OBSOLETE statement check for the given program?. Is there any table available to track the OBSOLETE statements?.
‎2010 Sep 22 6:42 AM