‎2007 Oct 05 9:04 AM
Hi,
What are EPC, SLIN overview, UCC check this?
How to do ?
Pls help its urgent
Regards,
kb
‎2007 Oct 05 9:11 AM
Hi
Tools for Performance Analysis
Run time analysis transaction SE30
:This transaction gives all the analysis of an ABAP program with respect to the database and the non-database processing.SQL Trace transaction ST05
: The trace list has many lines that are not related to the SELECT statement in the ABAP program. This is because the execution of any ABAP program requires additional administrative SQL calls. To restrict the list output, use the filter introducing the trace list.Extended Program Check
Code Inspector (SCI)
Run time analysis transaction SE30
SQL Trace ST05
Extended Program Check
Code Inspector - SCI
Reward if usefull
‎2007 Oct 05 9:13 AM
Hi
EPC means Extended program check
SLIN is the Tcode to do it
after completing the program code
from menu
PROGRAM-> CHECK-> EXTENDED PROGRAM CHECK
check the character format and all check boxes and select strict below
execute
it displays all the errors.warnings etc
so that you can correct them
UCC means Unicode Check which is applicable to ECC versions of SAP
When you upgrade from lower versions of SAP to ECC versions this will become problematic as the code is checked against all Unicode errors.
ABAP Unicode Scan Tool UCCHECK
You can use transaction UCCHECK to examine a Unicode program set for syntax errors without having to set the program attribute "Unicode checks active" for every individual program. From the list of Unicode syntax errors, you can go directly to the affected programs and remove the errors. It is also possible to automatically create transport requests and set the Unicode program attribute for a program set.
Regards
Anji
‎2007 Oct 05 9:17 AM
hi
good
SET EXTENDED CHECK
Affects the extended program check.
Syntax
SET EXTENDED CHECK ON|OFF.
Switches the extended program check (SLIN) on or off, suppressing the corresponding messages.
-
EPC (EP Core) and EP (Enterprise Portal)
Usage types EP Core (EPC) and Enterprise Portal (EP) bring SAP NetWeaver and applications running in it to the user in a uniform and consistent manner. They also provide the tools to manage this knowledge, to analyze and interrelate it, and to share and collaborate on the basis of it.
Usage Type EP Core
Usage type EPC provides the basic portal capabilities of SAP NetWeaver, and provides more flexibility when implementing a portal where the full enterprise portal capabilities are not needed.
http://help.sap.com/saphelp_nw04s/helpdata/en/72/4d7b424bfc173be10000000a155106/content.htm
reward point if helpful.
thanks
mrutyun^
‎2009 Jan 14 10:24 PM