‎2007 May 16 5:26 AM
which functions are used to check the program parameters and syntax check,
if code more helpful,
thank you points awarded if helpful
‎2007 May 16 6:00 AM
hi,
In se38, select the program for which you want to carry out the check.
then in the menu bar, select
program -> check -> syntax (for syntax check)
(ii) program -> check -> extended program check (to perform static checks)
Syntax Check: The contents of the editor and the TOP include (if there is one) are checked for syntactical and semantic errors. It does not check any other includes.
Extended Program Check: The system checks the entire program and allows you to run additional static checks, which are too time consuming for the normal syntax check.
By program parameters, if you mean the program attribute you can very well check them by selecting goto -> attributes in the menu bar in se38.
Reward if you find useful.
Regards
Sayee
‎2007 May 16 5:34 AM
hi,
go to program of your report / anythin..
goto> program> check --> syntax
Extended program check..
click extended program check..
this will check your program syntax and give you a brief errors warnings, unnecessary data etc...
rewards if useful
regards,
nazeer
‎2007 May 16 5:37 AM
Hi,
for program parameters, if I am not wrong you mean program attributes which you can check throgh SE38 Program name and click on attributes radiobutton.
Regards,
Atish
‎2007 May 16 5:42 AM
hey friends not that i want to do a program for checking program name in parameters and check that program for syntax and abap_standards, not SLIN ok but similar to that for some requirements
‎2007 May 16 5:52 AM
Hi,
try if this method help some of your requirement.
call method abap_editor->check_source
Regards,
Atish
‎2007 May 16 6:00 AM
hi,
In se38, select the program for which you want to carry out the check.
then in the menu bar, select
program -> check -> syntax (for syntax check)
(ii) program -> check -> extended program check (to perform static checks)
Syntax Check: The contents of the editor and the TOP include (if there is one) are checked for syntactical and semantic errors. It does not check any other includes.
Extended Program Check: The system checks the entire program and allows you to run additional static checks, which are too time consuming for the normal syntax check.
By program parameters, if you mean the program attribute you can very well check them by selecting goto -> attributes in the menu bar in se38.
Reward if you find useful.
Regards
Sayee
‎2007 May 22 5:09 AM