2006 Mar 10 7:55 AM
plz give an overview of EPc
2006 Mar 10 7:57 AM
I think u are asking about Extended Programing Check (EPC).
Use SLIN tcode to perfomr EPC for any program.
or also u can do
Se38>program>chcek-->Extended PC
2006 Mar 10 8:04 AM
Hi,
Do you mean Extended Program Check?
You can find info on this at : http://help.sap.com/saphelp_nw04/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm
2006 Mar 10 8:30 AM
Hi Liju,
There are two types of program checks - static check(when the program is created) and dynamic check(when you run the program).
The static check is again of two types - syntax check and epc (Extended program check)
The system checks ABAP programs statically when you create them and dynamically when they are running.
The syntax check tests the syntax of the program and internal semantics of a program. This what we usually use when we create the program using CNTL+F2.
The extended program check performs a semantic check (including, for example, checking whether the number and type of the interface parameters in an external procedure call is correct).
Many checks are excluded from the standard syntax check for performance reasons. The extended program check performs a complete check that includes the interfaces of external procedures called from your program.
Errors in the extended program check cause exceptions, which in turn cause runtime errors when you run the program. You must correct them. The exception to this is coding that cannot be reached. However, you should delete this to minimize the size of your program and make the source code easier to understand.
Warnings in the extended program check should also be corrected. If your program contains statements that are definitely correct but still produce warnings in the extended program check, you can exclude them from the check using pseudocomments ( "#EC ).
You should always run the extended program check on a new program. You have not finished developing a new program until you can run the extended program check on it without any errors or warnings. Messages are permissible, since they are generally not critical.
The extended program check is also only a static check. It cannot eliminate all of the circumstances that could lead to exception situations or runtime errors. For example, any statements in which you specify arguments dynamically as the contents of fields, or in which you call procedures dynamically, cannot be checked statically.
Hope that was useful.
Cheers,
Susmitha
2006 Mar 10 8:32 AM
HI
YOU CAN REFER THE FOLLOWING LINKS FOR DETAILS ON <u>EXTENDED PROGRAM CHECK(EPC)</u>
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbcb142c11d3b93a0000e8353423/content.htm">CHECKS</a>
<a href="http://64.233.179.104/search?q=cache:5lTh-KF0NRQJ:help.sap.com/saphelp_nw04/helpdata/en/d1/801afd454211d189710000e8322d00/content.htmExtendedProgramingCheckINABAP&hl=en&gl=in&ct=clnk&cd=2">EPC</a>
<a href="http://64.233.179.104/search?q=cache:77eETYvlE2MJ:www.sap-img.com/basis/useful-sap-system-administration-transactions.htmExtendedProgramingCheckINABAP&hl=en&gl=in&ct=clnk&cd=4">TCODES</a>
IF THESE ARE USEFUL PLEASE REWARD POINTS
REGARDS
ANOOP
2006 Mar 10 8:49 AM
Hi,
EPC: Extended Program Check.goto Program->Check->Extended
program check.there u find different kinds of checks. when u execute it you will get the list of errors,warnings and messages for each category.
hope this helps,
thanks,
priya.
2006 Mar 10 8:54 AM
hi,
EPC means Extended Programs Check. It is used to detect the Supressed Errors,Warnings and Message Errors which cannot be viewed by Normal Syntax Check.
follow this path to use the same
Se38>program>check-->Extended Program Check
Hope it helps,
Santosh P
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |