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

Extended syntax check

Former Member
0 Likes
511

helloo,

What is extended syntax check and how do we do it? what are the advantages of doing a Extended syntax check?

thanks in advance.

sy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
484

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.

Thanks,

Rajesh.

Message was edited by: Rajesh Mandalapu

Message was edited by: Rajesh Mandalapu

4 REPLIES 4
Read only

Former Member
0 Likes
485

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.

Thanks,

Rajesh.

Message was edited by: Rajesh Mandalapu

Message was edited by: Rajesh Mandalapu

Read only

Former Member
0 Likes
484

For me - 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)

BR, Jacek

Read only

Former Member
Read only

Former Member
0 Likes
484

Hi

The BOX statament doesn't work into TOP/ENDTOP.

If you want to print a box in all pages, you should create a new window (its size is the size of the box) where you insert only the stataments for the BOX.

This new window should overlap the main window.

<b>Reward point if helpful</b>

Thanks,

Abhay.