Regarding the Job name

Hi,
I am having an issue with loading the data. To troubleshoot it, I need to know the technical name of the job. How to find of the Job name. I am only able to get the prefix of the Job Name : BI_BTCH.
Please let me know the procedure to find the job name.
Regards
YJ

In the infopackage -> Scheduler tab -> You would find the BI_BTCH*** job Id if the load was scheduled as a background job. You also have a button there to see the status of the job.
If you are unable to find it and you had executed the job. Then go to SM37 give the job id as BI*** , your user id and the date as selection and find the job id. The Job log would have the cube technical name also.
Hope this helps.

Similar Messages

  • Help Required Regarding - SAP Job names using R3 data flows

    We are calling a set of SAP Jobs using R3 data flows in data services. When ever a job fails we first kill the active SAP jobs by logging into SAP and then restarting the Jobs.
    There are about 100 odd SAP jobs that we call using these Data services Jobs so we wanted to kill the jobs using a reusable code on the SAP side by passing the Job name just before every R3 flows just incase its still in active status.
    So wanted to know if there are any short cuts to retrive the set of associated SAP job names because it will be a tedious process to hardcode the SAP job names and pass them as parameters for all the 100 + SAP job names in the custom defined resuable code.
    Any help or advice on this please !!

    The program is not meeting the expectations
    and the problem is due to reflection.Do we know this for certain?
    ... my application gets the class name, field name
    etc. from an XML file so i don't know their method names
    beforehand .
    Now since every class instance corresponds to a row
    in the database and i have to call get and set
    methods of each class instance so the performance
    keeps on degrading as the number of columns and rows increase .
    Can somebody suggest some improvement regarding this
    and regarding creating multiple instances of the same object Class.forName() will be using a hash already, so there is probably not much room for improvement.
    Class.newInstance() probably does not take significantly more processing than a simple "new Fubar();".
    Umpteen reflective method invokations (one per column) for each row/instance - Are you saying these are the problem?
    You can test this easy enough.
    If you comment out the reflective method invocations and leave the rest of your code untouched,
    does your application processing speed up significantly?

  • How to edit the job name in SM37

    Hi All,
    I have job in SM37 with the mane ZBI_PROCESSING and the Job in Release status. Now I want to change the Job Name to Z_PROCESSING_SS. Please let me know how to edit the Job Name.
    Regards,
    Ravi

    Hi Ravi,
    In SM37 when you have the list of all jobs, right-clic on the job you want to rename, copy, enter the new name.
    Then you can delete the first job. The copied one will then be executed.
    Regards,
    Fred

  • Identify the job name of a particular process

    Hi Experts,
                     How can i find the job name of a particular process in sm37.since every load has job name as BI_Process_loading.
    Thanks,
    Sandeep

    Hi Sundeep,
    can check the jobs by its name and user ID.
    ex: BIDTPR  job for loading data with DTP.
    and time of job run.
    check for different jobs runs thorugh process chain, go to completed process chain -> right click on each process type and select messages -> back ground job.
    Best Regards.

  • How to get the job name and details in a report format - sm37 details I mea

    I need to extract the Job names and the job steps that comeout of a report?
    Is there a standard program for this ?
    Which tables store this information for me to write a custom report?
    thanks,
    Ven

    Hi Venkatabby,
    Check out the table:
    TBTCS
    Thanks,
    Chidanand

  • How to send a report for particular job chain every hour regarding the job

    Hi Gerben/Anton
    We are running one jobchain for all billing jobs . Is any chance is there to send a report automatically to certain pupils for every one hour regarding the job status(excel format ) .
    Coudl you please help on this it should be good if i get any reply on this .
    Thanks
    Ramkumar

    Hi Ram,
    I need your help on getting mail alert with  log file.
    here is how i have provide the parameter valure for job definition: system_mail_sent.
    Step1 with one job1 and step2 with one job1
    In step2 , i have included the job definition to send mail. with below parameter.
    Relative Job: Step 1, Job 1
    Job File: step 1, job 1: step 1/log.txt
    Please let me  know if the above method is correct or not.
    NOTE: mail server and from address are configured.
    Thanks,
    Karthik

  • How to find the Job Name in the debugging from the SM37

    Hi All,
    Here my problem is i want to update the Actual UOM into MM02 and if new material is coming i need to create the material and UOM in MM01.
    for this requirement i am using RMDATIND standard Direct Input program and I am using Background JOB Schduling by giving name MRP_MATERIAL_MASTER_DATA_LOAD
    I am getting the data into my internal table and i am successfully getting the message "JOB started" once i execute the program.
    then i gone into SM37 there i found my job is completed.
    but when i try to find the data has updated in MM02 or MM01, here i could not found the updated data.
    Can any one can help me in this.
    Thanks & Regards,
    Venkat N

    hi,
    When ever you schedule any job, it gives the name of the job in the screen.
    Now after going to SM37 filter the screen for the time period you did the job and put the user id as your user id, so that it show only your jobs which started from the given time interval
    regards,
    Omkar.

  • How to specify the job name on the command line?

    Does somebody know if there is a way to specify a custom name for the job being submitted on the command line?
    I know you can do it submitting the jobs in a xml file but I want to do it when I do :
    $xgrid -job submit myscript param1 param2

    As far as EJBs are concerned, JNDI names have to be specified in the <enterprise-beans> section of the proprietary sun-ejb-jar.xml deployment descriptor. It should look like this
    <enterprise-beans>
    <ejb>
    <ejb-name>MyEjb</ejb-name>
    <jndi-name>MyEjb</jndi-name>
    </ejb>
    </enterprise-beans>
    in order to lookup the EJB as follows
    ctx.lookup("java:comp/env/ejb/MyEjb");
    I hope this will help.
    Regards.
    Antonio.

  • About the job name

    hi all,
    could anyone please tell me which table contian the Jab name ,Job status(like schelued,cancled ect.) . i want to check the job status and print all the job which cancled out.
    thanks in advance

    hi
    Job Status Explanation
    Planned:
    Steps that make up the job have already been defined, but the start condition has not yet been defined.
    Released
    The job has been fully defined, including a start condition. Without a start condition, a job cannot be released.
    Only an administrator or a user with appropriate authorizations for background processing can release a job, preventing unauthorized users from running jobs without approval.
    Ready
    The start condition of a released job has been met. A job scheduler has put the job in line to wait for an available background work process.
    Active
    The job is currently running. Active jobs can no longer be modified or deleted.
    Finished
    All steps that make up this job have completed successfully.
    Canceled
    The job has terminated abnormally. This can happen in two ways:
    An administrator intentionally terminates a job with
    Transaction SM37, Job ® Cancel active job
    A job step contains a program that produces an error, such as:
    an E or A error message in an ABAP program
    a failure return code from an external SAPXPG program

  • Regarding the file name checking

    Hi ,
         I m using the below program which will upload the XL sheet , here i want to validate the file name which i m selecting from the destop. the file name should be named as "Suresh.XLS", where and how i can do validation for checking the file name..
    I gave the code for the refernce...
      please let me know the solution ASAP..
    REPORT  ZSURESH13062007                         .
    types: begin of ttab ,
          fld1(30) type c,
          fld2(30) type c,
          fld3(30) type c,
          fld4(30) type c,
          fld5(30) type c,
          end of ttab.
    data: itab type table of ttab with header line.
    selection-screen skip 1.
    parameters: p_file type localfile         .
    selection-screen skip 1.
    at selection-screen on value-request for p_file.
      call function 'KD_GET_FILENAME_ON_F4'
           exporting
                static    = 'X'
           changing
                file_name = p_file.
      start-of-SELECTION.
       IF  p_file IS INITIAL.
    MESSAGE S398(00) WITH 'No input file specified.'.
      ELSE.
    clear itab.
        refresh itab.
        PERFORM upload_data.
    loop at itab.
        write:/ itab-fld1, itab-fld2, itab-fld3, itab-fld4, itab-fld5.
      endloop.
      endif.
    form upload_data.
      data: file type  rlgrap-filename.
      data: xcel type table of alsmex_tabline with header line.
      file = p_file.
      call function 'ALSM_EXCEL_TO_INTERNAL_TABLE'
           exporting
                filename                = file
                i_begin_col             = '1'
                i_begin_row             = '1'
                i_end_col               = '200'
                i_end_row               = '5000'
           tables
                intern                  = xcel
           exceptions
                inconsistent_parameters = 1
                upload_ole              = 2
                others                  = 3.
       loop at xcel.
        case xcel-col.
          when '0001'.
            itab-fld1 = xcel-value.
          when '0002'.
            itab-fld2 = xcel-value.
          when '0003'.
            itab-fld3 = xcel-value.
          when '0004'.
            itab-fld4 = xcel-value.
          when '0005'.
            itab-fld5 = xcel-value.
        endcase.
        at end of row.
          append itab.
          clear itab.
        endat.
      endloop.
    ENDFORM.
    Thanks,
    Suresh...

    Hi Suresh,
    Check the Function Modules,
    PC_CHECK_FILENAME_WITH_EXT,
    PC_CHECK_FILENAME.
    Thanks,
    Reward If Helpful.

  • How to get the job logs from sm35 by using the queue id and session name?

    hi all,
    can any one please let me know how to read the job log from sm35 by using the session name and queue id. i have the job name and job count but is it possible to download the job log by using the queue id and session name.
    FYI..
    i want to read this job log and i want to send it to an email id.
    -> i am using the job_open and submitting the zreport via job name and job count and then i am using the function module  job_close.
    but this is not working in my scenario i have the queue id and session name by using this two i want to get the job log is there any function module available or code please provide me some inputs.
    thanks in advance,
    koushik

    Hi Bharath,
    If you want to download it to the local file then you can follow the instructions in the below link.
    How to download Batch Input Session Log?
    Regards,
    Sachin

  • How to Change the name of the Job scheduled in the background.

    Hi,
    I hava a program that has can run many reports based on the selection screen report selected. and this program runs in the background.
    When I run the  program in the background for seprate report selected in the selection screen.. the background job name is same(as it is the same program) .
    I would like to have difrent job name based on the report id selected in the background
    Is it possible..if yes then do guide me.
    Regardd
    Senthil

    Hi
    You can change the Job names based on the selection screen.Check in ur program where they are naming the background Job.
    For Eg:In FM JOB_OPEN.
    That would be something like
    If REPID = '1'.
    Background Job name = '1'
    ELSEIF REPID = '2'.
    Background Job name = '2'
    ELSEIF REPID = '3'.
    Background Job name = '3''
    ENDIF.
    CALL FUNCTION 'JOB_OPEN'
    EXPORTING
    JOBNAME = Background JOBNAME
    IMPORTING
    JOBCOUNT = JOBNUMBER
    EXCEPTIONS
    CANT_CREATE_JOB = 01
    INVALID_JOB_DATA = 02
    JOBNAME_MISSING = 03
    Thanks & Regards
    Jyo

  • How to find out the InfoPackage name using job name BI_BTCH....

    Hi Expert,
    Can anyone please let me know how do i find the name of the InfoPackage using the Job name BI_BTCH.
    Thanks in Advance

    Hi,
    Change the Start Date and End Date of the Job in the SM37 (Date interval shoul be chnged so that the Job is run atleast once during that time period). Now Enter the Job Name BI_BTCH*  and User name as *.
    Now it will display the list of all the jobs .check the job details of the finished job and check for ZPAK* in th job log whcih will give the InfoPackage Name.
    Thanks,
    Nagarjuna

  • In the top, calendar sheet, there are job names in column B. In the sheets below are individual job, tracking sheets. I need a formula to link the sheets by job name so I don't have to go back and edit as I go.

    file://localhost/Users/georgegalli/OFFICE/Time%20sheets/September%202013%20copy. numbers
    I hope I'm asking this the right way......
    Sheet "31 Day diary" is linked to sheet "Caramainco". So, no matter what job we are on, the days are always recorded to the Caramanico sheet.
    Is there a formula that will recognize the job name in column B sheet 1 and link to a sheet below of the same name?

    This is a part of the linked sheet from one job.....( Caramanico ) notice where i had to delete days where we weren't there.
    Date
    George
    Aaron
    Mike
    Wed, Aug 28, 2013
    0.00
    0.00
    0.00
    Thu, Aug 29, 2013
    0.50
    1.00
    0.00
    Fri, Aug 30, 2013
    0.50
    1.00
    0.00
    Sat, Aug 31, 2013
    0.00
    0.00
    0.00
    Sun, Sep 1, 2013
    0.00
    0.00
    0.00
    Mon, Sep 2, 2013
    0.00
    0.50
    0.50
    Tue, Sep 3, 2013
    0.00
    0
    0
    Wed, Sep 4, 2013
    0.00
    0
    0
    Thu, Sep 5, 2013
    0.00
    0.00
    0.00
    Fri, Sep 6, 2013
    0.00
    0.50
    0.00
    Sat, Sep 7, 2013
    0.00
    0.50
    0.00
    Sun, Sep 8, 2013
    0.00
    0.00
    0.00
    Mon, Sep 9, 2013
    0.50
    1.00
    0.00
    Tue, Sep 10, 2013
    0.00
    0.00
    0.00
    Wed, Sep 11, 2013
    0.00
    1.00
    0.00
    Thu, Sep 12, 2013
    1.00
    1.00
    1.00
    Fri, Sep 13, 2013
    1.00
    1.00
    1.00
    Sat, Sep 14, 2013
    0.50
    0.00
    0.00
    Sun, Sep 15, 2013
    0.00
    0.00
    0.00
    Mon, Sep 16, 2013
    0.50
    1.00
    1.00
    Tue, Sep 17, 2013
    0.00
    0.00
    0.00
    Wed, Sep 18, 2013
    0.00
    0.00
    0.00
    Thu, Sep 19, 2013
    0.50
    0.00
    0.00
    Fri, Sep 20, 2013
    0
    0
    0
    Sat, Sep 21, 2013
    0
    0
    0
    Sun, Sep 22, 2013
    0
    0
    0
    Mon, Sep 23, 2013
    0
    0
    0
    Tue, Sep 24, 2013
    1.50
    1.50
    1.50
    Wed, Sep 25, 2013
    0.00
    0.00
    0.00
    Thu, Sep 26, 2013
    1.00
    1.00
    1.00
    Fri, Sep 27, 2013
    1.00
    1.00
    1.00
    Sat, Sep 28, 2013
    1.00
    0.00
    0.00
    Sun, Sep 29, 2013
    0.50
    0.00
    0.00
    Mon, Sep 30, 2013
    1.50
    0.00
    1.50
    Tue, Oct 1, 2013
    1.00
    1.00
    1.00
    Wed, Oct 2, 2013
    0.50
    0.50
    0.00
    Thu, Oct 3, 2013
    1.00
    1.00
    1.00
    Fri, Oct 4, 2013
    Sat, Oct 5, 2013
    0.00
    0.00
    0.00
    Sun, Oct 6, 2013
    0.00
    0.00
    0.00
    Mon, Oct 7, 2013
    0.00
    0.5
    0.00
    Tue, Oct 8, 2013
    0.00
    0.00
    0.00
    Wed, Oct 9, 2013
    0.00
    0.00
    0.00
    Thu, Oct 10, 2013
    0.00
    0.00
    0.00
    Fri, Oct 11, 2013
    0.00
    0.00
    0.00
    Sat, Oct 12, 2013
    0.00
    0.00
    0.00
    Sun, Oct 13, 2013
    0.00

  • Require Job name in SM37 while executing call transaction in background

    Hi all,
    I am executing a report program, which contains Call transaction.
    I have recorded properly. The recording contains background job screen also ( means a separate popup came and i gave the job name and i gave immediately )
    When i execute in this program in foreground its creating job,its showing the job in sm37.
    But when i execute this program in background, it does not showing the job name in sm37.
    Anyone kindly help this out?
    Anandhab

    Hi,
    The job will be created by the step level user.
    Try searching again with jobname and * for username.
    Regards,
    Jovito

Maybe you are looking for

  • BUS2009 Event significantlyChanged

    Hi, BUS2009 Event significantlyChanged is triggered in Standard workflow WS00000038 when PR release is cancelled or refused. Because of this workflow takes path "Purchase ReqItem significantlyChanged" and notifications are not sent for cancel and rej

  • I'd like to get a new computer but I'm not certain about getting a Macbook Pro vs a Windows PC Helpppppppppppp

    I'm shopping for a new computer.  I've been a Windows user for a long time now.  I've been shopping for a laptop so I can be portable.  I really like the design and features of the Macbook Pro with Retina and it would do what I need it to do for audi

  • PackageMaker postflight script to reindex Spotlight?

    Hello, I've put together a PackageMaker installer that installs a Spotlight plugin, and runs a postflight script that includes a command based on this one: /usr/bin/mdimport -r /Library/Spotlight/Yourplug-in which is taken from Apple's support page h

  • DOMParser Validation

    Hi. I'm trying to validate a file with DOMParser against a schema. When I do that, I keep getting an error saying: [Error] myFile.xml:1:13: Document is invalid: no grammar found. [Error] myFile.xml:1:13: Document root element "rootEl", must match DOC

  • How to split shopping cart qty to create two PO

    Hello SRM guys Could you give me a tip to develop for this requirement? We use the classic scenario. My customer want to split shopping cart qty to create PO with different vendor. I know that buyer can change the shopping cart data in workarea. But