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

program extended check

Former Member
0 Likes
451

what is the program extended check?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
430

This will do an extended check for the program

1. goto Transaction SLIN

2. and check the F1 help on each checkbox

3. You will get the information what extended check will do for each checkbox

3 REPLIES 3
Read only

Former Member
0 Likes
431

This will do an extended check for the program

1. goto Transaction SLIN

2. and check the F1 help on each checkbox

3. You will get the information what extended check will do for each checkbox

Read only

0 Likes
430

Use

You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.

Procedure

1. You access the extended program check by means of transaction SLIN. You can also choose Program ® Check ® Extended program check.

The system displays a list of possible check options. By default, all of them are selected. For detailed information about a particular option, position the cursor on it and choose F1.

Note

The extended program check takes considerably longer time than other checks but it uses a buffer and the process speeds up after the first run.

2. Select any options you need.

For each option you have selected, the system displays an overview of the number of errors, warnings, and messages.

Note

Only the especially critical warnings are displayed before the standard check.

3. Choose an entry to display the corresponding detail screen.

From that screen you can jump to the appropriate point in the program and correct the error.

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
430

Hi Sunil,

Extended Program check is a way to check different checks, statements , auth, and can be used to enhance the code readability and memory can be saved.