Statistic of the table RBKP update

Gurus,
How do we update the statistic of the table RBKP?
Is this the work done by an ABAPer  or a BASIS guy?
Appreciate your help.
Thanks,
kalikonda.

Dunno, I'm just an ABAPer...but as always SAP online help has some relevant information (Example: Oracle).
http://help.sap.com/saphelp_nw04/helpdata/en/df/455e97747111d6b25100508b6b8a93/frameset.htm
I would still speak to an administrator though before proceeding.
Thomas

Similar Messages

  • Not updated in the table  RBKP

    Hi,
    I have created an append on the tables RBKP_V and RBKP.
    I am parking a vendor invoice in transaction MIR7.
    I'm using the BADI BADI_FDCB_SUBBAS04 to enhance MIR7 transaction. I have followed the BADI documentation.
    When I click on 'Save as completed' button :
    The customer fields are  not  updated in the table RBKP.
    Whats the solution ?
    Best Regards,
    Ramesh.S

    Hi, In my opinion, some of Custom fields should move to corresponding field in user exit to update to table.
    Example . you have add a field that zzabb into vbak , you should add code like move struct-zzabb to xvbak-zzabb.
    **"struct" is from screen field you be inputed

  • What are the tables will update while loading Master data ?

    Hello Experts,
    What are the tables will update while loading Master data ? And requesting you to provide more information about Master data loading and its related settings in the beginning of creation infoobjects. 

    It depends upon the type of Master data u r loading....
    In all the master data loadings, for every new value of master data an SID will be created in the SID table /BI*/S<INFOOBJECT NAME> irrespective of the type of master data.
    But the exceptional tables that get updated depending on the type of master data are.....
    If it is a time Independent master data then the /BI*/P<INFOOBJECT NAME> table gets updated with the loaded data.
    If it is a time dependent master data then the /BI*/Q<INFOOBJECT NAME> table gets updated with the loaded data.
    If the master data is of time Independent Navigational attributes then for every data load the SID table will get updated first and then the /BI*/X<INFOOBJECT NAME> table gets updated with the SID's created in the SID table (NOT WITH THE MASTER DATA).
    If the master data is of time dependent navigational attributes then for every data load the SID table will get updated first and then the /BI*/Y<INFOOBJECT NAME> table gets updated with the SID's created in the SID table (NOT WITH THE MASTER DATA).
    NOTE: As said above, For all the data in P, Q, T, X, Y tables the SID's will be created in the S table /BI*/S<INFOOBJECT NAME>
    NOTE: Irrespective of the time dependency or Independency the VIEW /BI*/M<INFOOBJECT NAME> defined on the top of /BI*/P<INFOOBJECT NAME> & /BI*/Q<INFOOBJECT NAME> tables gives the view of entire master data.
    NOTE: it is just a View and it is not a Table. So it will not have any physical storage of data.
    All the above tables are for ATTRIBUTES
    But when it comes to TEXTS, irrespective of the Time dependency or Independency, the /BI*/T<INFOOBJECT NAME> table gets updated (and of course the S table also).
    Naming Convention: /BIC/*<InfoObject Name> or /BI0/*<InfoObject Name>
    C = Customer Defined Characteristic
    0 = Standard or SAP defined Characteristic
    * = P, Q, T, X,Y, S (depending on the above said conditions)
    Thanks & regards
    Sasidhar

  • Recording of the payment condition in the table RBKP

    They would know how to say because in the moment in that are making IV (invoice verification) the payment condition is not recorded in the table RBKP. In the table we have the field even so nothing is not recorded.
    Tanks
    Joubert Carvalho

    Please check the following NOTEs.
    NOTE 432332  MIR4 - Field ZTERM is not filled
    NOTE 613761  MIR4:Payment conditions are not displayed
    NOTE 322430  MIRO: Proposal logic for terms of payment
    Best regards,
    Makoto

  • What are the tables getting updated

    Dear,
    can anybady tell me the what are the table getting updating while doing J1IEX (CAPTURE AND POST). like RG23A, RG23C,RG1,PLA.......
    THANKS
    MRS

    Thanks Ravi,
    Can u help me some more input like how to see the RG23A value and RG23C,PLA.
    what Is the any t code to the know the status?
    Thanks
    mrs

  • Problems in WEB Dynpro The Table doesnt update

    Hi everyone, I did an WEB Dynpro Project and I created a table, and I wanna to fill that table  in the event doinit but it didnt update
    this is my code into a Controller methond
    public void llenaTabla( )
    IPublicVisualizarContrato.IProductDataElement prd = null;
        for(int i=0;i<5;i++)
          prd = wdContext.nodeProductData().createProductDataElement();
          prd.setProveedor("Provedor_"+i);
          prd.setAbasto("Abasto_"+i);
          prd.setAnual("Anual_"+i);
          prd.setConsigna("Consig_"+i);
          prd.setDistribucion("Dist_"+i);
          prd.setTemporada("Temp_"+i);
          prd.setPostVenta("PostV_"+i);
          prd.setNoVendible("NV"+i);
           wdContext.nodeProductData().addElement(prd);
    And I called this method in Another view in methos doinit()
    public void wdDoInit()
        //@@begin wdDoInit()
         wdThis.wdGetVisualizarContratoController().llenaTabla();
         //wdThis.wdFirePlugOutput();
        //@@end
    after deploying the table is empty
    Someone Could you tell what is the problem, thank you very much

    Hi Nitesh
    Thak you for your help, I solved that detail, but I have a problem some colums of the table are linktoaction, my question is how can I pass a value to the action whe the user click on this image , thank you very much
    Atte Israel

  • Query for the table last updated

    hi,
    how to know the time and date a table last updated?
    Regards
    Raj

    Raj,
    Query DBA_OBJECTS, here is an example:
    SQL> SELECT OBJECT_NAME, LAST_DDL_TIM, TIMESTAMP
    FROM DBA_OBJECTS
    WHERE OBJECT_NAME = 'FND_USER'
    AND OBJECT_TYPE = 'TABLE';

  • Even though the Table is updating, am not getting an entry in CDHDR table?

    Hi Experts,
    Am updating the MVKE-VMSTA filed from 33 to 34 by using a FM - ASSORTMENT_MVKE_CORR.
    When, I see the MVKE tbl, its updating correctly - was chaged from 33 to 34.
    But, I did NOT find any change entry in CDHDR or CDPOS tables on for this change.
    Let me know that, Why there is NO entry in CDHDR / CDPOS tbls? Iguess, definately, the CHANGE/history settings were set/switched on for this(MVKE) tabale.
    thanq

    We can create our own change documents by following a procedure. There are many more threads available. See below for your quick reference..
    The change documents gets updated by the FMs which are created /generated when the change doc objects are generated in SCDO. the change doc objects provided by sap are already generated. the fms will have names something like this
    <Change document object>_WRITE_DOCUMENT
    The object-specific update function module calls the following function modules with object-specific parameters:
    a. CHANGEDOCUMENT_OPEN
    b. CHANGEDOCUMENT_SINGLE_CASE and/or
    c. CHANGEDOCUMENT_MULTIPLE_CASE and possibly
    d. CHANGEDOCUMENT_TEXT_CASE
    e. CHANGEDOCUMENT_CLOSE
    For PO, the Change documnet object is EINKBELEG and the update FM Is EINKBELEG_WRITE_DOCUMENT
    Business data objects are changed frequently. We recommend that you log these changes for objects that are critical or susceptible to audits. You may find it helpful, and sometimes necessary, to be able to trace or reconstruct such changes later, for example for investigating or auditing purposes. SAP Systems log changes to business data objects in change documents.
    SAP Systems do not automatically use change documents for business objects. You must activate the process yourself.
    To activate a change document for an object, perform the following steps:
    1. Create the change document. (Use the transaction SCD0.)
    2. Activate the change document for the object. (Use data element maintenance: transaction SE11.)
    3. Generate an update for the object. (Use the transaction SCD0.)
    4. Insert the appropriate calls in the corresponding programs.
    To view change documents for an object, also use the transaction SCD0.
    For more information on change documents, check the below link.
    The change documents gets updated by the FMs which are created /generated when the change doc objects are generated in SCDO. the change doc objects provided by sap are already generated. the fms will have names something like this
    <Change document object>_WRITE_DOCUMENT
    The object-specific update function module calls the following function modules with object-specific parameters:
    a. CHANGEDOCUMENT_OPEN
    b. CHANGEDOCUMENT_SINGLE_CASE and/or
    c. CHANGEDOCUMENT_MULTIPLE_CASE and possibly
    d. CHANGEDOCUMENT_TEXT_CASE
    e. CHANGEDOCUMENT_CLOSE
    For PO, the Change documnet object is EINKBELEG and the update FM Is EINKBELEG_WRITE_DOCUMENT
    Business data objects are changed frequently. We recommend that you log these changes for objects that are critical or susceptible to audits. You may find it helpful, and sometimes necessary, to be able to trace or reconstruct such changes later, for example for investigating or auditing purposes. SAP Systems log changes to business data objects in change documents.
    SAP Systems do not automatically use change documents for business objects. You must activate the process yourself.
    To activate a change document for an object, perform the following steps:
    1. Create the change document. (Use the transaction SCD0.)
    2. Activate the change document for the object. (Use data element maintenance: transaction SE11.)
    3. Generate an update for the object. (Use the transaction SCD0.)
    4. Insert the appropriate calls in the corresponding programs.
    To view change documents for an object, also use the transaction SCD0.
    For more information on change documents, check the below link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2a/fa015b493111d182b70000e829fbfe/content.htm
    Reward if find useful

  • How to audit the table when updated. The table has 100 Columns.

    Hi,
    I have a requirement to keep the log information of a table whenever there is an update happening on any of the columns available in a table, which has roughly 100 columns. I know we can use :NEW and :OLD specifier using trigger, but the no of columns are 100 + , here shall we fulfill the requirement. Kindly suggest if you have any better way to handle it.
    Regards
    Suresh

    You can use XMLTYPE for this. See an example below:
    First creating some test data:
    SQL> create table test_06302011
      2  (
      3    a1 number(10)
      4  , a2 number(10)
      5  , a3 number(10)
      6  , a4 number(10)
      7  , a5 number(10)
      8  , a6 number(10)
      9  )
    10  /
    Table created.
    SQL> insert into test_06302011
      2  values(1,1,1,1,1,1)
      3  /
    1 row created.
    SQL> insert into test_06302011
      2  values(2,2,2,2,2,2)
      3  /
    1 row created.
    SQL> insert into test_06302011
      2  values(3,3,3,3,3,3)
      3  /
    1 row created.
    SQL> insert into test_06302011
      2  values(4,4,4,4,4,4)
      3  /
    1 row created.
    SQL> insert into test_06302011
      2  values(5,5,5,5,5,5)
      3  /
    1 row created.
    SQL> insert into test_06302011
      2  values(6,6,6,6,6,6)
      3  /
    1 row created.
    SQL> commit
      2  /
    Commit complete.
    SQL> create table log_06302011
      2  (
      3    log_id     number(10) primary key
      4  , log_date   date
      5  , log_action varchar2(1)
      6  , log_old    xmltype
      7  , log_new    xmltype
      8  )
      9  /
    Table created.Then creating the logging trigger:
    SQL> CREATE OR REPLACE TRIGGER trigger_log_06302011
      2     AFTER UPDATE OR INSERT OR DELETE ON test_06302011
      3     FOR EACH ROW
      4  DECLARE
      5      vlog_event VARCHAR2(1);
      6      v_log_new  XMLTYPE;
      7      v_log_old  XMLTYPE;
      8  BEGIN
      9
    10    IF INSERTING THEN
    11        vlog_event := 'I';
    12        select XMLELEMENT("test_06302011",
    13                        XMLFOREST(
    14                            :new.a1 as "a1"
    15                          , :new.a2 as "a2"
    16                          , :new.a3 as "a3"
    17                          , :new.a4 as "a4"
    18                          , :new.a5 as "a5"
    19                          , :new.a6 as "a6")
    20                   )
    21           into v_log_new
    22           from dual;
    23
    24         v_log_old := NULL;
    25
    26    END IF;
    27
    28    IF UPDATING THEN
    29        vlog_event := 'U';
    30        select XMLELEMENT("test_06302011",
    31                        XMLFOREST(
    32                            :new.a1 as "a1"
    33                          , :new.a2 as "a2"
    34                          , :new.a3 as "a3"
    35                          , :new.a4 as "a4"
    36                          , :new.a5 as "a5"
    37                          , :new.a6 as "a6")
    38                   )
    39           into v_log_new
    40           from dual;
    41
    42         select XMLELEMENT("test_06302011",
    43                        XMLFOREST(
    44                                                           :old.a1 as "a1"
    45                                                         , :old.a2 as "a2"
    46                                                         , :old.a3 as "a3"
    47                                                         , :old.a4 as "a4"
    48                                                         , :old.a5 as "a5"
    49                                                         , :old.a6 as "a6")
    50                   )
    51          into v_log_old
    52          from dual;
    53
    54    END IF;
    55
    56    IF DELETING THEN
    57        vlog_event := 'D';
    58        v_log_new := NULL;
    59
    60         select XMLELEMENT("test_06302011",
    61                        XMLFOREST(
    62                                                           :old.a1 as "a1"
    63                                                         , :old.a2 as "a2"
    64                                                         , :old.a3 as "a3"
    65                                                         , :old.a4 as "a4"
    66                                                         , :old.a5 as "a5"
    67                                                         , :old.a6 as "a6")
    68                   )
    69          into v_log_old
    70          from dual;
    71
    72    END IF;
    73
    74     INSERT INTO log_06302011 (log_id, log_date, log_action, log_old, log_new
    75     VALUES ((SELECT NVL(MAX(log_06302011.log_id), 0) + 1 FROM log_06302011)
    76          , SYSDATE
    77          , vlog_event
    78          , v_log_old
    79          , v_log_new
    80           );
    81
    82  END trigger_log_06302011;
    83  /
    Trigger created.Now test:
    SQL> update test_06302011
      2     set a2 = 99
      3   where a1 = 1
      4  /
    1 row updated.
    SQL> commit
      2  /
    Commit complete.
    SQL> column log_old format a30
    SQL> column log_new format a30
    SQL> set linesize 300
    SQL> select log_old, log_new from log_06302011;
    LOG_OLD                        LOG_NEW
    <test_06302011><a1>1</a1><a2>1 <test_06302011><a1>1</a1><a2>9
    </a2><a3>1</a3><a4>1</a4><a5>1 9</a2><a3>1</a3><a4>1</a4><a5>
    </a5><a6>1</a6></tes           1</a5><a6>1</a6></te
    SQL>

  • How to determine the credit memo and invoice in table RBKP?

    Hi all,
    I want to specific the credit Memo and invoice in the table RBKP using MIRO.
    Does any body know that any field can be specific that ?
    Regards,
    Luke

    Hello
    The Field  XRECH - Invoice will be populated with an "x" if it is an invoice else will be blank if it is a credit memo in the  table RBKP.
    Regards
    Anis

  • Need to call FM after the updation of the table

    Hi Experts,
        In the user exit 'Exit_sapllmde_006' of l_idoc_input_wmmbxy am using  function module WFMC_MESSAGE_SINGLE for triggering orders05 idoc. The function module l_idoc_input_wmmbxy updates the table EKBE. But this update takes place only after the complete execution of the function module l_idoc_input_wmmbxy . In the user exit of orders 'Exit_sapleinm_002' am fetching value from ekbe table and populating. But since this table is getting updated later only this segments filled by fetching value from ekbe table are empty.
    I tried using commit work and wait. But it didnt work. Tried copying WFMC_MESSAGE_SINGLE  to Zfunction module and calling that in update task but this is also not working.
    Is there any way to make the table get updated before calling the function module for triggering orders.
    Regards
    Sridevi S

    Hi Sridevi...
    I checked the flow of the program...the flow is like this
    L_IDOC_INPUT_WMMBXY->PERFORM WMMBID01_VERARBEITEN USING IDOC_NUMMER->MB_CREATE_GOODS_MOVEMENT->Exit_SAPLLMDE_006
    I guess the EKBE update is happening in the function module MB_CREATE_GOODS_MOVEMENT(Correct me if am wrong)..if that is the case then you cannot put an explicit commit in the user exit cause then you would loose the whole concept of SAP LUW...
    My suggestion would be to use a perform routine on commit..
    PERFORM WFMC_MESSAGE_SINGLE ON COMMIT and within this you can call the funtion module WFMC_MESSAGE_SINGLE...My guess is since the MB_CREATE_GOODS_MOVEMENT would commit first your ORDERS IDoc exit should be able to read the data from EKBE...
    Furthermore, your update task funda might not work here becuase all the MB update function modules are normal function modules and the moment you called WFMC_MESSAGE_SINGLE  in update task, a nes update session would be created..you would not have a control on when this update session is executed and hence you may or may not find the data in EKBE...
    Hope this helps.....
    Regards,
    Sitakant...
    Edited by: Sitakant Tripathy on Sep 14, 2010 11:15 AM

  • Regd bulk update of values in the table..

    HI ,
    I have a search page.. Have used autocustomization to create it ..This page will be used to query data from a table and then we also need to update couple of results table fields and save them.
    THere is a results region . i have included the multiselect option of table which has got me a select column as the first column in the table. Also have included a tableaction and an upate button with that ..
    Next to the table actions , Update button , I need to have a field , where in i can enter value and it shud update the updatable fields of rows in the table as bulk .. with the same value in the field next to update..
    SOme what like batch update for the table with same values..
    Could you please tell me hw do we do this ?
    Regards,
    Preeti

    Hi,
    As the update button is clicked then :
    if(pageContext.getParameter("Update")!= null)
    // Grab the value of the field next to update button
    String value = pageContext.getParameter("<id of text input>");
    //then loop through the rows
    for ( int i=0;i<row.length;i++)
    // then set the value of Attribute which you want
    row.setAttribute("<Attribute name>",value);//if this Attribute is on a text input in table then automatically it will be reflected for all rows of the table. (Bulk Update)
    Thanks,
    Gaurav

  • Table to update the substitutes for workflows

    Hello, as it is the table to update the substitutes for workflows?

    Hi,
    Yes - HRUS_D2
    Try using function module RH_SUBSTITUTES_LIST or RH_SUBSTITUTION_MAINTAIN to do the maintenance of substitutes.
    If this is done in the background then there is an RFC function module (don't know this off by heart though)
    Regards
    Robin

  • Error in SelectOneChoise inside the table when its atributes are updatable

    I have a table in my page, this table is referenced with a VO. This table have a colunms with SelectOneChoise. The user select a item in that SelectOneChoise and click on "Save" Button, and my application make a update in table.
    But a itens in this SelectOneChoise can change when the user changes a value on the other SelectOneChoise in page.
    Example:
    US: California / New York ( <- this is a SelectOneChoise with 2 itens [ California and New York ] )
    Table
    Id - People Name - City
    1 - Ricky - [if California is selected, then show Cities of California, else show New York's Cities]
    2 - Bianca - [if California is selected, then show Cities of California]
    When the user change a value of SelectOneChoise of US, the Cities inside the table are updatable automatically.
    My problema is:
    When i update the citys in table, return that Error:
    03/02/2009 11:36:35 oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer encodeAll
    SEVERE: Error during partial-page rendering
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:546)
         at java.util.ArrayList.get(ArrayList.java:321)
         at oracle.adf.view.faces.component.UIXCollection.restoreStampState(UIXCollection.java:800)
         at oracle.adf.view.faces.component.UIXTable.restoreStampState(UIXTable.java:431)
    But, this only happens when a US has a smaller number of cities that the current.

    The error only happens when the state that has fewer towns that chose the previous state.
    For example:
    Initially, the state chosen begins empty.
    If the user selects the state 1 (with 5 cities)
    OK, it works 5 cities is greater than 0
    If the user selects the state 2 (with 8 cities)
    OK, it works as 8 cities is greater than 5
    If the user selects the state 3 (with 4 cities)
    ERROR because 4 is less than 8 cities
    That error i show in imagem above.

  • What are all the tables updates..

    Hello experts,
         Do we have any option provided by SAP to find , what are all the tables get updates when we run a transaction (ex: VA01)..
    Thanks & Regards,
    Prakash Reddy .S

    >
    Naveen Inuganti wrote:
    But please dont under estimate my answer as it deffenately meets all the angles of that question.
    The problem is with you answer, that it requires lots of manual work and that will bring lots of possible errors as well (and in case of transactions like VA01, "lots of" has to be understood as "LOTS OF")
    >
    Naveen Inuganti wrote:
    Ex: If you not having authorization or correct inputs or Dont know the screen sequences for VA01, then how can you people can analize it from ST05?
    St05 will only give you a list of DB tables, you don't have to be aware of screen sequences (I believe 99% of developers are not). And if you don't have authorizations, than you have to ask for it
    (My original concern was, if someone searches SCN and finds this thread will think the most points were given to the best answer, but the point assignment was changed meanwhile.)

Maybe you are looking for

  • Can you import visual albums from a CD to iTunes???

    Does anyone knows how to import a visual album from a CD to iTunes? I bought Beyonce lastest album and i'm trying to import it to my iTunes but it keeps opening up in Windows Media Player anyone every done something like this before?

  • Send major mail for items in a list

    Hi, I have a task list and would like to send for each person who is responsible one email that contain details about all the tasks that the person is responsible on. Any ideas ? where should I start ?

  • Cannot open/edit previously saved forms

    I just upgraded my reader and now I cannot open/edit any of my forms previously saved.  I work in a law office so I can't re do all my forms.  How do I open and edit forms I previously saved?

  • Error in Extending VO Object

    Hi, I have extended a standard VO and substituted the same. But when I run the page am getting following error. I have created a transient variable of Boolean type which will be used using SPEL. I have modified the CO also. If I do it standard object

  • How does the SecurityManager authorize with JAAS?

    Hello, I'm using java 1.3 and JAAS, trying to write my own Permission for authorization. How does the SecurityManager know to authorize a method for a Subject? Does the method that I want protected have to explicitly call checkPermission()? The examp