Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ABAP program Scan

Former Member
0 Likes
1,185

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.

7 REPLIES 7
Read only

Former Member
0 Likes
965

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.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
965

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.

Read only

Former Member
0 Likes
965

Hi,

go to t-code ->UCCHECK and enter the Object name as Z* it will show all the Z objects and Obsolute statements.

Prabhudas

Read only

0 Likes
965

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.

Read only

0 Likes
965

Selva,

Did you check with tcode SLIN but you can give only the program name

Thanks

Bala Duvvuri

Read only

0 Likes
965

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?.

Read only

0 Likes
965

Selva,

May be you can debug it and find out

Thanks

Bala Duvvuri