Archiving Statistics regarding space saved

I'm doing some IDOC archiving and want to know what the column headings are under the 'Display Statistics' option.
Currently I see columns for Disk Space, Disk Space Write, DB Space Delete etc.
Which one is a fairly accurate display of what I have saved in terms of space within the table?
Is it the (Write) columns or the (Delete) columns?

Hi,
It's the DB space (Deleted) which tells you that this much amount of space have been freed up after you have archived the IDOCs or R/3 data.
DB space (written) will tell you the number of objects written for archiving but not yet removed from the SAP R/3 database. The delete program tells you the accurate information as it compares the written objects wtih the saved objects on the storage system and the sap database.
Thanks,
Shamim

Similar Messages

  • Archiving statistics reports

    Hello ILM/Archiving enthusiasts,
    I am starting this discussion on a topic which is  post "archiving statistics" .
    As we know , that after an archive write job is completed and a spool is generated.
    There is good information in these spools , which explain
    for ex: Here is a sample for Shipments
    Shipment  can be archived
    Shipment  cannot be archived because it is linked to a shipment
    Shipment  has total shipment calculation status A (needed: ' '/'C')
    Shipment  lies outside the specified shipment number range
    Shipment  has overall status X (required status = 6).
    Shipment was changed on xx/xx/xxxx (required before xx/xx/xxxx)
    << intentionally left blank >>
    Shipment still contains open deliveries
    the numbers in the spools reflect how much data is getting archived and how much is left out.
    Now , we provide this information to business if they can take any action so that some of the data can be reprocessed so that it can reach the status "Can be archived"
    Is any one who works in the archiving space collecting this information ?
    right now we do it manually and consolidate into a spreadsheet which is a tiresome process.
    are there any programs within SAP where this information is stored.
    any thoughts or ideas ?
    Thanks

    Well thanks for your replies,  I know that there is statistics in SARA,
    this is purely technical, I am refering to the actual spool data which provides information on why some data was not arhchived  basically a one liner statement with a count next to it.
    something like
    Proof of delivery not yet processed82902
    Yes there is the need to develop a custom program and we are working on it
    just curious if someone has done the same development

  • Will archived e-mails be saved on the cloud?  Will it count as my data?

    I have 16 gigs of mail.  If I put it in archive will it be saved and not count?

    Any mailbox listed under 'iCloud' in the Mail application lives on the iCloud server and will count towards your iCloud storage.
    If you create a mailbox on your Mac and drag selected messages to it they will now live on your Mac and not count towards your iCoud storage (nor, of course, be accessible online or by other devices).

  • Regarding Layout saving in ALV

    Hi,
    In my requirement,i want to save layout of the ALV Report with data in it.So that i can use this variant and get the same data again.I tried with the code below,but its saving only layout,but not the data.
    CALL METHOD grid1->set_table_for_first_display
             EXPORTING i_structure_name = 'ty_fields_final'
                       i_save           =  'A'
                       is_variant       =  g_variant
                       is_layout        = gt_layout
                       it_toolbar_excluding  = lt_exclude
                      I_DEFAULT        =  PDEFAULT
             CHANGING  it_fieldcatalog  = gt_fieldcat_lvc[]
                       it_outtab        = i_fields_final.
    And also tried it with function module  'LVC_VARIANT_SAVE'.
    Can any one help me in this.
    Regards
    Shibin

    hi,
       Try this.
    data: gwa_variant1  LIKE disvariant,
            gwa_variant   LIKE disvariant,
            gf_repid     LIKE sy-repid,
           gf_exit(1)   TYPE c,
           gf_save(1)   TYPE c.
    INITIALIZATION.
      gf_repid = sy-repid.
      gf_save = 'A'.
      CLEAR gwa_variant.
      gwa_variant-report = gf_repid.
      gwa_variant1 = gwa_variant.
    CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET'
        EXPORTING
          i_save     = gf_save
        CHANGING
          cs_variant = gwa_variant1
        EXCEPTIONS
          not_found  = 2.
      IF sy-subrc = 0.
        p_vari = gwa_variant1-variant.
      ENDIF.
    AT SELECTION-SCREEN.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_vari.
    CALL FUNCTION 'REUSE_ALV_VARIANT_F4'
        EXPORTING
          is_variant = gwa_variant
          i_save     = gf_save
        IMPORTING
          e_exit     = gf_exit
          es_variant = gwa_variant1
        EXCEPTIONS
          not_found  = 2.
      IF sy-subrc = 2.
        MESSAGE ID sy-msgid TYPE 'S'      NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ELSE.
        IF gf_exit = space.
          p_vari = gwa_variant1-variant.
        ENDIF.
      ENDIF.
       IF NOT p_vari IS INITIAL.
        MOVE gwa_variant TO gwa_variant1.
        MOVE p_vari TO gwa_variant1-variant.
      CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE'
          EXPORTING
            i_save     = gf_save
          CHANGING
            cs_variant = gwa_variant1.
        gwa_variant = gwa_variant1.
      ELSE.
        CLEAR gwa_variant.
         gwa_variant-report = gf_repid.
         ENDIF.
    end-of-selection.
      gf_repid = sy-repid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program = gf_repid
          it_fieldcat        = gt_catalog
          it_sort            = gt_sort
          it_events          = gt_events
          i_save             = gf_save
          is_variant         = gwa_variant
        TABLES
          t_outtab           = gt_output
        EXCEPTIONS
          program_error      = 1
          OTHERS             = 2.     
    Hope this helps.
    Regards,
    Ramya

  • SXMSCLUP (Archive/Delete) - Undo space in LOB

    I've openned a ticket with SAP, but I figured I would get additional input
    My SXMSCLUP LOB segment continues to grow. We are successfully running the archive/deletion process successfully. We've noted that even though data is deleted is  still saved in the LOB segment; I believe this is the source of the unexpected growth.
    SXMB_ADM there is a parameter Deletion PERSIST_DURATION HISTORY; the lowest this can be set is 7 days. (We generate tons of messages mostly due to FSCM Credit Worthiness calls).
    How are others managing this table in a highly transactional system? This table is constantly in flux, I'm not sure why SAP would put data in a lob segment given the amount of changes.
    *I have logging turned on, unfortunately its "all or nothing" if I could avoid logging the FSCM calls it would be a great help, but I have not seen the functionality to "choose" which messages to log.
    Thanks

    Hello,
    Maybe thread in the PI forum would help further:
    http://forums.sdn.sap.com/thread.jspa?messageID=10834963
    Also, check the following blog:
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18817
    Regards,
    Eduardo Rezende

  • Regarding space issue

    There is an space issue in datatop.Could you please help me out in deleting any logs and unnecessary data in that location.As the mount which own datatop is completely filled.

    Hi,
    Do you have any archivelog files on this disk? If so, consider moving/deleting obsolete files. For datafiles/tablespaces, if it is possible to shrink it, please do so. Otherwise, you need to move it to some other disk.
    Also, if AUTOEXTEND is enabled, you need to disable it (at least for now) until you have more space on this disk.
    You may also refer to the following document, it should be helpful.
    Note: 274666.1 - Cleaning An 11i Apps Instance Of Redundant Files
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=274666.1
    Regards,
    Hussein

  • Regarding space removal for a numeric value

    Hello ALL,
    I have declared a vairable in my program as
    LV_amount type wrbtr.
    in that filed i m passing a value as 250
    hence it is taking as 250.00
    but the problem is it is having some space in the front,
    like '        250.00'.
    I want to remove that space, how can i do that ..
    Thanks,
    Suresh

    When you write the Amount field it will be written as the Right Justified and put the space in front of it. You can move it to some character field and remove the space.
    Check this code:
    data: l_amt  type wrbtr,
          l_char type char20,
          l_cha1 type char20.
    l_amt = '123.00'.
    write: / l_amt.
    write: l_amt to l_char.
    write: / l_char.
    l_cha1 = l_amt.
    condense l_cha1.
    write: / l_cha1.
    Regards,
    Naimesh Patel

  • Regarding space not released after rm commend on root

    hello guys
    actually i am facing an unexpected problem
    i have a folder /archivelog which is mounted on ocfs.daily i used to store my export file here.But yesterday i started taking exp from one terminal with file=28june.dmp and after starting it removed previous day export from other terminal with file=27june.dmp.
    But i have seen something different.
    i fired rm -rf 27june.dmp it returned the root prompt immediately though daily to remove a 60 gb file it taken 30-40 seconds.
    also it didn't released the spcae from /archivelog and also removed the file
    means its not listing the file and also the space is not released ...i also fired command updatedb..but still the space is not released.
    hoe could this be possible..anyone has any idea so kindly tell

    There is a bug with ocfs2 if you delete archive logs manually some time will not freee the space which is used. So for future to avoid this case use rman to delete archive logs.
    now to free space need ocfs2 partition to delete and create again with ocfs2. becarefull with this.
    Thanks,

  • Delivery Order is getting archived instead of getting saved

    Hi,
    I am working on SAP ECC AFS. When I post Sales Order using an interface, I am getting a message saying Delivery created, but it is actually getting archived. We just now upgraded to ECC 6.0 from R/3 4.6. Is this some setting which needs to be changed?
    Regards,
    Anusha

    Hi Chand,
    Is this issue only happening for a particular transaction type or for all?
    There could be a solw server response time or a lot of developments / checks implemented. Check if they are causing the issue.
    Also check the session timeout time for UI from your basis team.
    Regards,
    Saumya

  • Need figure for Hard Drive Space saved with FCS and LS installed

    Hello (this is my first post!)
    Have a quick question... I am planning a purchase of a 17" MBP in the very near future, and am trying to get a total GB required for my HD with the software I will be using. Basically, if the total is low enough, I can get an SSD!
    So here is my quandary. If I were to install Final Cut Studio and Logic Studio on a MBP, there is overlap in Compressor and Soundtrack Pro, and in all (?) of the audio content. If I understand the tech spec breakdown correctly, that means at least 22 GB (from the audio content breakout) of the installation is duplicate. Does anyone know the total GB (for the programs and content) that would be duplicate? I am looking for how much HD space that would be saved in this scenario. This will help me out tremendously in planning my purchase.
    Thanks!
    Dave
    PS - BTW, I am aware some folks install all of the content on a separate external disk. While I have read up on the Pros/Cons, I figure that if I were to have an SSD large enough, it would be excellent to not have to plug in an external HD since the internal speed should suffice...

    If you can, aim for a 256GB SSD, which will hold your core programs and have overhead for content (should you choose to store it there) and future expansion/growth.
    If it's a 2011 machine, then start eyeballing external drives sporting the ThunderBolt interface, which is RIDICULOUSLY fast. A bunch of products are likely to be announced at this week's National Association of Broadcasters show, and will begin shipping in the days/weeks to come. The external drive should have no problem offering you capacity and performance that you'd need for your work. I have to admit, I'm a little envious - the new 'sandy bridge' MacBook Pro with that ATI chip and the new interface look really fantastic, it's an incredible amount of power to have on the go.
    Good luck!

  • Mail : archiving to save space

    I try to archive may E mail in order to save space.
    Is there a rule to set up ?
    Deleting attachment ?
    Thanks

    Diane is correct, you will have to have the EHD hooked up the the laptop in order to use iTunes. mp3 & AAC file encoded at the same bitrate will have the same file size. The difference between the 2 is that AAC files encodes at lower bitrates will have better audio quality than the equivalent mp3 file. For example, AAC@128 should be equal in audio quality to an mp3@160, this is where the space savings comes in as the 128 file will be smaller than the 160 file.
    Message was edited by: StarDeb55

  • Space saved by truncating a table

    Hi,
    Can anyone please let me know how to check ,how much disk storage will be saved by truncating a particular table
    Thanks,
    Kr

    Assuming you intend on releasing the space, i.e. you're doing a TRUNCATE TABLE table_name DROP STORAGE rather than REUSE STORAGE, all the data in the table will be removed. So you just need to figure out how much space is allocated to the table and all its dependent objects. Assuming that you just have a table with indexes and no LOBs or other "interesting" wrinkles
    SELECT SUM(bytes)
      FROM user_segments
    WHERE segment_name = <<table_name>>
       OR segment_name IN (
          SELECT index_name
            FROM user_indexes
           WHERE table_name = <<table_name>>
          )Justin

  • Regarding space in grid dsiplay

    Hi frnds,
                    I have one field involved in my alv grid display
                      but my problem is after display the one field its
                      displaying spaces which i dont want.
    like
    <code>
    output list in grid
    matnr--space--
    10----
    20----
    30----
    40----
    </code>
    the above space i want to delete , i only need matnr to be displayed.
    regards,
    sanjay

    Hi Sanjay,
       First you check the length of the data element of MATNR through se11 and then you define the same length into the fieldcatalog declaration....
    fieldcatalog-fieldname   = 'MATNR'.
      fieldcatalog-seltext_m   = 'Material No.'.
      fieldcatalog-col_pos     = 1.
      fieldcatalog-outputlen   = 19.
    fieldcatalog-emphasize   = 'X'.
    fieldcatalog-key         = 'X'.
      fieldcatalog-do_sum      = 'X'.
    fieldcatalog-no_zero     = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    i hope this will help you..
    Thanks & Regards
    Ashu Singh

  • Regarding spaces in the last in of TXT file in the outbound interface

    Hi ,
        I am doing one outbound file, which will have 100 characters length, But last 25 characted i have to fill spaces. When i m trying to fill those 25 chatacters with spaces its not working, i tryed by creating a variabnle of 25 chracted space, still it is not working. Here below i gave the example program....
    data: wa_detailed(100) type c.
      wa_detailed+0(1) = 'suresh'.
      wa_detailed+70(5) = 'welcom'.
      wa_detailed+75(25) = '                        ',.
      append wa_detailed into ist_download.
      This is my program, i m unable to fill those spaces.
    can any one respond asap.
    Thanks,
    Suresh

    It may not be possible to append spaces in any of the variable. E.g. if you look at write statement, it does not allow us to write spaces. Instead, you can have an end of file character like '$' which is placed at 101st position. Look at the below code:
    wa_detailed+0(1) = 'suresh'.
    wa_detailed+70(5) = 'welcom'.
    wa_detailed+100(1) = '$'.
    This way you can transfer first 100 characters to the outbound file.
    Let me know if you have any further queries.
    Don't forget to mark helpful answers!
    Gaurav Parmar.

  • Need help regarding space in the table . . .

    Hi Everyone,
    I am applying 'list' in text in a html page. Every thing is
    fine, however,
    when I am applying 'list' to the text in a table, line looks
    double spaced,
    please see the link below.
    http://www.ansgw.com/test/tvag-860-60if.htm
    Please advise.
    I appreciate your support.
    Regards,
    Khurram

    Well, uhh, that's invalid.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "jeremyluby" <[email protected]> wrote in
    message
    news:e7rqh2$ac8$[email protected]..
    > Your problem is that each LI is within a TD tag and the
    td is providing
    > the
    > padding to each of the elements. You can take care of
    this by creating a
    > style
    > and applying that to the which will suppress the
    padding.
    >

Maybe you are looking for