‎2007 Jul 15 2:56 PM
what is extended syntax check ,what are all those features in this .procedure .
‎2007 Jul 16 6:12 AM
‎2007 Jul 16 6:13 AM
Hi,
Extended syntax check or SLIN is used to check the program in all aspects for the different syntaxes like
When you use select single whether you have passed all the key fields or not>
whether you have maintained the text elements texts or not,
Have you used UNIT...CURRENCY along with the QTY and AMOUNT fields when displayed using the WRITE statement
and check for all the varities of statements used in the code, and if there is some problem with that statement/command, it will display as error or warning.
Regards,
Padmam.
‎2007 Jul 16 6:15 AM
Hi,
It check the syntax errors of FM or Subroutines.
T-Code: SLIN.
enter the program name and execute.
REgards,
Bhaskar
‎2007 Jul 16 6:16 AM
You can do it by Tcode SLIN or via menu program->check->extended program check from se38.
Its a good programming practise doing this check.
It does check some additional things which syntax check may not do. Program which has ZERO EPC errors & warnings is considered as a gud program.
More important addition due to standar syntax check - is checkin of the correctnes of using call function statmen (it is chceckin if passed parameters are right type)
<b>Reward point if useful</b>
Thanks,
Abhay