Reg: Tables for Batchman jobs

Hi Experts ,
Is there any table which gives the information about scheduling of batchman jobs i.e. table should give the list of the batchman jobs that are scheduled daily, weekly, monthly.
I found some tables but these tables(J_5H1_RUNTIME, J_5H1_BWAAPL) but these tables gives the information about the batchman jobs that are already started, but i need the table that gives the information about the batchman jobs that yet to be start but already scheduled.
Please help me, points will be given.
Thanks in advance
naga
Edited by: Nagaraj Gumatimath on Aug 9, 2011 12:28 PM

Hi srinivas, Subash,
Thnks for your info.  as I mentioned the question after finding the status of the BATCHMAN JOBS I need to mail that status to an external mail, so for this I need to fetch status data from  STANDARD TABLE into internal table and pass this internal table to function module to send a mail.  But I am not able to find the STANDARD TABLE that gives the status of the BATCHMAN JOBS, I have gone through tables TBTCO, TBTCS but these tables does not contain information about Batchman jobs( Eg: B1_STAGING_SAP_PC_COS,  B1_OTIF_EMEA_LOAD), so please help me in finding the appropriate Standard Table.

Similar Messages

  • Table for background job spool list ?

    i know the table for spool request : TSP01
    But how should i link it to background job name ?
    i want the link between background job name and spool request.
    TBTCPV is the view but it stores only one spool request.....rather than multiple spoolreq generated by background job..

    Hi,
    Table TBTCP has the Spool Request field PLIST field as well as Jobname JOBNAME field in it. Youc an link them together.
    Regards,
    Anji

  • Reg:Table for Custom Messages and custom Messaege Classes

    Hi ,
    My requirement is to find out all custom messages . so can any one tell in which tables all custom messages and custom message classes are stored .
    Thanks & Regards,
    Lakshmi.

    hi,
    You can checkthese tables listed below,
      T100                             Messages
      T100A                            Message IDs for T100
      T100C                            Message Control by User
      T100O                            Assignment of message to object
      T100S                            Configurable system messages
      T100SA                           Application Areas for Configurable Messages
      T100T                            Table T100A text
      T100U                            Last person to change messages
      T100V                            Assignment of messages to tables/views
      T100W                            Assign Messages to Workflow
      T100X                            Error Messages: Supplements
      T100ARBGB                    Application Area
    But The main table for storing all the message classes and their numbers are stored in table
    T100

  • Reg: Tables for Catalog Area

    Hi Friends,
    Can anyone get me the Tables for Catalog, bcz when i am adding a product in a catalog, i want to know which table it is getting update for catalog, so that i can get a link b/w catalog area and product for my requirement.
    Venki

    hi Venkatesh Muthan,
    based on experience building customized web product catalog, there is several tables is used in product catalogs
    here the list of them :
    CRMM_ISA_SHOP_H -> list of web shop for internet sales
    CRMM_ISA_SHOP_HT -> list of web shop description for internet sales
    COMM_PCAT_HDR -> product catalog
    COMM_PCAT_HDR_T -> product catalog description
    COMM_PCAT_CTY -> Product Catalog Area
    COMM_PCAT_CTY_T -> Product Catalog Area Description
    COMM_PCAT_CTV -> Product Catalog Area - Version
    COMM_PCAT_VRT -> Product Catalog Variant
    COMM_PCAT_VRT_T -> Description of Product Catalog Variant
    COMM_PCAT_VRT_IP -> Price Determination of Product Catalog Variants
    COMM_PCAT_VRT_PU -> Product Catalog Variant-Publication Status
    COMM_PCAT_VIEW -> Product Catalog View
    COMM_PCAT_VIEW_T -> Product Catalog View Description
    COMM_PCAT_VITM -> Product Catalog View-Item
    COMM_PCAT_ITM -> Product Catalog Item
    COMM_PCAT_ITV -> Product Catalog Item- Version
    COMM_PRODUCT -> Product
    COMM_PRSHTEXT -> Product Description
    COMM_PCAT_VPRP -> Product Catalog View-Partner Product Selection
    CRMM_PRP_BUPA_I -> Partner/Product Range Item-Partner Assignment
    please award points if helps
    regards
    eddhie

  • OEM tables for scheduled jobs

    Hi,
    What are the DB tables in which OEM is saving scheduled jobs that one can add inside the OEM web interface?
    I have more than 100 jobs scheduled inside OEM and I want to get a report with job name, what that job is doing, etc. The kind of info that I can find in DBA_SCHEDULE% tables inside a DB.
    I tried to get the info from DBA_SCHEDULER_JOBS but the jobs in this view are for DB only, and not the jobs that OEM is running against the databases registered with OEM.
    Thanks,
    Daniel

    See if you find the information you want in the MGMT$JOB* views.
    Eric

  • Tables for background job details

    hi
    iam having a job name
    i want to know the program name associated with this job or the events related to this job.
    Iam not able to see this job in SM37/ SM36
    any other way to find this

    DId you check all available statuses and did you remove all not-required criteria from SM37 starting screen
    Remember there are some jobs that purge logs and definitions of old jobs as well as job statistics.
    (Jobs starting with SAP_REORG_JOBS)
    To look for job statistics -> SM37 -> select job -> Goto -> Job Statistics
    (So if you don't see the job in SM37...)
    Regards,
    Raymond

  • Reg; Table for link between plan and sales organization for a material

    Hi,
    I created a material for two plants and maintained one sales org, now i wnt to know the table to find the link betwen plants and sales organization wtih respective materials.
    Pls Help me......
    Thanks,
    Anto.

    hi,
    check tables MVKE, MARC and MARC...
    You can view them in SE16/SE11 tcode...
    Regards
    Priyanka.P

  • Reg:Tables for Workflow

    Hi All,
    My requirement is as follows...
    I need to create one new program based on contract number when I executed that program it should show the status of approval where itu2019s pending whether rejected or approved and comment of approved / rejected . If he regenerated same contract   we have to pick current status with comments and old status with comments.
    Workflow is full developed from Scratch.I can say it is zworkflow.
    This is very urgent plz help me.

    OK, with function SAP_WAPI_WORKITEMS_TO_OBJECT and BUS2032 you can get the work items that are connected to the contract. That is the first step. Now you have the work items.
    Now you can read the container values of the work items with SAP_WAPI_READ_CONTAINER.
    The status of the contract you will hopefully get from the contract table (if the contracts have this kind of information). If not, then you probably need to read it from the container.
    Just take a look into a technical workflow log of one contract workflow instance and check the container values there. Then play around with SAP_WAPI_READ_CONTAINER in SE37 and see what it returns. You should get pretty good idea how the function work. Also check other SAP_WAPI* functions - there are plenty of useful stuff.
    It is impossible to give detailed instructions since we don't see your custom workflow and you don't provide too much information.
    Regards,
    Karri

  • Designing metadataLogging table for data warehouse

    Hi:
    I am in the process of creating metadataLogging tables for dw.
    I have thought 5 tables to track errors and check etl execution.
    Master table for all major jobs. Enviournment - oracle 9i. Dw size not more than 30 mb. to start with.
    CREATE TABLE ADMIN_JOB_MASTER_TBL
    JOBNUMBER NUMBER,
    JOBNAME VARCHAR2(768 BYTE),
    MINTHRESHRECORDS NUMBER,
    MAXTHRESHRECORDS NUMBER,
    MINTHRESHTIME VARCHAR2(64 BYTE),
    MAXTHRESHTIME VARCHAR2(64 BYTE),
    CREATEDATE DATE
    Audit Table for auditing jobs.
    CREATE TABLE ADMIN_AUDIT_JOBS_TBL
    JOBNUMBER NUMBER,
    JOBNAME VARCHAR2(768 BYTE),
    STARTDATE DATE,
    ENDDATE DATE,
    NUMBERRECORDS NUMBER,
    FAIL_OR_SUCCESS VARCHAR2(64 BYTE)
    Step Master: for jobs involving various steps, logic such as branching, loop, flow etc. breaking the job_master to a lower level for a more insight.
    audit_step
    CREATE TABLE ADMIN_AUDIT_STEP_TBL
    RECORDID VARCHAR2(256 BYTE),
    JOBAUDITID VARCHAR2(256 BYTE),
    STEPNUMBER NUMBER,
    PARAMETERS VARCHAR2(512 BYTE),
    NUMBERRECORDS NUMBER,
    STARTDATE DATE,
    ENDDATE DATE,
    USERNAME VARCHAR2(256 BYTE)
    Error_table: to track error during execution.
    CREATE TABLE ERROR_TBL
    ERROR_NO NUMBER,
    TABLE_NAME VARCHAR2(124 BYTE),
    ERR_NUM NUMBER,
    ERR_MSG VARCHAR2(124 BYTE),
    ERROR_TIME DATE
    I am thinking to load the master tables manually with expected values.
    And during each run, loading the auditing tables.
    Error table would ofcourse be loaded during the run.
    So everytime a threshold has changed, I would have to update master table manually. I dont mind doing that initially.
    Would the following tables and the stated appraoch be good for etl.
    Please guys, let me know your thoughts. Suggest changes or tables or approach, if you feel, that its wrong.
    Thanks in advance. All inputs are highly appreciated !!!
    Regards
    Som

    Hi,
    What better than Oracle suggests...is there ????
    Have you read Oracle doc titled...
    "Data Warehousing Guide" and the "Handling Data Errors with an Error Logging Table " section for example...
    Regards,
    Simon

  • Reg: Tables to findout status of Batchman jobs

    Hi Experts ,
    Is there any table which gives the information about scheduling of batchman jobs i.e. table should give the list of the batchman jobs that are scheduled daily, weekly, monthly.
    I found some tables but these tables(J_5H1_RUNTIME, J_5H1_BWAAPL) but these tables gives the information about the batchman jobs that are already started, but i need the table that gives the information about the batchman jobs that yet to be start but already scheduled.
    Please help me <removed by moderator>
    Thanks in advance
    naga
    Edited by: Vinod Kumar on Aug 17, 2011 11:57 AM

    Hello Nagaraj,
    If you go to T code- J5hen and on the main screen if you select the reporting Option.
    You can find the Run time statistics/Histogram  which gives you the details of the Batchman Jobs Start and End Timings for the selected date range.
    You can find out in the system as which table it is linked to (as I have not done the home work and will let you know shortly) and you can get the details of the table which you are searching.
    Thanks and Regards
    Sushma C N

  • How much time it takes for a job status to get updated in to TBTCO table?

    Hi all,
    We have a program that fetches the Job count and job name from a third party tool(UC4) and then searches for the status of the job in the TBTCO table.
    In some rare cases we found that the TBTCO table had not updated with the Job details when the call was made to it.
    Do we have any SAP scheduler settings which determines after a particular time the status gets refreshed in the TBTCO table once the job is triggered?

    hi may be checking Sy-subrc and using wait for X seconds should be a convenient way to code.
    I doubt if there is any schedule to update the table..

  • MRP list out put tables for header and item -reg

    Hi ,
    What is the table to be used for MRP out put
    header is MDKP
    for item what is the table ?
    regards,
    madhu kiran

    Dear,
    Tthe MRP item data is stored in a data cluster. The database
    table is MDTC, and the data cluster area is ar. Use the following command to
    import the data from the data cluster:
    Import <structure> from database mdtc(ar) ID <key>.
    The ID key value comes from the field dtnum (Number of the material
    requirements planning table) in table MDKP
    MDKP MDTB MDKP
    Please refer this also,
    [Table for MRP item|table for MRP item]
    Regards,
    R.Brahmankar

  • Table for Customer and vendor open balance on a key date

    Dear All,
    Can anyone please let me know Table for Customer and vendor open balance on a key date. We are developing one customized report.
    I have checked with the below table :
    Customer-KNC1, KNC3,BSID, BSAD
    Vendor-LFC1, LFC3, BSIK, BSAK.
    But these are not working properly for all customers and vedors. Also, in open items, there are items with clearing documents.
    Plesae let me know, how to go for it.
    Please suggest.

    Hi
    Use BSID and BSIK for open items
    And pass company code, year and from date and to date range in Posting date selection option
    Reg
    Vishnu

  • Password report for EM jobs

    We have multiple EM jobs that run against a node using the root password. Whenever the root password changes, we go in to each job and update the password. Sometimes, we miss a couple. Does anyone know if there is a location in the tables of the repository that give the date that the credentials for a job were last changed?
    Thanks

    Well, it's an answer...but not the one I was hoping for :-)
    Do you know where in the base tables in the repository the credentials are stored? That might get me what I'm looking for as well.
    Thanks.

  • Job failure ( report RFFDKU00 scheduled for background job)

    Hi Experts,
        When iam scheduling the report RFFDKU00 for background job. Job is getting cancelled with status "ABAP/4 processor: DBIF_RSQL_SQL_ERROR" . when iam obesrving this job it is going to dump at this select query
    "     select ausbk belnr gjahr bzkey buzei
    033370                  from vbsegs into table t_vbsegsfields
    033380            where bukrs in r_bukrs
    033390            and not ( fdlev = space
    033400                  and fdgrp = space
    033410                  and fdtag = init_date
    033420                  and fdwbt = 0 )
    033430            and not saknr in r_cm_sk   "
    Can anyone helpme to deal with this issues ,
    thanks in advance,
    Kranthi

    note 167301 might help.

Maybe you are looking for

  • XL report is not working on office 2010

    Hi All our client is having an issue with running her xl reports they have upgraded to SAP8.81 PL 05 " When I run it under Administrator as well as the user on the Terminal Server it opens the XLreporter, when I double-click a file as Administrator I

  • My computer freezes on the HP logo screen can someone help me fix? (details inside)

    ok so i wiped my Drive clean because it had some nasty malware on it. i had some stuff backed up on a different drive which i installed an operating system on. after i wiped the first drive clean and tried to boot up the system it wouldnt boot anymor

  • Oracle 10g olap cube connectivity issue using Crystal Reports 2008

    Hi Kindly help me out with a solution. I have created a cube in oracle 10gR2 database using Oracle Analytic Workspace Manager. I am trying to connect to this cube using Crystal report Olap datasorces. But I am only getting 4 options to connect to Hyp

  • Update rule maintain

    Hi Guru's, Happy New Year. ktosl field not coming in update rule, after unhideing from data source. till communication stru. i can see after updating TR. but this info object not coming in update rule. looking for your input.

  • Customizing the t:inputDate component

    Hello, I would like to display only the month and year part of this component and retrieve only those two data. Is it possible with that tomahawk component or do you advise me to re-code my own month/year component from scratch? Thanks in advance for