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

regarding SLIN scope

Former Member
0 Likes
633

hi guys,

Do SLIN/SCI programs check for below errors too?

1-BAPI related errors

2-ABAP Query related errors

3-SAPSCRIPT/SMARTFORMS errors

4-IDOC related errors.

Please suggest if any alternatives to find the upgrade error exist in programs using above.

Thanks.

Ambichan.

3 REPLIES 3
Read only

amit_khare
Active Contributor
0 Likes
592

Hi,

You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.

It check only for Reports, Module Pools, Class & Interfce.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
592

hi prince,

using these transactions you can only check syntax errors, performance issues in your programs. and yes u may get some info like obsolete FM using the SLIN transaction.... there is no transaction showing the upgrade erros

Read only

Former Member
0 Likes
592

hi

good

I dont think these programs check the errors as you have mentioned.

Thanks

mrutyun^