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

EPC

Former Member
0 Likes
488

WHAT IS EPC IN ABAP

3 REPLIES 3
Read only

SantoshKallem
Active Contributor
0 Likes
438

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

Read only

0 Likes
438

thank u Mr. santhosh reddy

it will usefull to me.

Read only

kiran_k8
Active Contributor
0 Likes
438

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.