‎2006 Jul 17 7:10 PM
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
‎2006 Jul 17 7:12 PM
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
‎2006 Jul 17 7:12 PM
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
‎2006 Jul 17 7:28 PM
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
‎2006 Jul 17 7:28 PM
hi,
from se38..goto Program->Check-> Extended Program Check or use the transaction SLIN
http://help.sap.com/saphelp_nw2004s/helpdata/en/43/00c5b7daf15166e10000000a1553f6/content.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm
‎2007 Jul 16 6:20 AM
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.