Number of records in the jobs

Hi all
Where can i see, how many records are fetched by the particular job? Is there any transaction or table to see the record log for the job?
Thanks
Sowmya

hi,
TBTCJSTEP                                      Background Job Step Overview              
TBTCP                                               Background Job Step Overview              
TBTCS                                                Background Processing: Time Schedule Table
TBTCO
BP_FIND_JOBS_WITH_PROGRAM      Find Background Request for a Specified Program
BP_JOBLIST_PROCESSOR                List and Edit Background Request List          
BP_JOBLOG_READ                           Read Background Request Log
thanks

Similar Messages

  • 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

  • Number of records in the data dictionary

    Which data dictionary I can find the number for records in each table

    You could use the _TABLES (ALL, DBA, USER) views, however, these counts are based on statistics collected by Oracle. Therefore they may not represent the actual number of rows in the table.                                                                                                                                                                                                                                                                                                                                                                                           

  • RSRV not showing number of record for the newly created cubes

    In RSRV Elementary tests i execute database information for a newly created cube.It is executed fine and it is showing the no of dimensions and line item dimensions but it is not showing the diff tables E,F.... I tried refreshing the statistics of this cube in the manage and did check statistics aswell.But it is still the same.and I tried in the program SAP_INFOCUBE_DESIGNS  it is showing for all the cubes except for the newly created once.
    Is there any settings as such.
    Let me know ASAP

    Hi Ninad,
    Use the program SAP_INFOCUBE_DESIGNS and get the cube size in bytes.
    Transaction se16 -> fact table name, /bic/f[infocube name] and /bic/e[infocube name] or /bi0/f.. and /bi0/e for business content infocube, click 'number of entries' - This is for no. of records.
    Transaction DB02 -> 'detail analysis' -> object name = [infocube name]
    Function Module - RSDU_INFOCUBE_TABLE_SIZES_INF
    Bye
    Dinesh

  • When autocreate PR to RFQ, can the PR number be recorded in the RFQ?

    Hi,
    When I autocreate a PR line to a new RFQ, where can I find the PR number in the RFQ? Thanks.
    regards
    Leo

    Hi Leo,
    There is no way to findout the link b/w PR and RFQ....already a ER/BUG is raised on this issue.
    pls check this note for more details
    PO:How to Link to the Original Requisition Number from an Autocreated RFQ? (Doc ID 226539.1)
    Thanks
    -Arif.

  • How to calculate the number of records in Multiprovider

    Hi Experts
    I have created a report based on the multiprovider (Consist of Cube and ODS)
    I need count the number of records inside the multiprovider, how can i do it in the reporting level
    Regards
    Santosh

    Hi,
    You can use calculated key figure with replacement path variable.
    Follow This:
    1) From the context menu of the Key Figure directory, choose New Calculated Key Figure.
    2) From the context menu for the Formula Variable, choose New Variable.
    3) Choose the Processing type as Replacement Path.
    4) In the next screen, select the Characteristic Info Object based on which the number of documents is to be displayed in the report (For example: Document Number / Order Number).
    5) Choose Next.
    In the Replace Variable with drop down box, choose Attribute Value.
    In the Attribute drop down, select Characteristic Reference (Constant 1).
    6)Choose Next.
    On the Save Variable page, an overview of the settings made for the variable will be displayed.
    Confirm the entries and Choose Finish.
    7) If the Formula variable is directly assigned to the Calculated Key Figure, a warning Calculated Key Figure is not defined correctly will be displayed while executing the Query.
    8) Properties of Calculated Key Figure dialog box, assign a Technical name for the CKF.
    9) set the Time of Calculation to After Aggregation.
    Hope this will help you.
    Cheers,
    DK
    Edited by: Debasish Khaitan on May 14, 2009 1:03 PM

  • Applescript - how can I count the number of records in a Word data source?

    I have written a script in AppleScript to open Word and then perform a mail merge from a data source and everything is working fine.
    One thing I want to do but am struggling with is to return the number of records in the mail merge.
    I am trying things like:
    get last record of datasource of mydatasource
    and also haven't been able to find anything in the AppleScript 2004 Word Reference Guide.
    Can anyone help as I have been searching the web and trying things all day and I am sure it can't be difficult.
    Thank you.

    I don't think there is an automatic way to get a line count, but I don't have any problem just counting the lines on a page. Maybe some more information about what you are trying to do and why you can't do it would help someone to come up with a helpful suggestion.

  • Limit the number of records in result list cartridge

    Hi experts
    I want to use result list cartridge for displaying some products but also want to limit the returned results to some max records.
    Is there any way i can limit the number of results in result list cartridge?
    Thanks

    Results list has a 'recordsPerPage' property that will limit the number of records on the page.
    Are you looking to limit it at some other place?
    HTH,
    Pankaj.

  • Forms: how to use COUNT_RECORD to get the number of record retrieved?

    After GO_BLOCK(BlockName)EXECUTE_QUERY, there must a way to obtain the number of records retrieved.
    I like to use this number to display to number of records on the form.
    Clearly, a not so good way is:
    SELECT COUNT(*) INTO :NUM_RECORD FROM Table_Name;
    It queries table one more time.
    Could any one give a clue?
    Thank you.

    Dear Kiran,
    Fom tables EINE (inforec no, plant) and EINA (inforec no, material, vendor), you can get the desired information.
    Regards,
    Prasanth

  • CLIENT_TEXT_IO - Hanging on "PUT" for large number of records

    I have successfully used CLIENT_TEXT_IO but my users have run into an error where the Form hangs and spits out details such:
    "oracle.forms.net.HTTPNStream.doFlush"
    etc....
    This happens when the number of records in the datablock is high (ex: 70,000 recs). So my question is: Is there a limit on how many lines you can write to a file?
    I'm just creating a CSV file on the client's machine using CLIENT_TEXT_IO.PUT_LINE. It works fine on say a few thousand recs but after that it hangs.
    I'm on Oracle Application Server 10g, Release 9.0.4 on Windows Server 2003, and forms compiled using Oracle Developer Suite 9.0.4.
    Thanks,
    Gio

    Hello,
    When playing with huge data, it is better to generate the file on the A.S. then get it back to the client.
    <p>Read this article</p>
    Francois

  • Issue when number of records in a DSO exceeds DTP package size

    Hi all,
    I'm having a strange problem with the package size of my DTPs.
    I move data from a DSO to another one while performing some transformations in an Export routine. The DTP has a package size of 6 million records.
    When the number of records in the first DSO exceeds the package size, some of the records seem not to be processed properly by the transformation and this forces me to choose a very large number for the package size so that the ABAP code in the transformation is processed for all the records of the source DSO.
    I can't understand why this is happening because package size is only supposed to determine the number of records to be processed in a single step and nothing else.
    Am I right?
    Thanks

    My tip would also be the summary item

  • Adobe Acrobat XI Pro: Limitation of Records in the Tracking Responses.pdf File

    Hello,
    When we create and distribute a PDF form, with the email or internal server option, is there a limitation about the file size and the number of records in the Tracking > Forms > Distributed > Title_responses.pdf file?
    Thanks.

    Hi Jorg ,
    Are you trying to reduce the file size with the "Reduced size PDF" in the save as other option.
    Give it a try if you haven't done it prior.
    Open that PDF>File>Save as Other>Reduced size PDF.
    If possible ,please share the snapshot of the error message with us so that we can have a look in order to assist you further.
    Regards
    Sukrit Dhingra

  • Limit number of pages in the report

    Hi
    I am tasked to create a report to display only 10 pages maximum.
    Please advise the way to do this.
    1. I have suppressed all the sections with formula: PageNumber >10
    This leaves a blank page at the end, which does not go even when i place Not OnLastRecord in paging option of the group footer.
    2. I want to show the total number of records at the end  of the 10th page, but it gets carried forward to the last blank page ( which i want to get rid off!)
    3.the total number of records also included the number of suppressed records, whereas i want the count of records only visible.
    Please help me to get this working.
    Thanks & Regards
    Sujata Sngh

    Hi,
    1. I have suppressed all the sections with formula: PageNumber >10
    This leaves a blank page at the end, which does not go even when i place Not OnLastRecord in paging option of the group footer.
    Apply suppress Blank sections and check.
    2. I want to show the total number of records at the end of the 10th page, but it gets carried forward to the last blank page ( which i want to get rid off!)
    Display the total number of records only when page number = 10
    3.the total number of records also included the number of suppressed records, whereas i want the count of records only
    visible
    This is becuase you are using a recordnumber special fuction.  Try the following :
    You are suppressing records based on some conditon like
    If condition =  true then suppress
    use the same condition to count your records like
    Whileprintingrecords;   // place this formula in your detail section ( wHere you have detailed records)
    Numbervar x;
    if contion = true then
    x:=x+1;
    Create one more formula : and place this where you want to see total record numbers (page footer of 10th page)
    Whileprintingrecords;
    Numbervar x;
    Thanks,
    Sastry

  • How to handle a number of records in stored procedure?

    i wanna handle a number of records in a stored procedure one by one.
    what should i do?
    can any one give me some sample about the following question?
    Q:
    tb_main,tb_attach are two tables.
    i want to create a procedure to write off a record in tb_main. before do that, i want to write off all records in tb_attach which is related with the record to be written off in tb_main. and a procedure named pr_write_off_attach for writing off a record in tb_attach has been created already.
    what should i do?
    help!!
    null

    Dg.dataProvider.length is the number of records in the ArrayCollection
    Dg.rowCount is the number of visible rows.
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • Number of records in repeating frame

    Is there a way to assign number of records per page to a repeating frame
    at runtime?
    thanks

    thanks for your input, but the reason I can't define the number of record in the
    property inspector is because i can't tell how many records will be retrieved until
    runtime.
    I am looking for a way to say:
    if condition = this then
    total records = 30
    elsif condition = that then
    total records = 28
    and so on...

Maybe you are looking for

  • How can I use a FLV/MOV as one of 2 inputs?

    I was wondering if anyone knew of good way to add a video to a 2 input filter (that isn't a blend)? I'm using a filter that is a lot like (Ryan Taylor's) DisplacementMapFilter: http://www.boostworthy.com/blog/?p=245 Which I've seen work with still im

  • Error in JSP Page Compilation

    Hi...I found following error during my jsp page compilation...I am using Tomcat Server 4.1.18 as a server. org.apache.jasper.JasperException: Unable to compile class for JSP An error occurred at line: -1 in the jsp file: null Generated servlet error:

  • How to insert multiple line items in fv60 using bdc.

    Hi all,       How to insert multiple line items in fv60 using bdcs

  • Linker error----undefined reference to

    Hi i'm getting this error on linking ie on executing the command gcj --main=apps -o apps apps.o apps is the name of the file.....the code is compliling without error... Can anyone tell why this, 'undefined reference to......' error coming and how to

  • My pic cd is not going inside the mac

    my pic cd is not going inside the ma