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

about SLIN

Former Member
0 Likes
748

hi guru.

can somebody tell me about <b>SLIN transaction.</b>

what is exactly the use of SLIN.

what is the procedure for using SLIN.

thanks.

subhasis.

hi guru.

can somebody tell me about <b>SLIN transaction.</b>

what is exactly the use of SLIN.

what is the procedure for using SLIN.

thanks.

subhasis.

3 REPLIES 3
Read only

former_member632991
Active Contributor
0 Likes
700

Hi,

SLIN is used for Extended program syntax check for ABAP program which include some more checks other than the normal syntax checks

<b> </b>

Regards,

Sonika

Read only

Former Member
0 Likes
700

SLIN - It checks all syntax which is not available in normal syntax errors..

suppose if you define tables name,variable name unnessary,then it shows in SLIN Transaction..

Try to use SCII also from 5.00 Version..

Reward Points if it is useful.

Thanks

Seshu

Read only

Former Member
0 Likes
700

Hi Subhasis,

SLIN transaction is for Extended check for ABAP program's syntax. You can go to any of the programs in SE38 transaction and from menu <i><b>PROGRAM->CHECK->EXTENDED PROGRAM CHECK,</b></i> you will be taken to the extended check screen. The selection screen has lots of checkboxes for the different types of checks to be performed on ABAP code. In output, it generates a list talking about <i>errors, warnings & messages count</i>. You can drill down in this report by double clicking the numbers. System will take you to a screen, which talks about the issue and the way to come out of that issue.

Hope this sort out your issue.

PS If the answer solves your query, plz close the thread by rewarding each reply.

Regards

Message was edited by:

Sapna Modi