OIM Reconcilation - restrict number of records

hey guys,
Currently when i run the trusted recon, i get records from HRMS. Now i want to check whether the number of records which query returns is more than 500.. if its more than 500 then i have to cancel the recon, means i should not bring the updates to OIM. Can i achieve this in OIM?
And also can we make this happen only for the updates for the existing records in OIM and HRMS and not while the process creates new users in OIM for the new user records in HRMS.
Thanks in advance.

closing it

Similar Messages

  • Syndicator:Restricting Number of records in a output file

    Is there any mechanism by which i could restrict the number of records syndicated to a single output file ?.
    Currently the only option seems to be output all records(matching certain criteria) or a single record to XML file/s.

    Hi,
    You can restrict the search based on the search parameters.
    If you want to syndiacte all the data in single XML file the in destination items tab ,
    Step 1. Need to select the "Repetable XML Node" for the Main node.
    Step 2. In Item Mapping tab Map the Main Table with main node for which you have set the indicator in Step 1.
    Hope, I answered you.
    Regards,
    Nitin Deshpande

  • Restrict number of records in Standard Check Printing Report R12

    Hi,
    My client wants only 8 records to be displayed in each page.Only after all the records have been displayed the cheque should be displayed.Could someone help me with this.Iam using an RTF
    Please send me any related RTF or code.Its very Urgent
    Thanks

    My email id -- [email protected]

  • Restrict number of records display in BEx

    Hi,
    I'm getting a "number of rows exceeded in excel" error while running some of the BEx queries.Is there any way to run the whole query with no filters but display the result  of only 50000 rows?
    Thanks
    Srishti Reddy

    Hi mathew,
    I'm sorry I got stuck with some other issue. Yes sometimes we can see the 50,000 rows but most times it ended with RFC connection error. We solved the problem by extending the roll area in BW.I detected while running the query in RSRT which ended with runtime errors indicating insufficient roll area.
    Thanks for the help.
    Srishti

  • Reconciliation of Number of Records

    Hi All,
    My client wants a way to reconcile the number of records in R/3 to the number of records extracted to BW i.e for ex: if we are loading sales header data and we got 100 records in BW he wants to cross check that in R/3 if that 100 records are the only records to be extracted or something is missed? Is there any such way to check the number of records in R/3 to the number of records extracted to BW.
    Best Regards,
    James.

    James,
    Technically, yes. However, the question to ask is that is the return worth it. The effort of creating an ABAP program, resolving the timing differences, figuring out the logic, etc. will be quite high.
    Worst case, do it for a few critical areas rather than evreything andmake sure that this is accepted as an exception to the rule. In normal DW scenarios it is important but with business content and especially for tried and tested content like sales, finance, etc. it is not really a problem.
    Another option would be to put in place a business process that does a perodic check of the data as per a pre-defined logic.
    Most important thing to remeber is that we shouldn't introduce sometihng that itself is questionable. So unless someone understndas the stndard extractors well, trying to replicate the logic in another ABAP program would be diffcult and bring into question the reliability of the ABAP program.
    Still suggest avoid and do it as an exception. Find out where the users are coming from and give in to one or two areas but not as a general rule.
    Aneesh

  • How to restrict number of Data Records from Source system?

    Hi,
    How can I restrict the number of Data records from R3 source system that are being loaded into BI. For example I have 1000 source data records, but only wish to transfer the first 100. How can I achieve this? Is there some option in the DataSource definition or InfoPackage definition?
    Pls help,
    SD

    Hi SD,
    You can surely restrict the number of records, best and simplest way is, check which characteristics are present in selection screen of InfoPackage and check in R3, which characteristics if given a secection could fetch you the desired number of records. Use it as selection in InfoPackage.
    Regards,
    Pankaj

  • How to restrict the number of Records into the Table?

    Is there any way that I can restrict the number of records can be entered into the table?
    For example I have created a table TAB1 with size category 0( zero).
    User dont want to enter more than 100 values, How to restrict the number entries? Whether Basis can do it?
    Regards,
    Prathap

    Hi Prathap,
    You can write a code in table maintenance events to restrict the number of Records added into the Table to constant.
    Solution:
    Se11 -> enter table name (TAB1) -> F6 -> Utlities -> Table maint. generator -> Envirnment -> modification -> events -> write here the form routine name.
    Double click on routine name. You will get into include section of the code. Write here code like:
    IF current_rec_num > 100.
       messgae error 'Entry restriceted to 100'
    ENDIF.
    Somewhat this way you can achieve your target.
    Regards,
    Sachin

  • Restrict the number of records to be fetched

    Hello Gents,
    The situation is like this, I have a report on Oracle reports 6i which fetches 2+ million records and it takes lot of time to generate,
    I’m not sure whether it can be handled in discoverer because the report has some validation procedures (Program Unit) and triggers.
    I want to restrict the number of records to be fetched in groups; I have gone through of Oracle online help
    1.     Group Filer: Filter fetches all records from database and displays only the number of records which is set to the property
    2.     Maximum Rows to Fetch: This property fetches only the number of records which is set to the property.
    I want to fetches records incrementally; I don’t want to keep resources busy
    Is there any property similar like Discoverer “Retrieve data incrementally in groups of” or any workaround?
    Help or any advice is appreciated

    If you generate a pdf, it has to fetch all records for pdf.
    If its in previewer: do you display total number of pages on the report?. If yes, >remove that and see how it comes. Other options are tunning queries and gather >the data into temp table before displaying it on the report. No, I'm generating a pdf
    No, the report is not having display page no on it.
    If I would have to create temp table, I would have used discoverer instead
    Is there any property in reports to restrict the query to get the data in groups?
    Any advice appreciated.

  • How to restrict user to insert certain number of records (urgent)

    i have master detail Form. My requirement is as following.
    1) In master block user enter other information and enter suppose 5 in text item.
    2) Then 5 rows should be display in detail block. and user couldnt enter more than 5 records in detail block.

    i hope understand,
    To close a query when :max_record = TO_NUMBER(:global.max_rec) and
    keep count of the number of records retrieved,
    create a POST-QUERY trigger.
    IF :parameter.max_record = TO_NUMBER(:global.max_rec) THEN
    ABORT_QUERY;
    ELSE
    :global.max_rec := TO_CHAR(TO_NUMBER(:global.max_rec) + 1);
    END IF;
    :parameter.max_record = number record you want retrieve and set in PRE-FORM
    Hope help you

  • How to find the number of records in ods?

    how to find the number of records in ods?
    Pls suggest the solution apart going to the table of ods and seeing the number of records.
    Is there any program or function module to see the number of records in ods?
    For eg: SAP_INFOCUBE_DESIGNS is a program which gives the detail (number of records) of infocube.

    Hi,
    I was looking at this and found the following tables that may be of help.
    One of these tables will include a summary of the record count of all the tables in your system based on the last time each table had it's database statistics calculated:
    DBSTATTADA
    DBSTATTDB2
    DBSTATTDB4
    DBSTATTDB6
    DBSTATTINF
    DBSTATTMSS
    DBSTATTORA
    We run on an Oracle database so the table record counts can be taken from DBSTATTORA. Type in AZ in table selection field in SE16 to restrict the output to ODS (or DSO) tables only.
    The record count is at the time indicated in the timestamp field. Obviously this is not real time but should not be too out of date - if it is you may be having performance issues and should get your DBA / Basis to run a full refresh of DB stats.
    Hope this helps, alhtough not real time the table should give you a decent indication of the size of all your ODS objects (or any other table for that matter!)

  • Limit the number of record to download to excel from a report

    I am just wondering if there is a way to limit the number of rows that I want to download to excel from a report in apex, right now when I click download to excel it downloads all records. If I am displaying 15 records on report page I want the ability to download only those records.
    Any help with that would be appreciated.
    Kind Regards,
    Sofia.

    Sofia,
    The same report query runs for downloading the data into excel, I don't think you can limit the number of records in download.
    You can achieve it using custom code, like on click of download excel redirect to another page and then restrict the data as per your need, or you can use the custom procedure to download the limited data.
    Denes' utility to download into excel.
    http://htmldb.oracle.com/pls/otn/f?p=31517:108:1476564836494581:::RP,::
    Regards,
    Manish

  • Number of records in a block

    I have to know if a block has records to enable a button to run a process.
    I tried to use something like this:
    declare
    cnt number := 1;
    begin
    go_block('my_block');
    first_record;
    while :system.last_record = 'FALSE'
    loop
    cnt := cnt + 1;
    next_record;
    end loop;
    :ANOTHER_BLOCK.RECCOUNT := cnt; -- will hold number of records
    end;
    I put this code in a WHEN-VALIDATE-ITEM trigger to enable the button immediately user type in a record (MY_BLOCK has only one item)
    But I get this message: Illegal restricted procedure GO_BLOCK in ...
    I removed GO_BLOCK call and get: Illegal restricted procedure NEXT_RECORD in ...
    and so on.
    May be I have to use another type of code or have to use this code in another trigger to get this effect.
    Is there some way to do that? Please some guidance
    Thanks in advance
    Oscar

    One idea:
    Create a parameter named "entries" with a default value of 0.
    Then create a unvisible non-basetable-item in your multi-record block with same datatype and length like your must-ckeck-item.
    At the item you want to check if a value is entered, create a WHEN-NEW-ITEM-INSTANCE trigger:begin
    :b_block.unvisible_item := :b_block.your_item_to_check;
    end;Create a WHEN-VALIDATE-ITEM trigger on your must check item:
    begin
    if
      :b_block.unvisible_item is null AND
      :b_block.your_item_to_check is NOT null
    then
      :parameter.entries := :parameter.entries + 1;
    elsif
      :b_block.unvisible_item is NOT null AND
      :b_block.your_item_to_check is null
    then
    :parameter.entries := :parameter.entries - 1;
    end if;
    if
      :parameter.entries > 0
    then
      set_item_property ( 'b_your_block.your_mystic_disabled_button', enabled, property_true );
    else
      set_item_property ( 'b_your_block.your_mystic_disabled_button', enabled, property_false );
    end if;
    end;May this will help.
    Regards
    Stauder

  • Number of records picked by MQ Adapter / JMS Adapter per poll

    Hi All,
    We have BPEL 10.1.3.3 running on an OC4J instance.
    We are using an MQ Adapter to pull messages from an IBM MQ.
    When the Queue goes down and comes up all the messages in the Queue are pulled by the Adapter at once and we lose the sequence in which they are arriving.
    As each message creates a new instance we are not able to process them in sequence. Is there a work around for this?
    Can we restrict the number of records picked per Poll by the MQ Adapter / JMS Adapter?
    Thanks in advance

    Hi Ben,
    There is no standard way to limit the number of files to be processed by the communication channel.
    On the Sender File CC, there is a parameter " Maximum File Size" which restricts the files bigger than the specific size, but this is just a prevention not a solution.
    If you have a single big size file, then somehow you have to create small sized files out of it.
    Thanks,
    Pooja Pandey

  • Number of records in Report and Cube don't match

    Hello,
    I have a small query. In the cube, thru the 'Manage' context menu option I find in the ' Request' tabstrip the number of records loaded =  23767.
    In the report on this cube I see the number of records = 23369.
    I have not put any restriction or condition in the report. It is a si,ple report that is created to see all the records loaded.
    May you please help me in understanding the reason for the same.
    Thanks for you help.
    Regards,
    Sumita

    To compare the reocrds in Cube against BW Query
    try to display records for small range (monthly) / by Cost Center / any similar key field and then compare the Cube totals with Report totals.
    Hope this helps
    Praveen

  • Number of records in Oracle 11G XE

    Hi.
    I'm establishing a database regime for my phd and am looking for a suitable database system.
    I'm looking for a simple data storage without the need for any complex queries or application connected to the database.
    In terms of numbers (if thats possible to say) would the XE be suitable for approx 14 mill records (in 15 columns with an average of 10 char pr column) plus an increase in number of records of approx. 100.000 each year for the next 5 years.
    Hope that was comprehansable.
    Best regards
    Nicolai

    would the XE be suitable for approx 14 mill records (in 15 columns with an average of 10 char pr column) plus an increase in number of records of approx. 100.000 each year for the next 5 years.Oracle Database Express Edition 11g Release 2 has known limitations. See Licensing Restrictions... but it probably will be able to fulfill your requirement:
    14 mill + 500k makes 14.5 mill in total.
    Simple maths would be:
    14.5 mill * 15 * 10 result in approx. 2 GB of data. Add some overhead for indexes and other things you may or may not need to store aside from your main data pool the 11 GB allowed to be used in 11.2 XE should be sufficient.
    On the other hand, you may have some restrictions on performance, since memory and cpu usage are limited as well, so processing large amounts of data at once (in a single query) might result in poor response times.
    -Udo

