How to Archive a Table ( Z table) for which there is no Archiving Object

Hi folks,
We want to archive around 16 tables tables which includes some standard tables and some z tables. We want to archive them. But after cheking in SARA we found that, there is no Archiving Object available for those tables.
So how can we archive these table? Do we need to use some z program to explicitely archive these tables of there is some mechanism in SARA to archive them?
Thanks
PG

You have to create your own archive object, first take a look at some documentation like [Archive Development Kit|http://help.sap.com/saphelp_nw04s/helpdata/en/2a/fa0391493111d182b70000e829fbfe/frameset.htm] and then [Developing Archiving Solutions|http://help.sap.com/saphelp_nw04s/helpdata/en/2a/fa042d493111d182b70000e829fbfe/frameset.htm] .. then use SARA on your z_archive_object.
Regards,
Raymond

Similar Messages

  • How to find that a sales order for which there is  delivery but no goods

    Hi
    How to find that a sales order for which there is  delivery but no goods issue has been done i.e we have an open delivery for a sales order.
    How in VBUK table can we find  out with the sales order no .
    Thanks in advance

    make use of table VBFA.
    Regards
    Peram

  • How to all  those set of records for which a given field have same value.

    Hi,
    I've a table
    T1 as
    id val
    1 A
    2 B
    3 A
    4 C
    5 D
    6 A
    7 D
    Now i want to write a query that'll return only those val for which there r more than one existence of val.
    result desired is:
    val count(val)
    A 3
    D 2
    Thanks
    Amitesh

    This?
    SQL> select * from t;
            ID VAL                                                                 
             1 A                                                                   
             2 B                                                                   
             3 A                                                                   
    SQL> select val,count(*) c
      2  from t
      3  group by val
      4  having count(*) > 1;
    VAL     C                                                              
    A              2
    Message was edited by:
            jeneesh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to find out the GR Numbers for which IR has not been done

    Hi Sap Gurus,
    Can anybody tell me how to find out the G R Numbers for which Invoice Receipt has not been done. Any TC or ant standard process to find out.
    Thanks N Regards,
    Siddhartha

    Hi Siddarth,
    Solution :
            1) Go to SE16 - Table Name : EKBE (PO History)
            2) Field - BUDAT (Posting Date)
            3) Transaction event Type:
                             - 1 (Only GR's )
                             - 2 (Both GR and IR)
            4) We can fetch both GR Numbers and also PO Numbers for which IR has not been done if transaction event - 1.
    In addition to MB5S, you can try this also...

  • How to create Returns against an order for which Credit memos exist

    Dear Gurus -
    I am getting error message 'Credit memos already exist for item 000010: 1 PC' when trying to create a return order against a standard order for which I have already created a credit memo request.
    Following are the detailed steps:
    1) Created a standard Order
    2) Created a Delivery and Transfer and Posted the Goods Issue
    3) Created a Billing Doc
    4) Created a Credit Memo request against standard order for Qty '1'
    5) Removed Billing Block and released the credit memo request
    6) Created a Credit memo
    Now when I try to create a return (Order type 'RE') for the same standard order; I get following error message
    'Credit memos already exist for item 000010: 1 PC'
    Can any one guide me how can I resolve this issue?
    Thanks!

    What was the original despatched quantity ??  It should have been more than 1 in which case, system wont give this message.
    Also for your credit memo, you would be having a separate item category.  So go to VOV7, select that item category and untick the box for "Sched.Line Allowed".
    Now retry your process and update the forum.
    thanks
    G. Lakshmipathi

  • How to read value of the period for which the sales volume has been entered

    Hi Experts,
    In the transaction "/ncrm_ipm_d_usage_data", we have a scenario where a user can enter value in the "sales volume reported" column for more than one period. Now we need to read the period_from (date from) for the first "sales volume reported" value entered.
    For example: If a user enters values in "sales volume reported" column for the period_from 02/01/2009, 05/01/2009 & 08/01/2009. We need to read the first period_from value for which sales volume value is entered. Which means it should be 02/01/2009.
    Our issue is that we are unable to find the standard method or variable which holds this value. We found these classes through debugging but it does not help us.
    1. Class CL_CRM_IPM_USAGE_DATA
    Methods we found:
    1. FIND_CONTRACT
    2. MAINTAIN_DATA
    3. MAP_UI_DATA
    4. FILL_CUMULATED_I
    5. GET_USAGE_DATA_KEY
    Please help us to find the standard method or variable which reads the period_from for the first sales volume entered.

    Hi Student5088,
    I used a Copy-Block to create a delay for a certain number of values (time) of a signal. With that you can continuously compare signal at T1 with Signal at T1*0.5.
    Greetings
    Walter
    Attachments:
    Compare.DAC ‏28 KB

  • How to install Dialogin Instance on Windows for which DB+CI on AIX ?

    Dear Experts
    Our DB (Oracle 10.2.0.2.0)  +CI (WAS 700) a Netweaver 2004s ABAP System on on AIX 5.3 system, We wanted to install 2 BATCH Servers on Windows?
    Quickly any links / docs / notes ?
    Rgds

    Your requirement is not 'exactly' heterogenous as such.
    you simply want to install new app servers, which you can install as per standard windows installation.
    The only thing you should take care is that /sapmnt and /usr/sap/trans are shared on to your windows machine via SAMBA or any filesystem sharing tool.
    /sapmnt would be needed for sharing of Profiles and /usr/sap/trans for transport or possibly something like listener etc.
    Regards,
    Siddhesh

  • How to chk a Material for which no open docs

    Hi experts,
    Need to identify a material for which there are no open documents, i.e., material is created but no PRs and POs are generated.
    This identification should be in material master not from tables.
    Please help
    Thanks  in Advance....

    Hi,
    Please check the below links...
    Table for open quantity field OMENG in PR
    Open PR quantity
    Hope it may helps you.
    Kuber

  • Detect orphaned sessions for which client is terminated

    Hi,
    We have REST service. Client will establish session to service. There is max num of sessions limit (10). If I kill client app 10 times, 11th time I will not be able to establish connection to service as max sessions reached. This is because previous sessions
    are still active and will be active for session time out period.
    Now how to know such kind of sessions for which client app is killed. Is there any setting in IIS for this?
    Any inputs on this will be helpful.
    Thanks.
    Regards,
    Harish
    Harish

    Hi,
    For this situation, you could try to disable session state in IIS:
    Open IIS Manager and navigate to the level you want to manage. For information about opening IIS Manager, see
    Open IIS Manager (IIS 7). For information about navigating to locations in the UI, see
    Navigation in IIS Manager (IIS 7).
    In Features View, double-click ASP.
    On the ASP page, under Services, expand
    Session Properties.
    Select False from the Enable Session State drop-down list.
    In the Actions pane, click Apply.
    Besides, for more information, you could refer to:
    https://msdn.microsoft.com/en-us/library/ee377050(v=bts.70).aspx
    http://blogs.msdn.com/b/david.wang/archive/2006/04/12/howto-maximize-the-number-of-concurrent-connections-to-iis6.aspx
    And for more detailed information about IIS, it's recommended that you could ask the IIS issues in IIS Forum:
    http://forums.iis.net/
    Regards

  • List of orders for which varience calculated and settled

    Dear Friends,
            How to list out the production orders for which variance calculated and settled by each period wise,Please give me a solution.

    Hi,
    U can find some status of order in COOIS T code or in Order it self.
    Go to COOIS
    Select the option in status field.
    SETT - Order Settled,
    SETC - Settlement Rule Created
    SETM - Settlement rule created manually.
    TECO - Techo  (Once order is Completed).
    without techo order is not settled.
    Regards,
    Pavan PP

  • How do you change/adjust border width for all the cells in a table created in Pages?

    How do you change/adjust border width for all the cells in a table created in Pages?
    Note- I am trying to figure out how to create and format tables in the latest version of the Pages app on an iPad air (iOS 8.1.1.1) . Creating tables, adding or removing borders for individual/all cells in a table seems straight forward. However the default border style seems to be a heavy black line. How do I change this?
    I found the option add or remove borders for all/ individual cells in a table, however I can't find any option within style/format dialogue screens for changing colour or line thickness for table cells. Likewise I can't find any clear instructions on how to do this in apple help pages or support website
    Btw- I'm assuming  it is possible to customize/adjust the colour & thickness of selected lines in a table created in this app (it's fairly easy to do this word processing apps like MS Word) please let me  know if this is not actually possible in Pages

    They know perfectly well what they took out of Pages '09.
    Well over 90 features.
    Do you think you posting feedback is going to remind them of what they did?
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Pages '09 should still be in your Applications/iWork folder.
    Archive/trash Pages 5 and rate/review it in the App Store, then get back to work.
    Peter

  • Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)

    Reporting Services - How to open a second table inside report, for each number of client (each apears in first table)?
    Exemple:
    Table1
    Cliente name:
    John
    Client number:
    12345
    Survay number of negative answers:
    3
    Table2
    Questions and answers that were negative:
    Question: How much time where you waiting
    Avaluation: 3 (from 1 to 10)
    Answer: They only called me 1 mouth later
    Can you please help me?

    Hi,
    Based on the description, I understand that you want to add subreport in the main report. When previewing the main report, the subreport can be shown in detail. Please see the screenshots on my test:
    In Reporting Services, we can create parameters and pass them from main report to subreport in order to control the data dynamically.
    References:
    Subreports (Report Builder and SSRS)
    Add a Subreport and Parameters (Report Builder and SSRS)
    If I have any misunderstanding, please feel free to contact me.
    Regards,
    Heidi Duan
    Heidi Duan
    TechNet Community Support

  • URGENT:HOW TO COMBINE CLUSTER AND TRANSPARENT TABLE..WITHOUT USING FOR ALL

    how can we join bkpf and bseg without using FOR ALL ENTRIES.HOW DO I COMBINE THE 2 TABLES SO THAT I GET BETTER PERFORMANCE.
    START-OF-SELECTION.
    SELECT bukrs belnr gjahr budat FROM bkpf INTO TABLE i_bkpf
    WHERE bukrs = p_bukrs AND "COMPANY CODE
    gjahr = p_gjahr AND "FISCAL YEAR
    budat IN s_budat. "POSTING DATE IN DOC
    IF sy-subrc = 0.
    SELECT bukrs belnr gjahr hkont shkzg dmbtr FROM bseg INTO TABLE
    i_bseg FOR ALL ENTRIES IN i_bkpf
    WHERE bukrs = i_bkpf-bukrs AND "COMPANY CODE
    belnr = i_bkpf-belnr AND "A/CING DOC NO
    gjahr = i_bkpf-gjahr AND "FISCAL YEAR
    hkont = p_hkont. "General Ledger Account"
    IF sy-subrc = 0.
    SELECT bukrs belnr gjahr hkont shkzg dmbtr FROM bseg INTO TABLE
    i_bseg1 FOR ALL ENTRIES IN i_bseg
    WHERE bukrs = i_bseg-bukrs AND "COMPANY CODE
    belnr = i_bseg-belnr AND "A/CING DOC NO
    gjahr = i_bseg-gjahr. "FISCAL YEAR
    ENDIF.
    ENDIF.
    IF NOT i_bseg1[] IS INITIAL.
    LOOP AT i_bseg1.
    IF i_bseg1-hkont = p_hkont AND i_bseg1-shkzg = 'S'.
    v_sumgl = v_sumgl + i_bseg1-dmbtr.
    ELSEIF i_bseg1-hkont = p_hkont AND i_bseg1-shkzg = 'H'.
    v_sumgl = v_sumgl - i_bseg1-dmbtr.
    ELSEIF i_bseg1-hkont NE p_hkont .
    IF i_bseg1-shkzg = 'H'.
    i_bseg1-dmbtr = - i_bseg1-dmbtr.
    ENDIF.
    i_alv-hkont = i_bseg1-hkont.
    i_alv-dmbtr = i_bseg1-dmbtr.
    APPEND i_alv.
    v_sumoffset = v_sumoffset + i_bseg1-dmbtr.
    ENDIF.
    ENDLOOP.
    regards
    Essam.([email protected])

    Hi Friend,
      I see your code.. there is no other way than using for all entries for your situation.. how ever i saw ur code and a small recommandation in the change of code.
    SELECT bukrs belnr gjahr budat FROM bkpf INTO TABLE i_bkpf
    WHERE bukrs = p_bukrs AND "COMPANY CODE
    gjahr = p_gjahr AND "FISCAL YEAR
    budat IN s_budat. "POSTING DATE IN DOC
    IF sy-subrc = 0.
    if not p_hkont is initial.
    SELECT bukrs belnr gjahr hkont shkzg dmbtr FROM bseg INTO TABLE
    i_bseg1 FOR ALL ENTRIES IN i_bkpf
    WHERE bukrs = i_bseg-bukrs AND "COMPANY CODE
    belnr = i_bseg-belnr AND "A/CING DOC NO
    gjahr = i_bseg-gjahr. "FISCAL YEAR
    ENDIF.
    i_bseg[] = i_bseg[]1.
    delete i_bseg where hkont ne p_hkont.
    else.
      Your existing logic...
    endif.
    In this way you can avoide writing two selects on bseg..
    Thanks
    Mahesh

  • How to get values from a table(in jsp) for validation using javascript.

    hi,
    this is praveen,pls tell me the procedure to get values from a table(in jsp) for validation using javascript.
    thank you in advance.

    Yes i did try the same ..
    BEGIN
    select PROD_tYPE into :P185_OFF_CITY from
    magcrm_setup where atype = 'CITY' ;
    :p185_OFF_CITY := 'XXX';
    insert into mtest values ('inside foolter');
    END;
    When i checked the mtest table it shos me the row inserted...
    inside foolter .. Now this means everything did get execute properly
    But still the vallue of off_city is null or emtpy...
    i check the filed and still its empty..
    while mtest had those records..seems like some process is cleaining the values...but cant see such process...
    a bit confused..here..I tried on Load after footer...
    tried chaning the squence number of process ..but still it doesnt help
    some how the session variables gets changed...and it is changed to empty
    Edited by: pauljohny on Jan 3, 2012 2:01 AM
    Edited by: pauljohny on Jan 3, 2012 2:03 AM

  • How-To Find the R/3 Table Name for a BW Data Source

    Hi there,
      Please advice how can I find the respective table name in R/3 for a particular BW DataSource ?
      P/S : I would like a technical how-to instead of referring the table names at HELP.SAP.COM
      For instance, for my Standard Business Content Info Cube 0CCA_C03(CO-OM-CCA: Statistical Key Figures) which extracts from BW Data Source: 0CO_OM_CCA_4
      My question is, how can I find out which specific tables in SAP R/3 is this Data Source pulling the data from ?

    Hi Dinesh,
       Data Source: 0CO_OM_CCA_4
       1) In my R/3, I ran SE16 : Table -> ROOSOURCE
       2) OLTPSOURCE -> 0CO_OM_CCA_4
       3) EXMETHOD = F1
         (Hence, I assume the Extraction Method is a Function Module)
       4) So, Function Module = BWOM_RS_GET_CTRSTA
       5) Run SE37 in R/3
          How do I find out the specific tables in this Function Module ?
          Would you please list them for me, so I can further refer to the individual tables ?

Maybe you are looking for

  • Question re: colors mismatching in two different documents

    Hey all, I use Photoshop (CS2) primarily for coloring illustrations and comics, and although I'm not quite a technophobe, I still always get tripped up on the technicalities of the program. Here's my problem in a nutshell: I have two different docume

  • Crystal Reports 10 error while saving report

    Last week i had a problem while saving my report. I get the following error while saving my report: crw32.exe has encountered a problem and needs to close The only way to get around this was after every change build a preview and close the preview an

  • [SOLVED} Suspend to ram does not work (with sleep, s2ram, pm-utils)

    Hi. I would like to ask for one thing: i can't suspend to ram or resume from suspend to ram. I treid to check over www in order to find some help, some solutions, and how to fix that. Unfortunately, i found these: https://forums.opensuse.org/showthre

  • How to install DuckDuckGo in Safari preferences in english

    hello again - how to install DuckDuckGo in Safari preferences in english I've looked every where but it keeps installing in a foreign language... when I open it with a question I get my answers in a some other language but not in english.... HELP tha

  • Is it possible to set BIOS settings over a command line?

    Hi, is there a possibility to set Toshiba BIOS settings over a command line tool? We have hundreds of Toshiba Notebooks and would like to activate Wake On Lan. I know there is hwsetup, but as far as I know this GUI doesn't accept parameters... We wou