Overwrite Functionality for Setup Tables

Hello SAP Guru's,
I have question can we overwrite the setup tables if it got cancelled due to some reason  in SAP ECC server .
Regards,
Quaraishi

Dear,
Setup tables are cluster tables. Now the Full load to this table does not take long time in source system. So from performance perspective this is not beneficial to do the Setup table overwrite.
But if you want to know from knowledge purpose, then answer is no. You can NOT Overwrite to a setup table.

Similar Messages

  • How to reduce downtime for setup table

    Scenario u2013According to system data, Setup table will normally take 5 days to fill but client agreed only for max 2 days downtime. User can do change only last 3 month documents not before that. For filling 3 month data in set up table 1 day required so I have to mange options accordingly.
    Datasource u2013 2LIS_13_VDITM -> DSO u2013 ZBIllIG ->Info cube
    I have to Reduce Downtime for Setup table so planning following optionsu2013
    1.     First run the info package for Initialization without data transfer. Then start filling setup table without blocking the User. In case Users changes any document at the time of filling setup table then these changes will move to delta queue. Once setup table filled then execute full repair request and then Delta info package.
    2.     Early delta initialization u2013 no idea how to perform steps.
    Please share your views with detail steps.
    OLI*BW doesnu2019t have any date range in selection criteria so manually I will find out document for particular dates and use these document range.
    Checked lot of post in SDN but still expecting final answer to go ahead in Production.

    Hi ,
    Your requirement is Billing ODS and Cube - Reset up in R/3 SYSTEM & Initialization in BW SYSTEM .
    Before starting find the previous data load volume and size.
    1.Go to LBWG application value=13 (Always Schedule the job in the back-ground mode)
    2.Verify using tcode u2018SE16u2019 that there are NO records in u2018MC13VD0ITMSETUPu2019 table after above delete job is complete.
    3.Suspend the process chain job in BW.This is to avoid it getting kicked off while the reload process is still in progress.
    4.Need to check LBWQ in R/3 system for MCEX13, unprocessed Outbound queue (records). This should be empty as the last delta would have processed all.
    5.Delete the initflag in BW.
    6.Need to check RSA7 in R/3 SYSTEM to verify that there is NO record for 2LIS_13_VDITM    (to be done right before the Setup job).
    7.Create New Info Package for Info Source '2LIS_13_VDITM' for u2018Initialize without Data Transfer Optionu2019 .Execute the package.Re-establish the Delta processing flags in R/3 and BW for the Billing TD load .
    8.Save the record count for table u2018VBRPu2019 using SE16 right before the setup job.
    9.Schedule Billing Data Setup Job 'OLI9BW'  in R/3 SYSTEM .
    10.After the Billing Setup job is complete in R/3 system, get the record count of table u2018VBRPu2019 again using u2018SE16u2019
    Expeted time in R/3:5 to 7 hrs(setupjobs)
    Expeted time for init and fullload : 6 hrs
    ODS activation : 3hrs
    Cube and with agrregates fill all : 8hrs.
    Thanks,
    naidu.

  • Aggregate functions for internal table.

    Hi Gurus,
    I'm just wondering whether we can use aggregate functions for internal table. I wanted to know the max value for a particular column in my internal table. How can I achieve this easily and quickly.
    Thanks,
    David.

    sort the table on which you want the maximum value and read it. Please find below example code.
    TYPES : BEGIN OF ty_mvke,
            matnr TYPE mvke-matnr,
            vkorg TYPE mvke-vkorg,
            vtweg TYPE mvke-vtweg,
           AUMNG type mvke-AUMNG,
            END OF ty_mvke.
    DATA : wa_mvke TYPE ty_mvke,
           it_mvke TYPE STANDARD TABLE OF ty_mvke.
    data : temp_AUMNG type AUMNG.
    START-OF-SELECTION.
      SELECT matnr vkorg vtweg AUMNG FROM mvke INTO
            table it_mvke.
    sort it_mvke by AUMNG.
    read TABLE it_mvke into wa_mvke INDEX 1.
    if sy-subrc = 0.
    move wa_mvke-AUMNG to temp_AUMNG.
    write : temp_AUMNG.
    endif.
    Thanks,
    Sreekala.

  • How downtime can be reduced for setup table update.

    Hi;
    Can anyone tell me various ways to reduced system downtime for setup table updates.
    thanks
    Warm Regards
    Sharebw

    Hi,
    You will need to fill the set up tables in 'no postings period'. In other words when no trasnactions are posted for that area in R/3 otherwise those records will not come to BW. Discuss this with end user and decide. Weekends are a general choice for this activity.
    try Early Delta Initialization
    With early delta initialization, you have the option of writing the data into the delta queue or into the delta tables for the application during the initialization request in the source system. This means that you are able to execute the initialization of the delta process (the init request), without having to stop the posting of data in the source system. The option of executing an early delta initialization is only available if the DataSource extractor called in the source system with this data request supports this.
    Extractors that support early delta initialization are delivered with Plug-Ins as of Plug-In (-A) 2002.1.
    You cannot run an initialization simulation together with an early delta initialization.
    hope this link may make you clear about early delta init
    http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a65dce07211d2acb80000e829fbfe/frameset.htm
    thanks,
    JituK

  • Underl;ying database tables for Setup Tables

    Experts,
    Can anyone tell me what are the underlying tables for Setup tables for Purchasing which I can check via SE11 in R/3.
    Thanks,
    Jain

    Hi Rajesh,
    You can check the records in NPRT transaction.
    Hope this helps you.
    Regards,
    Saravanan.

  • Steps for Setup table

    Hi,
    I am using 2lis_02_itm and when trying to pull data.. it is not taking single record.
    What we have to do? DO we have to fill setup table?
    How to do this.>Can anyone explains me in steps
    Thanks
    Ananya

    step is to Delete the setup tables
    7). Go to T-Code SBIW
    8). Select Business Information Warehouse
    i. Setting for Application-Specific Datasources
    ii. Logistics
    iii. Managing Extract Structures
    iv. Initialization
    v. Delete the content of Setup tables (T-Code LBWG)
    vi. Select the application (01 – Sales & Distribution) and Execute
    - Now, Fill the Setup tables

  • TCodes for setup tables

    Hi experts,
    Can anyone provide me the transaction codes to fill the setup
    tables of:
    2lis_11_vaitm
    2lis_12_vcitm
    2lis_13_vditm
    2lis_04_p_matnr
    2lis_02_itm.
    Full points will be assigned.
    Thanks & Regards,
    V N.

    Hello,
    Goto SE93 OLI*BW -> F4 you will get all the Setup table tcodes
    OLI1BW               INVCO Stat. Setup: Material Movemts 
    OLI2BW               INVCO Stat. Setup: Stor. Loc. Stocks
    OLI3BW               Reorg.PURCHIS Extract Structures BW 
    OLI4BW               Restructure of PPIS Extract Strctrs 
    OLI7BW               Restructure of VIS Extr. Struc. Ord.
    OLI8BW               Restructure VIS Extr. Str. Delivery 
    OLI9BW               Restructure VIS Extr. Str. Invoices 
    OLIFBW               Restruct. Rep. Manuf. Extr. Structs 
    OLIIBW               Reorg. of PM Info System for BW     
    OLIQBW               Reconstruct QM Infosystem for BW    
    OLISBW               Reorg. of CS Info System for BW     
    OLIZBW               INVCO Setup: Invoice Verification   
    Thanks
    Chandran
    Edited by: Chandran Ganesan on Jun 11, 2008 3:31 PM

  • Steps for setup tables for 2lis_08trfkz?clarification?

    Hi guru's
    we want to enhance the extrator 2LIS_08TRFKZ.
    I just want to know which transaction we use to fill setup table for this extractor.
    Do we use OLI8BW or something else
    A quick response wil be highly appericiated.
    Regards,
    Amandeep

    Hi Srikanth,
    Thank you for a quick response.
    Yes i have deleted the setup tables before filling them
    the job status say it is finished
    the only bit i am worried is the log which says the setup is for application 12 although we are running it for 2lis_08trfkz and which is under application 8(shipment).
    Please clarify if this is the it is suppose to work.
    Once again thank you very much for your help and time.
    Regards,
    Amandeep.
    Start date        14.10.2006   Name of run      TRFKZ      
    Start time        19:49:49     User name        SINGAM     
    Date of terminatio00.00.0000   Application      12         
    Time of terminatio00:00:00     Source table     LIKP       
    Finish date       15.10.2006   New run                     
    Finish time       03:53:37     Document from    0000000000 
    Duration (min)    483.8        Document to      ZZZZZZZZZZ 
    No. of docs       1,707,237    Version          &(         
                                   Variant

  • Period for Setup table Fill

    Hi Experts,
    Is there anyway of giving time ranges for filling up sales order & billing document setup tables?
    LIke, i want to fillup setup table for sales order for the month of Jun to August 2007.....can do this?how?
    Any help is appreciated.
    Rgrds,
    Vaishnavi
    Edited by: Vaishnavi S on Apr 17, 2008 5:34 AM

    Hi,
    I think you can. I believe you are trying to fill setup tables using some selections (probably to minimize init down time).
    This should help.
    Fill the setup tables with already closed values and then fill up again with open values.This will reduce the down time.
    Initialize  closed periods first in which users wont enter data ( for example in 2007 or 2006), this initializations can be done while users are working. Then the initialize last period at night/weekends.holidays etc.
    If you know documents that are in closed periods, and you are sure that these documents can no longer be changed, you can only fill the SetUp tables for these documents or only for these periods, by continuing to post in open periods. You then initialize only for these intervals, delete the setup table, and only then do you fill the setup table with the rest of the documents  this procedure can drastically reduce the downtimes of your system.
    However, there is a risk that user exits (and in LIS, formulas and conditions) can be used to retrieve documents that are in periods that are already "closed periods".
    One more thing what you need to bear in mind is, to check if there are any Scheduled jobs which are updating the transaction tables, which would definitely cause Data Reconciliation Issues.
    Multiple init  
    Thanks,
    JituK

  • Sum function for internal table column

    Dear Experts,
    how can I sum a complete internal table column.
    Regards
    ertas

    Hi,
    Use SUM in AT END of event in the loop of an internal table.
    Example
    Loop at ITAB into wa_itab.
    at end of wa_itab-field.
    sum.  " Here all numric fields will be summed and stored in that filed(wa_itab-field)
    endat.
    Endloop.
    Regards
    Krishna

  • Ways to reduce downtime for filling up setup table

    Hi Experts,
    Can anyone tell me the step by step process so that i can reduce downtime for filling up setup tables?
    I know that setup tables can be filled by considering sales document numbers....but the further steps are not clear with me...........specially with data loadin till PSA and then to ODS/Cube
    So plz throw some light on this.......
    Regards,
    Vaishnavi.

    Hi,
    You will need to fill the set up tables in 'no postings period'. In other words when no trasnactions are posted for that area in R/3 otherwise those records will not come to BW. Discuss this with end user and decide. Weekends are a general choice for this activity.
    You can run them after business hours so that there wont be any transactions, or in the night times or you can do it on week ends so that there is no need to take down time.
    Fill the setup tables with already closed values and then fill up again with open values.This will reduce the down time.
    Initialize  closed periods first in which users wont enter data ( for example in 2007 or 2006), this initializations can be done while users are working. Then the initialize last period at night/weekends.holidays etc.
    If you know documents that are in closed periods, and you are sure that these documents can no longer be changed, you can only fill the SetUp tables for these documents or only for these periods, by continuing to post in open periods. You then initialize only for these intervals, delete the setup table, and only then do you fill the setup table with the rest of the documents  this procedure can drastically reduce the downtimes of your system.
    However, there is a risk that user exits (and in LIS, formulas and conditions) can be used to retrieve documents that are in periods that are already "closed periods".
    One more thing what you need to bear in mind is, to check if there are any Scheduled jobs which are updating the transaction tables, which would definitely cause Data Reconciliation Issues.
    Try Early Delta Initialization
    With early delta initialization, you have the option of writing the data into the delta queue or into the delta tables for the application during the initialization request in the source system. This means that you are able to execute the initialization of the delta process (the init request), without having to stop the posting of data in the source system. The option of executing an early delta initialization is only available if the DataSource extractor called in the source system with this data request supports this.
    Extractors that support early delta initialization are delivered with Plug-Ins as of Plug-In (-A) 2002.1.
    You cannot run an initialization simulation together with an early delta initialization.
    Hope this link may make you clear about Early Delta Initialization
    http://help.sap.com/saphelp_nw04s/helpdata/en/80/1a65dce07211d2acb80000e829fbfe/frameset.htm
    http://www.allinterview.com/showanswers/2907.html
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/early-delta-initialization-459379
    http://books.google.co.in/books?id=qYtz7kEHegEC&pg=PA293&lpg=PA293&dq=early+delta&source=web&ots=AM1PtX6wcZ&sig=xKOF85Gb8UtszY44zt06K6R0n3M&hl=en#PPA290,M1
    http://www.blackwellpublishing.com/journal.asp?ref=1069-6563&site=1
    EARLY DELTA
    Early delta Initialization
    How To… Minimize Downtime For Delta Initialization
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5d51aa90-0201-0010-749e-d6b993c7a0d6
    How To Minimize Effects of Planned Downtime (NW7.0)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/901c5703-f197-2910-e290-a2851d1bf3bb
    Note 753654 - How can downtime be reduced for setup table update
    602260 - Procedure for reconstructing data for BW 
    437672 - LBWE: Performance for setup of extract structures 
    436393 - Performance improvement for filling the setup tables 
    Note 739863
    /thread/756626 [original link is broken]
    Re: How to Setup and INIT from 2LIS_13_VDITM with millions of records
    How downtime can be reduced for setup table update.
    Fill setup tables without locking users
    Initialization Setup Tables.
    Hope this helps.
    Thanks,
    JituK

  • What are setup tables and why do you need to run it

    Hello Gurus,
    I know the steps for setting up the LO cockpit exactors.
    My question is what are the parameters that you feed into the Setup table filling screen --- like the doc numbers, start date and end date.
    Why do we have to run the setup tables?
    If I give the start date for setup table run for SD as 08/24/06 and end time Nill and others parameters blank, then would the set up job run for ever. Is this how you set it up in production environment.
    Does setup mean, bringing the data from application table to extraction structructure?
    Regards
    Simmi

    Hi,
    Look at the threads below :
    SetUp Tables
    setup tables
    setup tables
    setup tables
    Cheers,
    Kedar

  • What is the use of setup tables in LO extraction

    Hi Friends,
    What is the use of setup tables in LO extraction, what is the functionality of setup tables
    Thanks in advance

    hi,
    to prepare data to be extracted to bw,
    more details take a look Roberto's weblog
    /people/sap.user72/blog/2004/12/16/logistic-cockpit-delta-mechanism--episode-one-v3-update-the-145serializer146
    /people/sap.user72/blog/2004/12/23/logistic-cockpit-delta-mechanism--episode-two-v3-update-when-some-problems-can-occur
    /people/sap.user72/blog/2005/01/19/logistic-cockpit-delta-mechanism--episode-three-the-new-update-methods
    /people/sap.user72/blog/2005/04/19/logistic-cockpit-a-new-deal-overshadowed-by-the-old-fashioned-lis
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    hope this helps.

  • Filling setup tables

    Actually i need to fill the setup tables for 2LIS_02_SGR,2LIS_02_CGR,2LIS_02_SCN,2LIS_02_ITM.
    whts the tcode for this?

    Hi,
    T Code : SBIW
    Settings for Application-Specific DataSources (PI)->Logistics>Managing Extract Structures>Initialization-->Filling in the Setup Table -->Application-Specific Setup of Statistical Data --> in that Youcan perform the Setup (Example : SD-Sales Orders - Perform Setup) and execute ..
    or
    else direct T Code : OLIBW ( means based on your application like sales order/billing/ purchase etc)• For setup tables T-Code is OLI*BW where * equals to application number like 02 fro purchasing,08 for shipment…..
    Check out this message from Eugene
    Here are the codes:
    OLI0 Plant Maintenance Master Data
    OLI1 Stat. Setup: Material Movemts
    OLI1BW Stat. Setup: Material Movemts
    OLI2 Stat.Setup: Stor. Loc. Stocks
    OLI2BW Stat.Setup: Stor. Loc. Stocks
    OLI3 PURCHIS Statistical Setup
    OLI3BW Reorg.PURCHIS extract structures BW
    OLI4 SFIS Statistical Setup
    OLI4BW Reorganized PPIS Extract Structures
    OLI5 PMIS Statistical Setup
    OLI6 Periodic stock qty - Storage locatn
    OLI7 SIS Statistical Setup: Orders
    OLI7BW Reorganized VIS Ext. Struct. Order
    OLI8 Set Up SIS for Deliveries
    OLI8BW Reorganized VIS Ext. Struct. Del.
    OLI9 SIS Statistical Setup: Billing Docs
    OLI9BW Reorganized VIS Extr. Struct. Bill.
    OLIA Maintenance Processing
    OLIB PURCHIS: StatUpdateHeader Doc Level
    OLID SIS: Stat. Setup - Sales Activities
    OLIE Statistical Setup - TIS: Shipments
    OLIF PPIS: Setup-RepetitiveManufacturing
    OLIFBW Reorganized Prod. Extract Structure
    OLIIBW Reorg. of PM Info System for BW
    OLIM Periodic stock qty - Plant
    OLIP C Plant Maintenance Planning
    OLIQ Reorganization of QM info system
    OLIQBW Reconstruct QM Infosystem for BW
    OLIS LIS in the IMG
    OLISBW Reorg. of CS Info System for BW
    OLIX Stat. Setup: Copy/Delete Versions
    OLIZ Stat.Setup:Invoice Verificatn
    OLIZBW Stat.Setup:Invoice Verificatn
    You can see them in se93, typing in OLI* and pressing F4.
    Also, you can execute operations in SBIW tree and see the appropriate tcode in the bottom of the screen (click there where you see your system abbreviation).
    Best regards,
    Eugene
    Regads,
    San!

  • Disabling sorting for a table

    Hi All,
    I want to disable the sorting function for my table. How can I achieve this? Please help...!!!
    -sps

    If you are using a JTable, by default row sorting is unable. Infact, to provide you the Table sorting, you have to put the line
    JTable table = new JTable (...);
    table.setAutoCreateSorter (true) //this enableinto your code or writing a RowSorter.
    Otherwise there's no sorter for the Table and you can't do any kind of sorting.
    Regards,
    Maurizio

Maybe you are looking for

  • FCP Project File created in 5.1.4 won't open in 5.1

    Hi All, I recently had to replace my hard drive. Things could have been worse, but thankfully I saved a copy of a major project to another drive. I successfully reinstalled all my original software including FCP 5.1. The problem is that I was running

  • Can't open Adobe cs5.5 .dmg on a 15inch MacBook Pro Retina screen

    Hi there, Hopefully someone can help. I recently bought a 15inch retina screen new macbook pro after my old one started to die last week - I bought Adobe cs5.5 a few years ago and I'd really like to be able to install in on the new laptop so I can ge

  • Sort Artist and Sort Album tags don't update

    Having spent a lot of time over the years getting the metadata in my iTunes library just right, I've noticed a frustrating problem when it comes to iTunes Match. I make use of 'Sort Artist' and 'Sort Album Artist' tags so that my library is sorted by

  • N 80 music player

    Does any1 know why the songs i download onto my n80 via data cable appear in my gallery but wont show in my music player

  • Using SDO_UTIL.RECTIFY_GEOMETRY for 3d geometries

    A user reports the error "ORA-13199: the given geometry cannot be rectified" in the thread below: Geometry cannot be rectified and Siva Ravada responds with "The rectify_geometry function only works for 2D geometries, it does not work 3D geometries."