‎2007 Jan 06 5:33 PM
‎2007 Jan 06 6:21 PM
You can find info on this at : http://help.sap.com/saphelp_nw04/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm
search in this forum, u will get more info.
Reward if useful
‎2007 Jan 07 7:59 AM
‎2007 Jan 07 9:23 AM
Satya,
EPC means Extended Program Check which gives us a list of errors,warnings and information messages related to the ABAP program.
Some errors can be hidden by giving "#EC* at the end of code so that EPC will be switched off for this particular code.It is useful when we do get Obsolete statements as errors which is not actually an error and will not have any effecton the output of the program.
The same can de done using SET EXTENDED PROGRAMC CHECK ON/OFF at the code.
Go to the Program option in SE38 menu bar and then go to check which will lead you to Extended Program Check option.
K.Kiran.