‎2006 Dec 29 12:00 PM
‎2006 Dec 29 12:03 PM
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
‎2006 Dec 29 12:03 PM
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
‎2006 Dec 29 12:07 PM
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.
‎2006 Dec 29 12:09 PM
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.