Maybe you are looking for

  • Overtime compensation by time off.

    Dear Experts, I am using TM00 for time evaluation, I want to compensate the overtime perfomed by employee by time off only (no payment for overtime), I am using PCR YO16 for determining overtime (Copy of TO16 Determine overtime without approval), I h

  • Can't download or update apps from App Store

    I'm using a MBP Retina Display with Mountain Lion. Whenever I attempt to update apps or download new ones, the sign in window pops down. I type in my log in information and the window goes back up, just to come back down again. It doesn't stop no mat

  • IWeb SEO Tool not working

    I've think I fully understand the procedure to add Meta tags and change the Titles for pages created by iWeb using the iWeb SEO Tool but it is just not working for me, can somebody help? The site in question www.thepropertyphotoclinic.co.uk is an iWe

  • Warning to those with unfinished iDVD 5 projects.

    If you have an unfinished iDVD project in V5 and it includes media from an iPhoto 5 library there are a couple of steps you'll need to take to keep your project from getting trashed. iPhoto 6 changes the folder structure of it's library folder drasti

  • Applying Warp Stabilizer transitions?

    I have some experience with warp stabilizer in After Effects. After having watched the Warp Stabilizer tutorials for After Effects (thank you to community for links) After Effects Help | Tracking and stabilizing motion REMOVING TIMELAPSE CAMERA SHAKE