IDXNOALE - table is populated automatically

Hi every one,
I am working on Idoc - XI - Idoc scenario, whenever I send an Idoc from R/3 to XI,
the IDXNOALE - table is populated automatically.
Y is this.
Can anyone please explain this?
-Naveen.

From one on the newest Service Pack the IDXNOALE is populated automatically, but with the report  IDX_NOALE  you can further define if require or not acknowledgement, and the user entry will be not modified automatically any more (al least
The IDXNOALE has these fields:
PORT
CLIENT
MESTYP
NEG
TYPE
So, automatically SAP manage the KEY of the table:
PORT
CLIENT
MESTYP
and manually the user with the report IDX_NOALE maintein the fields:
NEG
TYPE
Regards,
Sandro

Similar Messages

  • USER_TAB_MODIFICATIONS not getting populated automatically

    Hi All,
    I am in the process of setting up gathering of schema statistics on my database and was trying to setup estimate stale statistics based on the data from the USER_TAB_MODIFICATONS table. Although I see that monitoring has been turned ON for all the tables in the DB and DML operations are also being carried out on a daily basis, the USER_TAB_MODIFICATIONS remains empty all the time.
    I tried executing DBMS_STATS.FLUSH_DB_MONITORING_INFO so as to get this table populated. As soon as i executed it, i could see that the records for all the transactions carried out on that schema during the day appeared in the USER_TAB_MODIFICATIONS table. However, when i again carried out a DML operation as waited for 3 hrs so that it would get populated automatically in the table, I could not see any rows for that table in user_tab_modifications.
    Can anyone help me out with what could possibly be the reason behind it? Maybe some background process that populated the user_tab_modifications every 3 hours is disabled? Or is there any other reason behind it?
    Please advice.

    CrazyAnie,
    Here is an illustration for you;
    SQL> set line 1000
    SQL> set pagesize 1000
    SQL> drop table ogan_deneme purge;
    drop table ogan_deneme purge
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> create table ogan_deneme (deneme varchar2(10)) monitoring;
    Table created.
    SQL> insert into ogan_deneme values ('ogan');
    1 row created.
    SQL> /
    1 row created.
    SQL> /
    1 row created.
    SQL> delete ogan_deneme;
    3 rows deleted.
    SQL> commit;
    Commit complete.
    SQL> select * from user_tab_modifications;
    no rows selected
    SQL> exec dbms_stats.gather_table_stats('ogan','ogan_deneme');
    PL/SQL procedure successfully completed.
    SQL> select * from user_tab_modifications;
    no rows selected
    SQL> conn / as sysdba
    Connected.
    SQL> select * from dba_tab_modifications where table_owner = 'ogan';
    no rows selected
    SQL> select * from dba_tab_modifications where table_owner = 'OGAN';
    no rows selected
    SQL> conn ogan/password
    Connected.
    SQL> exec dbms_stats.gather_table_stats('ogan','ogan_deneme');
    PL/SQL procedure successfully completed.
    SQL> insert into ogan_deneme values('ogan');
    1 row created.
    SQL> /
    1 row created.
    SQL> /
    1 row created.
    SQL> delete from ogan_deneme;
    3 rows deleted.
    SQL> commit;
    Commit complete.
    SQL> select * from user_tab_modifications;
    no rows selected
    SQL> exec dbms_stats.FLUSH_DATABASE_MONITORING_INFO;
    BEGIN dbms_stats.FLUSH_DATABASE_MONITORING_INFO; END;
    ERROR at line 1:
    ORA-20000: Insufficient privileges
    ORA-06512: at "SYS.DBMS_STATS", line 2151
    ORA-06512: at "SYS.DBMS_STATS", line 14390
    ORA-06512: at line 1
    SQL> conn / as sysdba
    Connected.
    SQL> exec dbms_stats.FLUSH_DATABASE_MONITORING_INFO;
    PL/SQL procedure successfully completed.
    SQL> conn ogan/password
    Connected.
    SQL> select * from user_tab_modifications;
    TABLE_NAME PARTITION_NAME SUBPARTITION_NAME INSERTS UPDATES DELETES TIMESTAMP TRU DROP_SEGMENTS
    OGAN_DENEME 3 0 3 25-JUN-10 NO 0
    SQL>
    Even you have executed dbms_stats.FLUSH_DATABASE_MONITORING_INFO; and so still do not see any data, gather table stats for the relevant table.
    Hope it helps,
    Ogan

  • Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    Is Acrobat Pro right for us. We have an Employee Handbook that needs editing. Some is current pdf, some from an older version. Want to get all into one handbook, have the table of contents automatically adjust and link to specific pages from the ToC.

    You can download the trial version (http://helpx.adobe.com/acrobat/kb/acrobat-downloads.html) to convert the PDF back to WORD if you do not have the original. The conversion may not be perfect, but it is typically better than starting from scratch. You may be lucky and get a good result. You might check the settings (in the save screen) to try retain format versus retain text flow. The format version can be a pain to edit since it creates a bunch of text boxes. The flow version may require you to reformat in WORD, but you likely would want to do that anyway.

  • How to set setRowKey value when table is populated dynamically

    Hi All
    I have created a view object using only select statement and displaying all the records in it in the table at page load. Table is SelectMany. Now after selecting some records I press submit button. At the backend logic is executed which prints how many rows selected and the values of the selected rows. Everything works fine till here.
    Now when the view object is modified by putting where clause. And the parameter to this where clause is coming from url. When the page is loaded table displays only records based on filter criteria. But the problem begins when I press the submit button. It shows the error: row is null for rowKey:oracle.jbo.Key[AAAQkHAAJAAAACkAAA ]
    I have done some research and found that row key is not set for the displayed records. because at the backend when I am printing the values of keys in selectionState.KeySet it prints only null.
    This thing happens only when table is populated dynamically through url value.
    Can anyone help me how to get the selectionState.Keyset values when table is populated dynamically?

    SOLVED:
    Actually there is no problem with the rowKeys as I mentioned in the post. What happened was that I was executing the query everytime on page load. Second time when the page is loaded the param value was set to null. So row becomes null but on the other hand I am referring the rows by some selected row keys. so the error that row is null for key...
    So now i am storing the param value in managed bean and then referring it in the code.

  • When is  table BOM_CTO_ORDER_LINES populated

    Soes anyone have any information regarding this Oracle table 'BOM_CTO_ORDER_LINES'. We are trying to determine when this table gets populated.  We know that the
    Autocreate config process populates the table but when exactly and which API does it  ?

    It's updated as soon as the "*" item is created.

  • Table field sorted automatically

    Hi Experts
            I have a field ZTNAM in table ZLIST as primary key.
            Its data type is CHAR.
            Since we set as a primary key, the data sorted automatically in database.
            My requirement is, i need to set the field as primary key but it should not be sorted.
            Is there any option for this, pls help me on this.
    Thanks in advance.
    Regards
    Rajaram

    Add one more primary key in this database table to avoid automatic sorting ,
    it should come before ZLIST.
    You can use SY_DATUM means todays date for that
    reward if useful.
    Amit SIngla
    Message was edited by:
            Amit Singla

  • Business area is getting populated automatically

    Hi, I came across a situation where some time Business area is getting populated automatically in some of the Maintenance order. I have checked the reference object, cost centre, Plant level, WBS element etc, we have not maintained the business area anywhere. Moreover, if I create the new order with reference to order having Business area, then also business area does not come into new order, but somehow in some situation it is getting populated. I want to delete this business area from the order as it is creating problem while posting of FI docs. We get the error saying reconcilation account not found for this .
    Could you please tell me, what are the other sources of business area , from there it can come. .
    Thanks in advance.
    Sanjay

    Hi Kale,
    Make sure the field Business area is not supressed in tx. OB14. for the GL account in line item 001.
    On the other hand, have a look to the note and kba below:
    41294 - Business area in customer/vendor item
    Kba 1727802 - Business area not getting populated in sales/ purchase tax

  • How many minimum tables get Populated once Employee Created in People scree

    Hi
    how many minimum tables get Populated once Employee Created in People screen ?
    thanx

    per_all_people_f
    per_periods_of_service
    per_person_type_usages_f
    per_all_assignments_f (as a primary assignment is mandatory for employee)

  • When RW_Server_Job_Queue table is populated.

    Hi All,
    I want to know how and when RW_Server_Job_Queue table is populated.
    I am printing a report from 10g print server through Scheduler. After Submitting the job
    I am tring to find the same in RW_Server_Job_Queue table but it is not populated though
    the report is generated successfully.
    Could anyone please tel me when can I find a submitted job in the RW_Server_Job_Queue table?
    Thanks in advance.
    Regards,
    Mrigen

    I have succesfully activated job queue logging using jobStatusRepository and it's working fine. The queue, by configuration, has a maximum of 1000 records. We would like to use this table as a montoring type item to keep track of peak times of day when reports are run, run times to identify problemattic reports, etc. When the table reaches this 1000 and a new report is run, record 1 is popped out of the table to make room for the new one. How would you recommend I tackle this? How do I keep this table from removing old data when it gets to its "full" point?
    Thanks in advance.

  • GL Account & PRCTR to be populated automatically for Acc Assigned PO.

    Hello SAP Gurus,
    I have a scenario in which the GL Account is not automatically getting populated for acc assigned PO with acc assignment category 'Y'
    We are using the acc assignment Y for NRE material type as a service charge.
    We have maintained the acc modifier as ZAX and the same was assigned to a GL acc in Configure automatic posting - OBYC for GBB(offsetting inventory posting). We have only one acc for this type of charges.
    We are in ECC 6.0 version where we are having this issue.
    However the same is working fine in current production system which is in 3.1i
    Also the PRCTR is not getting populated automatically but the material is created with a PRCTR.
    Request your immediate help on the same.
    Thanks for the support.
    Best Regards,
    Narayana Rao.

    Hi
    have you maintained the valuation class in the Configuration of GBB - ZAX.
    As your settings seems right only.
    thanks & Regards
    Kishore

  • Appraisal population automatically defined

    Hi experts!
    In the project I work, appraisal population must be automatically defined. For each employee the first appraiser is the line supervisor and the second appraiser is the first appraiseru2019s line supervisor (first appraiseru2019s upper hierarchical level). In case there is also a functional (u201Cdotted lineu201D) supervisor, he sends written feedback to the appraisers. How can I define this appraisal population automatically?
    I tried to use the program RHXHAP_APP_DOC_PREPARE but this program works only with chief position as appraiser.
    Thanks you in advance,
    Vana

    Hi Vana,
    There are multiple ways to do this?
    Firstly ru familiar creating a template and having the template flow in the org unit the way you want ?
    - well here's what you need to do
    Once you Have created a template:
    In the processing Tab of the template- Apprisal document creation check = Unlimited Appraisal Documents
    This will let you use unlimited appraisal document of the same template.
    At the status flow Tab:
    There are status and substatus of the template which decides the flow of the template within the org unit .
    You need to select the each status and select the push button, Person Authorised, Target status, Next status  and Workflow event .
    On selecting the workflow event the system will have the template flow in the direction you like.
    as a standard functionality there are 2 level workflow already available.
    Any workflow event you choose for the appraiser will be directed to the appriaser you choose once the template is released and ready to use. The appraiser is always the first level manager of the employee.
    The Higher level manager is the appraiser's manager as per mentioned in the org structure.
    This can give you some idea on how to get started.
    To configure the colums, push buttons and sub-status you need to right click on Category Group / Category/Template which ison top of the Personnal Appraisals - Select Basic Settings to have your requirements set.
    You also need link the events for each of the workflow events- you can find this is SPRO.
    Let me know if this helps.
    Regards,
    Regi Alex

  • How does table CE4JJ01_ACCT populated?

    Hi All,
    Good day.
    I would like to seek help from everyone on how the table CE4JJ01_ACCT populated. Does it needs a program or a transaction code or a function module to be executed first in order to populate it.
    Your help is very much appreciated.
    Thanks.
    Regards,
    JC

    Hi ,
    Is it related to CO-PA ?
    regards
    Prabhu

  • How is table VBFA populated?

    Hi Experts,
    I will appreciate if someone can explain to me how is table VBFA populated.  What is the logic for creating a record inside this table ?. Why are also some documents that only have 000000 as value in the POSNN field?
    Thanks for your help.

    The easiest way to use it is like:
      DATA: BEGIN OF L_COMWA OCCURS 1.
              INCLUDE STRUCTURE VBCO6.
      DATA: END   OF L_COMWA.
      data: begin of it_vbfa occurs 1.
              include structure vbfa.
      data: end   of it_vbfa.
      L_COMWA-VBELN = P_VBELN.   " VBELN
      CALL FUNCTION 'RV_ORDER_FLOW_INFORMATION'
        EXPORTING
    *     AUFBEREITUNG        = '2'
    *     BELEGTYP            = ' '
          COMWA               = L_COMWA
    *     NACHFOLGER          = 'X'
    *     N_STUFEN            = '50'
    *     VORGAENGER          = 'X'
    *     V_STUFEN            = '50'
    *   IMPORTING
    *     BELEGTYP_BACK       =
        TABLES
          VBFA_TAB            = IT_VBFA
        EXCEPTIONS
          NO_VBFA             = 1
          NO_VBUK_FOUND       = 2
          OTHERS              = 3
    Regards,
    Naimesh Patel

  • F110 - PAYR table fields population

    Hello all,
    I have done the automatic payment run F110 successfully but when i go to SE38 and run the RFFOUS_C program, its giving "No records selected"
    In the table PAYR (SE11),  I have selected a field, say check number field/ check run date field/ House bank key field, and checked the content, It is giving "Number of entries which met selecting criteria is zero".
    When i have run F110 successfully, then the check information should be populated in PAYR table, but it is not happening???
    Please help me with this.
    Thanks!

    Hi,
    Had u assigned check lots to the account id and house bank.
    regards
    srikanth.

  • Table not populating values

    Hello All,
    I am populating Table for a Search Region and the values are not getting populated. I am altering the where clause in PFR of the CO. Please find the code in PFR.
    String eNum = pageContext.getParameter("SearchEmpNum");
    System.out.println("Employee Number " + eNum);
    System.out.println("Post initQuery ");
    OAViewObject vo = (OAViewObject)am.findViewObject("ZenPerSearchVO1");
    if (vo != null) {
    vo.clearCache();
    vo.setWhereClause(null);
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id(:1))");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0, eNum);
    System.out.println("Params " + eNum);
    //System.out.println("Post Clause " + vo.getQuery());
    vo.executeQuery();
    System.out.println("Post whereclause ");
    The following is the Page
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <page xmlns:jrad="http://xmlns.oracle.com/jrad" xmlns:oa="http://xmlns.oracle.com/oa" xmlns:ui="http://xmlns.oracle.com/uix/ui" version="10.1.3_1312" xml:lang="en-US" xmlns:user="http://xmlns.oracle.com/jrad/user" xmlns="http://xmlns.oracle.com/jrad" file-version="$Header$">
    <content>
    <oa:pageLayout id="PageLayoutRN" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM" windowTitle="Employee Search Window" title="Employees">
    <ui:corporateBranding>
    <oa:image id="corporateBrandingImage" source="/OA_MEDIA/FNDSSCORP.gif"/>
    </ui:corporateBranding>
    <ui:contents>
    <oa:query id="QueryRN" dispSimple="true" dispCustomized="false" dispAdvanced="false" mode="autoCustomizationCriteria" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM" controllerClass="zenith.oracle.apps.hxc.asg.webui.ZenPersonSearchCO">
    <ui:contents>
    <oa:table id="ResultsTable" userCustomizable="true" shortDesc="Employees Assigned Table" amDefName="zenith.oracle.apps.hxc.asg.server.ZenPerSearchAM">
    <ui:contents>
    <oa:messageStyledText id="EmpNum" viewName="ZenPerSearchVO1" viewAttr="EmployeeNumber" queryable="true" sortState="ascending" prompt="Employee Number" selectiveSearchCriteria="true" initSortSeq="first" userCustomizable="true"/>
    <oa:messageStyledText id="EmpName" queryable="true" sortState="no" viewName="ZenPerSearchVO1" viewAttr="FullName" prompt="Employee" unvalidated="true" selectiveSearchCriteria="true" userCustomizable="true"/>
    </ui:contents>
    </oa:table>
    </ui:contents>
    <oa:simpleSearchPanel>
    <oa:header text="Employee Search" id="SimpleSearchHdr">
    <ui:contents>
    <oa:messageComponentLayout id="CustomSimpleSearch">
    <ui:contents>
    <oa:messageLovInput id="SearchEmpName" selectiveSearchCriteria="true" prompt="Employee Name" unvalidated="true" externalListOfValues="/zenith/oracle/apps/hxc/asg/lov/webui/ZenEmpLovRN" required="yes">
    <lovMappings>
    <lovMap id="EnameMap" lovItem="EmpName" resultTo="SearchEmpName" criteriaFrom="SearchEmpName"/>
    <lovMap id="ENumMap" lovItem="EmpNum" resultTo="SearchEmpNum" criteriaFrom="SearchEmpNum"/>
    </lovMappings>
    </oa:messageLovInput>
    <oa:messageTextInput id="SearchEmpNum" selectiveSearchCriteria="true" prompt="Employee Number"/>
    </ui:contents>
    </oa:messageComponentLayout>
    </ui:contents>
    </oa:header>
    </oa:simpleSearchPanel>
    <oa:simpleSearchMappings>
    <oa:queryCriteriaMap id="EmpNameMap" criteriaItem="SearchEmpName" resultsItem="EmpName"/>
    <oa:queryCriteriaMap id="EmpNumMap" criteriaItem="SearchEmpNum" resultsItem="EmpNum"/>
    </oa:simpleSearchMappings>
    </oa:query>
    <oa:defaultSingleColumn id="ApplyRN">
    <ui:contents>
    <oa:submitButton id="SButton" text="Save" prompt="Save">
    <ui:primaryClientAction>
    <ui:fireAction/>
    </ui:primaryClientAction>
    </oa:submitButton>
    </ui:contents>
    </oa:defaultSingleColumn>
    </ui:contents>
    </oa:pageLayout>
    </content>
    </page>

    Hi,
    Some of the column values are not getting populated or few rows which you are expecting is not getting populated?
    Could you please try the following 2 changes, in both the cases, after executing the query, print all the query and rows in the VO using the below code (change your object names accordingly).
    if(appraisalVO !=null)
    AppraisalVORowImpl appraisalVORow = (AppraisalVORowImpl) appraisalVO.first();
    if(appraisalVORow !=null)
    int attrCount = appraisalVO.getAttributeCount();
    writeLog("XXRBG",pageContext,"Attrbuute count "+attrCount);
    String[] attributeNames = appraisalVORow.getAttributeNames();
    for (int i = 0 ;i< attributeNames.length ;i++ )
    writeLog("XXRBG",pageContext," Name "+attributeNames[i] +" = "+appraisalVORow.getAttribute(i));
    1)
    instead of calling the function to get the owning_person_id, hard code the value and check you are getting the expected result.
    like,
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = 54)");
    2)
    instead of the below code
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id(:1))");
    vo.setWhereClauseParams(null);
    vo.setWhereClauseParam(0, eNum);
    System.out.println("Params " + eNum);
    try without binding the parameter like,
    vo.setWhereClause("PERSON_ID in (select selected_person_id from hr_working_person_lists where owning_person_id = zen_person_details.get_person_id("+eNum+"))");
    Thanks.
    With Regards,
    Kali.
    OSSi.

Maybe you are looking for

  • SAP B1 client system we got error Internal Error (-1101) occurred.

    Hi, when we are connecting server through particular user it's showing error Internal Error (-1101) occurred Message 131-183". this is client laptop contain  OS is vista and sever has windows 2003 server.when we are login after it's showing to update

  • Adobe x pro is not working

    My Adobe x pro is not launching, so i can't view pdf files ?

  • UDO matrix sort

    Hello All:    Currently have a UDO that user users, as it get larger there is a need to have the matrix value sorted by a different way (default of course is alphabetically against code column).    Aside from write a new form and handle data source o

  • Improve QuickTime export speed?

    I am wondering how can I improve QuickTime speed when exporting an .avi movie to ipod format. When I use a regular ipod exporter on a pc ( 1.8Ghz), I takes aprox. the same time with doing it on my MacBook Pro, 2.16 dual-core. I mean, is QuickTime rea

  • Quick issue. Lost disc. Need to find and download ...

    Basically just looking for the installation software that came on the disc with my router (my version is HomeHub5) Or just even an address I can type in to achieve that (That's like all I need from my experience of some other brand routers, isn't it?