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 general

Former Member
0 Likes
551

what is extended syntax check ,what are all those features in this .procedure .

4 REPLIES 4
Read only

Former Member
Read only

Former Member
0 Likes
531

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.

Read only

Former Member
0 Likes
531

Hi,

It check the syntax errors of FM or Subroutines.

T-Code: SLIN.

enter the program name and execute.

REgards,

Bhaskar

Read only

Former Member
0 Likes
531

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