‎2007 May 28 5:56 AM
hi guru,
give step by step prodeture for slin.
what exactly it does.
regards,
subhasis.
‎2007 May 28 6:01 AM
This is used to do extended check for a program
in SE38 , give ur program name
in menu program>check>extended check
or u can goto SLIN transaction
You can refer this
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/00c5b7daf15166e10000000a1553f6/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm
‎2007 May 28 6:00 AM
it just about SLIN Transaction and extended syntax check.
if you create a program and if you declare unnessary variables and normal report does not show anything ,but when you execute slin transaction and you get warnings and errors.
if you see any error and remove all errors.
Reward Points if it is helpful
Thanks
Seshu
‎2007 May 28 6:01 AM
This is used to do extended check for a program
in SE38 , give ur program name
in menu program>check>extended check
or u can goto SLIN transaction
You can refer this
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/00c5b7daf15166e10000000a1553f6/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm
‎2007 May 28 1:59 PM
Hi subhasis,
SLIN is t.code to access EPC.
EPC means exteneded program check.
After developing every u need to check this process.
From 4.7 onwards it has more functionality.
Using EPC , u able to anlyse anything in your program.
Just go with T.code SLIN and enter program name click on exucute , it will display all the things which are using in your program.
Now a days , it should monadatary for every program.
regards,
bhaskar