Fast growing tablespaces

Hi Experts,
The following tablespaces are consuming max free space.
PSAPBTABD : 50% of the total space aquired 77.5 GB   
PSAPBTABI : 38.5 GB                     
PSAPCLUD : 15 GB          
85 % of total space is consumed by these tablespaces.
Tables with max growth of increasing are :
BSIS, RFBLG, ACCTIT, ACCTCR, MSEG, RSEG   etc.
Average increase of  2GB space per month.
Kindly help me to find out the solution.
Regards,
Praveen Merugu

Hi praveen,
Greetings!
I am not sure whether you are a BASIS or Functional guy but, if you are BASIS then you can discuss with your functional team on selecting the archiving objects inline with your project. Normally, func consultants will have the knowledge of which archive object will delete entries from which tables... You can also search help.sap.com for identifying the archiving objects.
Once you identified the archiving objects, you need to discuss with your business heads and key users about your archiving plan. This is to fix the data retention period in the production system and to fix the archiving cycle for every year.
Once these been fixed, you can sit along with func guys to create varients for the identified archiving objects. Use SARA and archivie the concerned objects.
Initiating a archiving project is a time consuming task. It is better to start a seperate mini project to kick off the initial archiving plan. You can test the entire archiving phase in QA system by copying the PRD client.
The below summary will give you a idea to start the archiving project,
1. Identify the tables which grow rapidly and its module.
2. Identify the relevent archiving object which will delete the entries in rapidly growing table.
3. Prepare a archive server to store the archived data ( Get 3rd party archiving solution if possible). Remeber, the old data should be reterived from the archive server when ever the business needs it.
4. Finalise the archving cycle inline with your business need.
5.Archvie the objects using SARA.
6.Reorganize the DB after archiving.
Hope this will give some idea on archiving project.
regards,
VInodh.

