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

help me

Former Member
0 Likes
691

which functions are used to check the program parameters and syntax check,

if code more helpful,

thank you points awarded if helpful

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
671

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

6 REPLIES 6
Read only

Former Member
0 Likes
671

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

Read only

Former Member
0 Likes
671

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

Read only

Former Member
0 Likes
671

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

Read only

0 Likes
671

Hi,

try if this method help some of your requirement.

call method abap_editor->check_source

Regards,

Atish

Read only

Former Member
0 Likes
672

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

Read only

Former Member
0 Likes
671

sdfs