Table name containing report job status

Can anyone tell me what the name of the table is that contains the information that is viewable via the Enterprise Manager concerning the current/failed/finished jobs on the report server. Thanks.

Hi Rohit,
Thanks for your reply. But from TBTCO, i can't find program/report name and variant. Just the list of background job i can see.
Regards,
Amit

Similar Messages

  • Refresh tool and table name containing database name in Mysql

    Hi,
    when refreshing the database schema and my table name contains a database name (for example "my_other_db.my_other_table"), the refresh tool never sees weather "my_other_db.my_other_table" already exists or not. so it always generates a create-table-statement (which is syntactically correct, but of course fails, because that table exists already).
    Is there known workaround for it? I am using Mysql 5.0.x, jdbc driver 5.0.7, Kodo 4.1.4 (but this problem was there before).
    Right now i'm deleting the database names from my package.jdo-files, then doing the refresh command and after that i put back the database names. At runtime Kodo works very well with the database name before the table name.
    Thanks very much,
    Markus

    1. For WBS element under consideration, get OBJNR from PRPS table
    2. Get PO numbers from COEP where OBJNR = PRPS-OBJNR obtained in step 1

  • Table name or report to download materials for storage location

    Hi ,
    Please let me know table name or report or tcode to download material for storage location . I know MARD only. Apart from that table any other please let me knw
    Thanks in advance
    Smitha

    Hello,
    For Material , Plant and storage location report, in SAP Std reports are available.
    1)MC.6
    2)MC.9
    3)MB5b
    4)MB52
    or else get directly from table MARD through SE16 tcode.
    Regards
    Mahesh Naik

  • Table name for background job with report, variant and step user id list.

    Hello All,
    I need to generate the list of scheduled backgroung job with the list of Report Name, Variant, Step User Id called. Please any one tell the SAP Table name from which I can get these data.
    Thanks in Advance,
    Amit

    Hi Rohit,
    Thanks for your reply. But from TBTCO, i can't find program/report name and variant. Just the list of background job i can see.
    Regards,
    Amit

  • Table name to see jobs informaiton

    Hi,
    5 jobs are running in my database everyday midnight. to see the status of those jobs i wanted to create a table with required columns(including status) from DBMS scheduler table.
    So that by looking at that information users will understand procedure satus.
    My question is, what is the table name which i need to query to get jobs information(which are already ran)
    i have "MANAGE SCHEDULER" access given by admin.

    995263 wrote:
    5 jobs are running in my database everyday midnight. to see the status of those jobs i wanted to create a table with required columns(including status) from DBMS scheduler table.It may be better to simply create a view rather than a new table.
    You can query USER_SCHEDULER_JOB_RUN_DETAILS and USER_SCHEDULER_JOB_LOG for that (or their ALL/DBA counterparts).

  • Table Name in reports

    Hi all
    How can I pass table name as a parameter and use that in the query for the report.

    read LEXICAL PARAMETERS in recports documentation

  • Master data table name for background jobs...

    Hi Friends,
    can any body pl tell me the table name, where I can see all the background jobs which have been created till date.
    Thanks,
    Hardik

    hi,
    please check table TBTCP ,TBTCO
    Regards
    Suresh.

  • Table Name containing field POST_ON

    Hello All,
    I want to know the Table name that contains the field POST_ON (Data element - FM_POST)?
    The field is there in the structure IFMCIDY.
    While performing trans. FMCIC there is a check box Dir. postable.  I want to know the table where this info. is stored.
    Thanks & Regards

    Hi
    'The field name is POST_ON. You can get it in structure IFMCIDY'-the issue is that I have no system now. Did you check in tables which I mentioned?(or this field from master data table?)

  • Quering table names containing a value in any column

    I searched a bit around this forum and found a solution for how to query the list of all tables
    select table_name from user_tables;
    However, I do not know how to do this -
    I want to find the list of all table names where any of the fields in these tables should have the value containing a number in it.
    Say for example I have a database containing many tables Students, Teachers, Principals and many other such 100+ tables. I want to find the list of all tables names which contain the word "ohn" in any of their fields. The string "ohn" MAY be in Employees table under First Name field as John and in Teachers under Nick Name field as Johnny, etc.
    So, I do not know what are the columns/field names. I only know that the value of any of these columns will contain the string "ohn" (like '%ohn%'). Now, how do I write a query for this which will give me the table names?
    Please assist!

    Well, this is by no means production code, but it should help you along the way to what you need.
    create table test_1
      column1 varchar2(100)
    create table test_2
      column1 number,
      column2 varchar2(100),
      column3 varchar2(100)
    insert into test_1 values ('THIS WILL HAVE MY STRING WITHIN IT');
    insert into test_2 values (1, 'WILL NOT QUALIFY', 'NEITHER WILL THIS');
    commit;
    declare
      l_search_string   varchar2(100) := '%MY STRING%';
      l_count           number;
    begin
    for everything in
      select
        ' with data as (select :x as search_string from dual) select count(*) from ' || table_name || ' where ' || replace(search_string, '-', ' like (select search_string from data) or ') || ' like (select search_string from data) ' as sql_string, table_name
      from
        select
          substr(MAX(SYS_CONNECT_BY_PATH(column_name,'-')), 2) as search_string, table_name
        from
          select
            row_number() over (partition by table_name order by 1) as rn,
            table_name,
            column_name
          from dba_tab_cols
          where table_name in ('TEST_1', 'TEST_2')
          and   data_type in ('CHAR', 'VARCHAR2', 'NVARCHAR2', 'NCHAR', 'CLOB')
        group by table_name
        start with rn = 1
        connect by prior table_name = table_name
        and rn = prior rn + 1
    loop
      execute immediate everything.sql_string into l_count using l_search_string;
      if l_count > 0
      then
        dbms_output.put_line(everything.table_name || ' has ' || l_count || ' rows ');
      end if;
    end loop;
    end;
    /Edited by: Tubby on Jan 28, 2010 9:57 PM
    I forgot to ask your version number, so if the code i posted doesn't work on your version, you'll have to let us know what your version is ....

  • Deleting table name containing special characters/length

    hey all -
    a modeling program (erwin) created this table, which i am currently unable to drop. i am using dbvisualizer to connect to the db. the table name is:
    DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0
    trying to kill it:
    drop table DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0
    ORA-00933: SQL command not properly ended
    drop table "DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0"
    ORA-00972: Identifier is too long
    drop table 'DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0'
    drop table '"DBDB.BIN$6YefzzGY8ingMAB/AQBlXA==$0"'
    drop table 'DBDB.BIN$6YefzzGY8ingMAB/AQBlXA\=\=$0'
    drop table '"DBDB.BIN$6YefzzGY8ingMAB/AQBlXA\=\=$0"'
    ORA-00903: invalid table name
    i have played with some other things as well. still can't kill it - any suggestions?? tell me how to kill this thing!!

    please read the posting below:
    deleted item in oracle

  • HIDE WINDOW  : Oracle Reports Job Status - Successfully run

    Dear All ,
    I am facing small problem in oracle forms. When we call oracle report
    From oracle forms 10g one status window automatically opened with
    Status of successful of reports
    I want to hide that status window when we call oracle reports
    From oracle forms 10g
    Plz help ....how to do this
    Message was edited by:

    You can use the XML distribution file to generate your report and send to:
    1. file,
    2. ftp,
    3. printer,
    4. mail
    This are the most common example (one by case):
    <destinations>
    <!-- FILE -->
    <file id="imcd4" name="C:\pdf_files\REPORTNAME.pdf" format="pdf">
    <include src="report"/>
    </file>
    <!-- FTP -->
    <destype id="imcd1" name="ftp" format="pdf">
    <property name="desname" value="ftp://user:password@path/REPORTNAME.pdf"/>
    <include src="report"/>
    </destype>
    <!-- PRINTER -->
    <printer id="DEST44" name="myprinter">
    <include src="report"/>
    </printer>
    <!-- MAIL -->
    <mail id="imcd3" to="[email protected]" from="[email protected]" subject="REPORT">
    <body srcType="text">
    Free text
    </body>
    <attach format="pdf" name="REPORTNAME.pdf" srcType="report">
    <include src="report"/>
    </attach>
    </mail>
    </destinations>
    XML file has some standards for the constructions but you can do it, using notepad.
    The instruction to generate your report using xml is from forms:
    report_id := find_report_object('REPORT_OBJ');
    set_report_object_property(report_id,report_filename, v_rep_name);
    set_report_object_property(report_id,report_server, v_server_name);
    set_report_object_property(report_id,report_other,'P_DATE_FROM='||TO_CHAR(:CONTROL.W_DATE_FROM,'DD-MON-YYYYHH24MI')||' P_DATE_TO='||TO_CHAR(:CONTROL.W_DATE_TO,'DD-MON-YYYYHH24MI')||' distribute=YES destination='||v_applconf||'/FOLDER/XMLDISTFILE.xml');
    report_job_id := run_report_object(report_id);
    See that at the end of the line, it exist distribute=YES and destination=path where the xml file must resides. Those parameters must be in the line to execute the reports to be able to use the xml distribution file.
    If you run your report using url you may need some thing like this:
    http://host:port/reports/rwservlet?report=REPORTNAME&distribute=yes&destination=/PATHWHEREXMLIS/REPORTNAME.xml&userid=user/pass@db

  • How to add a dynamic table name in Report Builder Query ?

    I have some problem while creating a report in report builder 6i.
    My data is managed as in tables like this abc_012006, abc_022006 etc , so I want to query data according to the month user have selected from the parameter form. Let suppose if user entered 012006 as month year then data must be fetched from abc_012006.
    Can any one tell me the appropriate tip for this problem.
    Message was edited by:
    [email protected]

    Hello,
    Once you get the Data Set create save it as XML and then create a new report off the XML file. Then you can set the data set to the report and the XML is not required any more.
    First, to be able add fields to a report you need to use RAS. Report.Engine doesn't have the ability.
    If you search in this forum you will find lots of examples on how to...
    If you want to create the report then see these RAS samples:
    http://wiki.sdn.sap.com/wiki/display/BOBJ/NETRASSDK+Samples#NETRASSDKSamples-Exporting%2FPrinting
    Don

  • Table names containing crmd_order data details

    Hi experts,
    I have the following requirement.
    in t.code, crmd_order, we create the cash service order.
    i want to know in which tables, all the data relating to header, items, installbase component,service org, sales org etc and the relationships among them.
    Pl help at your earliest time,
    Thanks & Regards,
    mallik

    dear friend ravi,
    thank you for kind response. This information is useful for me.
    Can you please give me how to find the following details.
    in the order, we enter the vehicle no.how can we get its engine no, and chasis no, and the previous service order no.
    is there any link between the service order and the item(vehilce) entered in it?
    How can we get the relation.
    Thank you verymuch,
    mallik

  • FRM-41217 Unable to get report job status

    Hi everyone
    Um running a forms9i (9.2.0.4.0) application on XP which connects to an oracle9i database. I recently moved the database to a new server but since then all reports do not run as I am getting the said error. No changes have been made to the location or content of the application. Could someone explain how this would be resolved?

    Nathan,
    does the Reports Server queuemanager shows any activity (e.g. Reports that fail) ? Can Reports connect to the database (e.g. can you run the Reports from a URL using teh http://server:port/reports/rwservlet?server=...&report=...
    request URL ?
    Frank

  • Find table which contains "job name" and "Mail sent to users"

    Hi Folks,
    I have a requirement” whenever I run a job(xyz), it send mail to users”, Can you please let me know the table which contains both “job name” and “successfully mail sent to users”.
    Thanks in Advance.
    Lakshmi.

    Hi,
    You can find the job name in TBTCJOB.
    Regards,
    Ravi
    Note : Please mark the helpful answers

Maybe you are looking for