Similar Messages

  • Fast growing object in tablespace

    Hi Experts
    can any tell me how to find the fast growing objects in database. database is growing very fast and i want to know what all objects are those?
    thanks in advance
    anu

    can any tell me how to find the fast growing objects in database. database is growing very fast and i want to know what all objects are those?I would change this query to take it object wise it as OP is interested in growing object size not in segment size
    select owner,segment_name,segment_type,sum(bytes)/1024/1024 "SIZE(MB)",blocks from dba_segments where segment_type = 'TABLE' and owner = 'LOGS' group by owner,segment_name,segment_type;Regards.

  • Fast growing Basis tables....

    Hi,
    I have bees using one note 706478 to find out the measure against fast growing basis tables. I use this for R/3. Is there any note like this for BW and CRM as well. I search OSS but could not come up with any solid note.
    Does anybody knwo abot this? Your help will be appreciated.
    Thanks in advance to everybody.
    Thanks for the help.

    There are several factors to consider. For example:
    - Is the table a TimesTen only table or is it a cached Oracle table using AWT to push the inserts down to Oracle?
    - How long does the data need to be retained? Forever, for 1 hour, for 1 minute...
    If the table is an AWT cached table from Oracle then the inserted data ultimately ends up in Oracle. It is therefore likely that you can safely discard some data from TimesTen to prevent the datastore filling up. You can do this using the automnatic aging feature in TT 7.0 or you can implemnent it as a periodic UNLOAD CACHE GROUP statement executed from a script or from application code.
    If the table is a TimesTen only table then in addition to the above you need to consider if you can just discard 'old' data or if you have to keep it somewhere. If you need to keep it then you will first need to copy it out of TT before it gets deleted. In this case aging is probably not a good solution and you should implement some application mechanism to copy the data somewhere else and then delete it. If you do not need to keep the data then aging may still be an option.
    In any event, you will want to give yourself as much headroom as possible by making the datastore as big as you can subject to available memory etc. If you use aging, you will likely have to configure very aggressive aging parameters in order to keep the table size under control. It is possible that aging may not be up to the job if the insert rate is extremely high in which case you may anyway need to implement some application based cleanup mechanism.
    Chris

  • Trace source of rapidly growing tablespace

    A tablespace which has about 24 datafiles of 1GB each is growing fairly rapidly and I would like to know if it is easy and quick to evaluate the cause.
    I appreciate I could gather details of all tables in the tablespace and monitor their size over a period of time, but is there any other "immediate" way?
    Thanks

    Hi,
    I have two suggestions for you..
    1. try to partition the table if it is huge .. and
    2. try to take sampling (statistics) when you do analysis to reduce the run time..
    Thanks
    --Raman                                                                                                                                                                                                                                                                                                                                                                                                       

  • Kackup fast growing table

    I have a table for xml messages in which one of the column size is 4000, the table grows very fast (10G+/week). I also need to keep these messages by backup or some other ways, but need to be loaded into the DB easily if required to be online.
    The table is written at any time, there is no way to know when it will.
    Does anybody know what is the common practice for this kind of operation, where should I store the data, and how to load into the DB, or if I need special tools. I have only 60G in my DB server.
    Thanks in advance

    Robert Geier wrote:
    This does not indicate what is growing.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/statviews_4149.htm
    "DBA_TAB_MODIFICATIONS describes modifications to all tables in the database that have been modified since the last time statistics were gathered on the tables. Its columns are the same as those in "ALL_TAB_MODIFICATIONS".
    Note:
    This view is populated only for tables with the MONITORING attribute. It is intended for statistics collection over a long period of time. For performance reasons, the Oracle Database does not populate this view immediately when the actual modifications occur. Run the FLUSH_DATABASE_MONITORING_INFO procedure in the DIMS_STATS PL/SQL package to populate this view with the latest information. The ANALYZE_ANY system privilege is required to run this procedure."-----------------
    Thank you.

  • Very fast growing STDERR# File

    Hi experts,
    I have stderr# files on two app-servers, which are growing very fast.
    Problem is, I can't open the files via ST11 as they are to big.
    Is there a guide, which explains what is it about and how I can manage this file (reset, ...)?
    May it be a locking-log?
    As I have a few entries in SM21 about failed locking.
    I also can find entries about "call recv failed" and "comm error, cpic return code 020".
    Thx in advance

    Dear Christian,
    Stderr* are used to record syslog and logon check, when the system is up, there should be only one being used, you can delete the others. for example, if the stderr1 is being used, then you can delete the stderr0.
    stderr2,stderr3... Otherwise only shutting down the application server will allow deletion. When deleted the files will be created
    again and only increase in size if the original issue causing it still exists, switching is internal and not controlled by size.
    Some causes of 'stderr4' growth:
    In the case of repeated input/output errors of a TemSe object (in particular in the background), large portions of trace information are written to stderr. This information is not necessary and not useful in this quantity.
    Please review carefully following Notes :
       48400 : Reorganization of TemSe and Spool
      (here delete old 'temse' objects)
    RSPO0041 (or RSPO1041), RSBTCDEL: To delete old TemSe objects
    RSPO1043 and RSTS0020 for the consistency check.
    1140307 : STDERR1 or STDERR3 becomes unusually large
    Please also run a Consistency Check of DB Tables as follows:
    1. Run Transaction SM65
    2. Select Goto ... Additional tests
    3. Select "Consistency check DB Tables" and click execute.
    4. Once you get the results check to see if you have any inconsistencies
       in any of your tables.
    5. If there are any inconsistencies reported then run the "Background
       Procesing Analyses" (SM65 .. Goto ... Additional Tests) again.
       This time check both the "Consistency check DB Tables" and the
       "Remove Inconsistencies" option.
    6. Run this a couple of times until all inconsistencies are removed from
       the tables.
    Make sure you run this SM65 check when the system is quiet and no other batch jobs are running as this would put a lock on the TBTCO table till it finishes.  This table may be needed by any other batch job that is running or scheduled to run at the time SM65 checks are running.
    Running these jobs daily should ensure that the stderr files do not increase at this rate in the future.
    If the system is running smoothly, these files should not grow very fast, because most of they just record the error information when it happening.
    For more information about stderr please refer to the following note:
       12715: Collective note: problems with SCSA
              (the Note contains the information about what is in the  stderr and how it created).
    Regards,
    Abhishek

  • LabVIEW/TestStand/PXI Engineering Architect Role in fast growing Semiconductor Services Company

    A reputed Semiconductor Services company is on the cusp of major growth due to recent Brand Recognition and happy customers. The company is looking for a capable, motivated senior engineer or developer who wants to take the next step toward technical/architecture leadership, team leadership and opportunities to make lasting impressions on customers in order to grow the business and themselves. Some questions to ask yourself before you apply:
    a) Do you have 2+ years of experience in LabVIEW/TestStand/PXI with a strong foundation in Electrical/Electronics/Communications/Computer Engineering
    b) Do you feel that your technical skills in the LabVIEW/TesStand/PXI space have evolved to the level that you can punch above your weight compared to the number of years of experience. We are looking for go-getters who may be 2-3 years experience but make a lasting impression on any customers and come across as 4-5 years of experience because of your innate smartness, command of engineering/architectural concepts, communication skills and can-do attitude
    c) Are you driven by a sense of integrity, respect to your colleagues and a strong team spirit
    d) Do you believe that every meeting and deliverable to a customer is a vehicle for company and personal growth?
    e) Do you enter every project and opportunity with a view to ensuring customer delight and loyalty?
    f) Are you fearless about entering new allied technologies such as LabVIEW FPGA/Xilinx//Altera based FPGA/ Microcontroller programming and system design
    If the answer to these questions is yes, please email [email protected] with your most updated resume and prepare to embark on a career that will fuel your  job satisfaction and growth in the years to come. A strong technical background in the areas mentioned is essential and will be tested.
    Company Information:
    Soliton Technologies Inc. is a value-driven Engineering Services company with over 15 years of experience and steady services growth in the Semiconductor, Automotive, Biomedical and Test and Measurement industries. (www.solitontech.com). Soliton's services range from LabVIEW and TestStand based Validation Automation (often PXI based), GUI Frameworks, Embedded Development Services on NI Embedded targets as well as Microcontrollers, High Speed FPGA Design, Enterprise Software Development on Multiple programming platforms ( C, C++, C#, .NET, Python, Java, HTML5 etc) and Vision Based Test Systems. The company has a strong Semiconductor focus in the past decade with multiple Fortune 500 customers with steady growth and a track record of customer retention.
    Compensation: Not a constraint for the right candidate.

    Hi,
    Kindly arrange an interview process.
    I have attached my resume
    Regards,
    Bharath Kumar

  • Fast growing db2diag.log (FP4 V9.5)

    Does anyone have experiences with V9.5 FP4SAP?
    We have implemented this FP4 last week (from FP2a). Since this a db2diag.log of about 1MB were written (and the system usage is really low).
    We have another system on FP2a which is used heavier (as a productive system) and the db2diag.log is about 2,5 MB within two months.
    We have checked SAP note 1086130 for DB parameters and did not find a required change (from FP2a to FP4).
    Any idea is welcome!
    Best regards.

    db2diag.log extract 2009-08-02 23:00-23:59
    2009-08-02-23.24.20.577179+120 I1019336A362       LEVEL: Warning
    PID     : 602270               TID  : 4114        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000
    EDUID   : 4114                 EDUNAME: db2logmgr (MES) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0001678.LOG.
    2009-08-02-23.24.21.914535+120 I1019699A422       LEVEL: Warning
    PID     : 602270               TID  : 4114        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000
    EDUID   : 4114                 EDUNAME: db2logmgr (MES) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0001678.LOG to TSM chain 0 from
              /db2/MES/log_dir/NODE0000/.
    2009-08-02-23.28.53.621596+120 I1020122A483       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:20
    CHANGE  : STMM CFG DB MES: "Locklist" From: "3712" <automatic>  To: "3552" <automatic>
    2009-08-02-23.28.53.627724+120 I1020606A545       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, access plan manager, sqlra_resize_pckcache, probe:150
    CHANGE  : APM : Package Cache : FROM "5208760" : TO "4191641" : success
    IMPACT  : None
    DATA #1 : String, 29 bytes
    Package Cache Resized (bytes)
    2009-08-02-23.28.53.629400+120 I1021152A485       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:20
    CHANGE  : STMM CFG DB MES: "Pckcachesz" From: "1311" <automatic>  To: "1055" <automatic>
    2009-08-02-23.28.54.510395+120 I1021638A507       LEVEL: Info
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, buffer pool services, sqlbAlterBufferPoolAct, probe:90
    MESSAGE : Altering bufferpool "IBMDEFAULTBP" From: "19552" <automatic> To:
              "15648" <automatic>
    2009-08-02-23.29.24.543188+120 I1022146A494       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:20
    CHANGE  : STMM CFG DB MES: "Database_memory" From: "205060" <automatic>  To: "185520" <automatic>
    2009-08-02-23.29.54.555357+120 I1022641A483       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:20
    CHANGE  : STMM CFG DB MES: "Locklist" From: "3552" <automatic>  To: "3392" <automatic>
    2009-08-02-23.29.54.559234+120 I1023125A545       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, access plan manager, sqlra_resize_pckcache, probe:150
    CHANGE  : APM : Package Cache : FROM "4191641" : TO "3937361" : success
    IMPACT  : None
    DATA #1 : String, 29 bytes
    Package Cache Resized (bytes)
    2009-08-02-23.29.54.560050+120 I1023671A484       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:20
    CHANGE  : STMM CFG DB MES: "Pckcachesz" From: "1055" <automatic>  To: "991" <automatic>
    2009-08-02-23.29.55.097984+120 I1024156A507       LEVEL: Info
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, buffer pool services, sqlbAlterBufferPoolAct, probe:90
    MESSAGE : Altering bufferpool "IBMDEFAULTBP" From: "15648" <automatic> To:
              "13914" <automatic>
    2009-08-02-23.30.25.137828+120 I1024664A494       LEVEL: Event
    PID     : 602270               TID  : 3342        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000         DB   : MES
    APPHDL  : 0-8                  APPID: *LOCAL.DB2.090729131318
    AUTHID  : MESADM 
    EDUID   : 3342                 EDUNAME: db2stmm (MES) 0
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:20
    CHANGE  : STMM CFG DB MES: "Database_memory" From: "185520" <automatic>  To: "176480" <automatic>
    2009-08-02-23.41.12.098793+120 I1025159A362       LEVEL: Warning
    PID     : 602270               TID  : 4114        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000
    EDUID   : 4114                 EDUNAME: db2logmgr (MES) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3108
    MESSAGE : Started archive for log file S0001679.LOG.
    2009-08-02-23.41.13.334331+120 I1025522A422       LEVEL: Warning
    PID     : 602270               TID  : 4114        PROC : db2sysc 0
    INSTANCE: db2mes               NODE : 000
    EDUID   : 4114                 EDUNAME: db2logmgr (MES) 0
    FUNCTION: DB2 UDB, data protection services, sqlpgArchiveLogFile, probe:3180
    MESSAGE : Completed archive for log file S0001679.LOG to TSM chain 0 from
              /db2/MES/log_dir/NODE0000/.

  • Impdp operation taking more tablespace size in compare to expdp...

    Hi All,
    I have one issue with impdp operation. I am using 11gR2 database and schema's dmpfile size is 5G. When I start loading data through impdp schema's tablespace size grow more than 5G. I have to stop the impdp operation because of growing tablespace size. There is no compress parameter passed during expdp. Lastly I given tablespace maxsize= unlimited but seems like it still not sufficient and have to add one more dbf. so the tablespace size as of now is 60G and impdp operation is still running.
    Can anyone guide me if dmp file size is 5G then how could be the tablespace size more than 5G? I have an assumption that if my dmpfile size is 5G then the tablespace size in which I loaded my data (using impdp)should not more than 5G.
    Thanks in advance.

    I was facing the same problem. After giving parameter TRANSFORM=SEGMENT_ATTRIBUTES:n, the problem has been resolved.
    TRANSFORM = transform_name:value[:object_type]
    The transform_name specifies the name of the transform. Some of possible options are as follows:
    SEGMENT_ATTRIBUTES - If the value is specified as y, then segment attributes (physical attributes, storage attributes, tablespaces, and logging) are included, with appropriate DDL. The default is y. ====> IF THIS IS 'N' PHYSICAL STORAGE ATTRIBUTES ARE NOT INCLUDED.
    STORAGE - If the value is specified as y, the storage clauses are included, with appropriate DDL. The default is y. This parameter is ignored if SEGMENT_ATTRIBUTES=n.
    Although thread a quite old, but just updating this in case someone needs to refer in future. My system parameter deferred_segment_creation is set to TRUE.
    Here is the complete syntax, I have used
    impdp vygrdba/******* dumpfile=VYGRVS6I5_25DEC12.dmp logfile=VYGR_PT_09Jan13.log remap_schema= VYGRVS6I5:VYGR_PT TRANSFORM=SEGMENT_ATTRIBUTES:n
    Edited by: 980762 on 9 Jan, 2013 3:58 AM

  • ReportserverTempDB Grows unexpected

    Hi SSRS Experts
    We encounter the problem, that a reportservertempdb grows extremly large... the sessiondata and snapshotdata tables are about 10gb each at the moment and keep growing and growing...
    The CleanupCycleMinutes Configuration is set to default=10. We are not taking snapshots of our reports.
    Shouldnt those tables be cleaned up every 10minutes with this setting?
    What can we do to stop this database growing? is truncating those tables on a weekly base a solution?
    We are using SQL Server Reporting Services 2005 SP2 with Cumulative Hotfix Package 5 (Build 3215).
    Thanks for your answers...
    Kind Regards,
    Roger

    No,  just the fast growing tables.  Schedule a night job.
    Sample below. Please check the date column to be sure it is the right column.
    Code Snippet
    SELECT
    ToBeDeletedCount =
    count(*)
    FROM
    [ReportServerTempDB].[dbo].[SessionData]
    WHERE
    datediff(day,
    CreationDate,
    getdate()
    > 5
    GO
    DELETE
    FROM [ReportServerTempDB].[dbo].[SessionData]
    WHERE
    datediff(day,
    CreationDate,
    getdate()
    > 5
    GO
    Kalman Toth SQL SERVER 2012 & BI TRAINING
    New Book: Beginner Database Design & SQL Programming Using Microsoft SQL Server 2012

  • Creating table spaces for

    This the formal RfC for phase 1 of the Migration of the "North" instance of webMethods (version 6.0.1) to the current "South" instance (version 6.5)
    Please also see attached detailed plan for the change and list of new Oracle / webMethods components to be installed as part of the change.
    <<Change Request_wM_North_Migration_Phase1.doc>> <<wM_Migration_Phase1_Detailed_Planning_v1.xls>> <<New_Oracle_wM_Installs_for_Migration.xls>>
    The tight planning of the change seeks to exploit the unique window of opportunity offered by the lack of major APS integration project betweem December 2006 and February 2006.
    plz if you can suggest me some thing about this.
    Kaur

    hi while creating a user you are having very few options like specifying default tablespace, temporary tablespace, allocating quota on tablespaces and setting profile etc.
    in your case while creating/after creating you need to allocate quota on the corresponding tablespaces where you are creating objects(tables).
    SQL> create user myuser identified by myuser
    default tablespace mytbs
    temporary tablespace temp
    quota 10m on mytbs
    quota 20m on tb1
    password expire
    profile myprofile;
    the quota you will specify is based on data growth of the table. for fastly growing tables, you require more quota.

  • How to color more than one cell in an ALV line ???

    Hi SDN community,
    I have the following problem:
    I display an internal table with the 'REUSE_ALV_GRID_DISPLAY' function and want to color two cells, not only one cell.
    Coloring one cell is no problem with...
    cell_color1 TYPE lvc_t_scol, " cell color
    DATA  gs_cellcolor    TYPE          lvc_s_scol. " to color a cell
    gs_cellcolor-fname = 'TNAME'.
    gs_cellcolor-color-col = '6'.
    gs_cellcolor-color-int = '1'.
    gs_cellcolor-color-inv = '0'.
    LOOP AT it_result.
      IF it_result-trend EQ 'fast-growing'.
        APPEND gs_cellcolor TO it_result-cell_color1.
        IF sy-subrc EQ 0.
          MODIFY it_result.
        ENDIF.
      ENDIF.
    ENDLOOP.
    and
    ls_layout-coltab_fieldname = 'CELL_COLOR1'.
    , the last one is in the layout building form.
    My problem is that in
    ls_layout-coltab_fieldname = 'CELL_COLOR1'.
    , I can only type in ONE fieldname, but I would like to color more than one field/cell, you got my problem?
    Thank you very much,
    Marius

    I'm pretty sure that the color would be controlled by what records are appended to the CELL_COLOR1 table inside IT_RESULT. . So move the code inside the IF statement, and add addition logic.
    LOOP AT it_result.
      IF it_result-trend EQ 'fast-growing'.
       gs_cellcolor-fname = 'TNAME'.
       gs_cellcolor-color-col = '6'.
       gs_cellcolor-color-int = '1'.
       gs_cellcolor-color-inv = '0'.
        APPEND gs_cellcolor TO it_result-cell_color1.
        IF sy-subrc EQ 0.
          MODIFY it_result.
        ENDIF.
    else.
       gs_cellcolor-fname = 'OTHER_FIELD'.
       gs_cellcolor-color-col = '5'.
       gs_cellcolor-color-int = '1'.
       gs_cellcolor-color-inv = '0'.
        APPEND gs_cellcolor TO it_result-cell_color1.
        IF sy-subrc EQ 0.
          MODIFY it_result.
        ENDIF.
      ENDIF.
    ENDLOOP.
    Regards,
    Rich Heilman

  • SAP R/3 vs SAP BW

    HI can anybody give me links to good document which explains clearly
    1) how to do reporting in SAP R/3 & its advantages & disadvantages
    2) Why is SAP BW actually required --what is special in BW what other SAP modules cant do?
    3) Advantages of SAP BW Reporting & how is it useful
    Thanks
    Nilesh

    Hi Nilesh,
    To your first question
    Uses of R/3
    1.     The R/3 software package is designed to allow businesses to effectively and efficiently operate a variety of business processes within a single integrated information system.
    2.     The software is customizable using SAP's proprietary programming language, ABAP/4. R/3 is scalable and highly suited for many types and sizes of organizations and runs on six different platforms.
    3.     Global: Meets the local fiscal, language, and tax requirements of most countries.
    4.     The R/3 package includes several very attractive features like it has a three-tier client/server system. Providing three tiers offers scalability and easier adaptation to the specific needs of large companies and fast-growing companies.
    5.     Immediate availability: R/3 offers real-time, immediately updated for reporting. The data entered into one module is immediately and automatically updated and reflected in all of the functional areas.
    6.     R/3 is composed of a single, virtual file structure with no subsystems.
    7.     In addition, SAP has released u201CMySAP.comu201D which is software that provides for data interaction and processing connections with the Web.
    8.     The accounting data is complete and accurate because the SAP system fully integrates all business transactions that were entered from all the operational areas of a company.
    9.     Well-organized and very efficient in processing accounting information and providing accounting statements and financial reports.
    Disadvantages/Limitations of R/3 Reporting
    1.     Time Consuming, since these reports are spread across different applications.
    2.     Several reports are designed to meet the operational or transactional needs only.
    3.     Most of the reports are predefined; list oriented and provides very limited OLAP functionality.
    4.     Difficult to select specific reporting tool because of several business applications.
    5.     Reporting tools are inconsistent, hence designing and reporting is a complex task.
    6.     Maintenance of huge available reports for S/w upgrade is bit a problem.
    7.     Reporting time and usage time is not available.
    8.     Creation of complex reports take much time.
    9.     SAP R/3 reports are two dimensional (flat and detailed) where as B/w reports are MDM and summarized avoiding huge space.
    Edited by: jerry raj on Nov 23, 2009 3:10 PM

  • Archiving object in ECC

    hi gurus,
    need some procedure help in identifying archiving object in ECC system.
    i would like to what exactly do we look in TAANA and DB15 ,after sorting the largest and fast growing DB tables .
    TAANA basically shows the records and table entries. DB15 shows the relation between the table and archiving object.
    i need some inputs in identifying the right archiving object using these tools. I went through standard guides but I'm not getting a clarity.
    please assist

    Hello,
    For identifying the archiving object for respectable you can use DB15 transaction. Note that you should have some idea in archiving area so that is will be easier to conclude on archiving object.
    Your understanding on display of archived data is wrong.
    Archive data are stored in archive file non-readable format, while display SAP convert the data into readable format to user.
    This will not reload the data into tables while reading the archive data.
    Archive information system is very well build, it is easy to handle with business requirement on views & managing archive index table, so i would suggest to make use of archive information system to display from archive.
    Hope it will give some lights on display of archived data.
    -Thanks,
    Ajay

  • Victor Edozien: Managing Principal of Asaba Group Holdings

    Asaba Group Holdings is a holding company that utilizes its principal's strategy consulting background and extensive knowledge to create value for all stakeholders.
    The core value of its investment philosophy is seeking situations wherein it can transform business models in existing industries to deliver economic returns and growth to all its stakeholders.
    Asaba Group Holdings' portfolio companies are committed to delivering state-of-the-art solutions to various clients that help them maintain and increase market share. They make comprehensive and excellent returns for their shareholders and investors by investing in companies with distinctive market advantages or that occupy a competitive "white space" within an industry. Their dedicated management team provides strategic assistance which utilizes their exceptional background in strategy and management consulting. Asaba Group Holdings has reached $500 million in revenue with an enterprise value of $50 million with 650 employees and 10 locations in the United States.
    Portfolio Companies
    AG Manufacturing, Inc.
    It is a full service supplier of electronic sub-assemblies, electrical components, wire cable and coaxial assemblies, lighting assemblies and plastic molding for the automotive, marine and military defense industries. Their products consist of wire harnesses, electronic control actuators, electromechanical, pneumatic, and hydraulic components for automotive, truck, and military applications. AG Manufacturing, Inc. has plants in Alabama, Illinois, and Michigan.
    SET Enterprises, Inc.
    For more than two decades, SET is one of the top suppliers of metal processing services to the automotive industry, and one of the most respected companies in the industry. SET offers world class exposed and unexposed blanking, slitting and warehousing of metal products. Some of their customers include OEMs and direct/tier 1 supplier.
    They provide unique solutions and quality products and services to various customers to help them achieve their goals and objectives. They are strategically situated near their major customers to maximize the value of doing business with SET. They have locations in Alabama, Illinois, Indiana, and Michigan.
    Cintron World
    It is an international beverage company focused on building brands and effective beverages that target aspirational lifestyle consumer sectors with fast-growing disposable incomes. Its brands comprise of Cintron Premium Energy Drink, Cintron Polo Club, VikMix Revitalizer and ENVO. The company's head office is situated in New York City.
    About Victor Edozien
    Victor Edozien is the founder and managing principal of the Asaba Group, Inc. and a veteran of the U.S. Army, 10th Mountain Infantry Division.
    Asaba Group Inc. is a strategy consulting and private equity holding company.
    For more than a decade, he's been in the private equity business and the president and CEO of both AG Manufacturing and SET Enterprises, Inc.
    He has been in principal investing primarily in manufacturing and consumer good sectors since 2004. In addition, he has more than 15 years of expertise in strategic planning, revenue growth strategy, acquisition strategies, and business turnarounds and improvements.
    Victor holds a BS in Electrical Engineering, BA Geology with Mathematics, MS in Engineering, and an MBA in Finance & Operations Management. He is in the Wharton Fellows Program at The Wharton School of the University of Pennsylvania. He is also a recent graduate of the well-known Global CEO Program of The Wharton School in USA, IESE Business School in Spain, and CEIBS in China.
    He is a member of the Young Presidents' Organization (YPO), Entrepreneurs' Organization (EO), and CEO Connection. He is a board member of the Real Life 101 Scholarship and Mentoring Program – a 501(c)(3) organization that provides college scholarships for selected inner city, African American males who are graduating from high school.

Maybe you are looking for