ECC Means Enterprise Control Component.
ECC6 means it is a verson.
Now ECC7 is going to release on comming few months .
ECC6 is having more features than 4.6,4.7 versons .
Coading point of also is reducing..
ecc stands for enterprise central component.
it has two version: ecc 5.0, ecc6.0.
kernel, support pack and all other tools are very much
advance in ecc6.0 compare to any other version of sap.
it supports netweaver component also like BI,XI,EP.
In ECC6.0 all components are integerated in a single
software.
For a package or transaction we will be having multiple no
of user exits .Out of these exits how we will find out that
the particular exit is the exit which we have to code
for example in client 710 i update the records for tcode
me21 using bdc,in the same server if i update 5 records and
in the mean while other user do the same bdc update for
me21 for 3 records how do u resolve the remaining 2 records.
Suppose, we are creating one table. at that time we are
mention table space and size category.
Generally size category is from 0 to 6 is available. suppose
if we are declare size category as 0(zero).
For 0 (zero) the size of rows is from 0(zero) to 19000. I
have 25000 records to insert into table. but table size is
declared as 0(zero). i.e 19000 records. what about remaining
6000 records. shall i insert in to table or not?
if insert how can i do? if not insert what can i do? Please
answer me? i faced this one in TCS interview.
As an ABAP developer, how can we check after we release our
object as to where has it reached(i.e. testing client box
,production client box etc)? In case it is not possible please
let me know the same.
I Developed Interactive report to display Customers, Sales
Details and Delivery Priority?
Why did u create these reports?what was the buisness
requirements?
what wer the inputs At Selection Screen?what was the
output?how was the desighn of the screen?