‎2006 Sep 14 9:58 AM
‎2006 Sep 14 10:03 AM
The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.You can carry out the extended check using SLIN transaction.The system displays an overview of the number of errors, warnings, and messages.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.
regards,
Sangram
SAP Consultant
‎2006 Sep 14 10:04 AM
it is necessary for Complete check of the ABAP source text for all statically recognizable errors.Programs with errors in the extended program check can be executed, but usually result in an exceeption.
http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm
Error situation during execution of an ABAP program. Exceptions are treatable (statements TRY, CATCH) or untreatable.
Untreated exceptions result in a runtime error. An exception is triggered either by the ABAP runtime environment due to error situations that are not foreseeable by the static program check, or by the RAISE EXCEPTION statement.
‎2006 Sep 14 10:04 AM
Hi Subhash,
To make sure the program satisfies the required condition. There you have Errors, Warnings and Messages.
From this report you can check if the program passes through these conditions.
Regards
Arun
‎2006 Sep 14 10:05 AM
Hi Subash,
Please go through the following link in SAP Help for a better understanding of the various kinds of programming checks and their uses
http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm
Regards,
Sangram
SAP Consultant