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

ABAP programming extended Check

Former Member
0 Likes
564

Hi

Why do we do ABAP program Extended Check?

Thank You

4 REPLIES 4
Read only

Former Member
0 Likes
536

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

Read only

gopi_narendra
Active Contributor
0 Likes
536

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.

Read only

Former Member
0 Likes
536

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

Read only

Former Member
0 Likes
536

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