How to view background job output

Hi experts,
  I excecuted one of my Z report in background mode, its finished successfully, i want to view the output. How to view this output.
  Otherwise to view this ourput only in Basis people or what? if its so i will contact the basis person. Otherwise give some idea how to view this output.
Thnx,
Mohana

Mohana,
Go to sm37
give the job name or *
give the username
give the program name
execute it
now tick the program that you had executed in the background
click on the spool button on the top
You will get a ABAP list under the field type
click it.
You wil be able to see the output of the program that you  had executed in the background.When a program is executed in the background mode you will be able to see the output in the List Display mode and moreover you will be able to see at the max only 19 fields when a report is executed in the background.
You can check the jobs that are running in the background and their status in the table TBTCO.
Thanks,
K.Kiran.

Similar Messages

  • How to view Tidal Job output in a query?

    I am using a query to extract the standard output of a job:
    select jobrun_id, dbms_lob.substr( jobrun_output, 4000, 1 ) 
    from tidal.joboutput
    where  jobrun_id = 686361;
    The query returns output in an XML format:
    <TESXOUTPUT><MSG>Job output data is in XML format. To view job output upgrade your Client to latest version.</MSG><OUTPUT COMP="Y" RUN="1">eJzFVltv2zYUftevOBhQpB1CxXZuDQMXkC9...
    How can I translate this output into readable text?
    Thanks.

    I was running the REST api command to get the job output and received the same result as you. I found a method in the documentation that allows you to get the output in readable form.
    Here it is:
    JobOutput.getOutputContent/id
    where id is the job run id
    Hope that helps :)

  • How to monitor background jobs automatically

    Hello,
    How to monitor background jobs automatically
    (we have more then 100+ jobs in a month and some jobs are repeating 4 - 5 times in a same day )  Now i am searching any salutation for monitor background jobs automatically
    Let me know the  options
    Thanks,
    Suresh

    Hi,
    If your batch job is creating a file in SAP and sending it to another system. These are some things you could do, if you have tools and resources available.
    1) When the job ( SAP program ) runs to create the file, ensure there is no file already existing in the landing zone ( AL11), if it does then do not over write, just throw an error, because the last file created did not leave the landing zone, because the other system or middle were did not pick it up. Usually when the middleware or third party system picks up your file from the landing zone, it may delete the file, so next time fresh file can be picked up. It is always good to have date and time stamp on the file that you create on the landing zone, so we could uniquely track which files were creates, when it was created and transmitted.
    2) Lets say your job created the file in the landing zone, the FTP program or what ever service or tool that you use to pick the file, if it is running as per design, then it should pick it up, if not you need to see why it is not running, usually the FTP softwars like GIS will throw an error if no file is found, and we could track them.
    I am sure there are many other ways to handle if the file really left the landing zone or not. Something to think about. thanks

  • How to debug background job?

    Hi, All:
    How to debug background job.
    Thanks,

    Hello,
      Take a look a this <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/abap+debugger&">blog</a>, it says all what you need to know about strange debuggings (=
    Regards

  • How to do background job on dtp

    how to do background job on dtp

    hi,
    whenever you run the DTP in Process chain it will be running in background.
    hence in BI it is recommended to use PC.
    if you execute it will be running immediately.
    Ramesh

  • How to terminate background job for MRP

    Hi dudes,
    how to terminate background job set earlier and i want start again with fresh scheduling. as user discontinued using the MRP process.
    thanks inadvance for quick response.
    Robert.

    Robert,
    Just though of sharing the alternate way to do this work, instead of DELETE use CHANGE option.
    1. Execute transaction SM37 for the program "RMMRP000" and Job name what you have specified with job status "Scheduled" check box activated. Job Overivew screen appears
    2. Now select the job in the Job Overivew screen and use Menu bar: Job--->Change or Ctrl+F11. Change Job Screen appears
    3. In the change Job screen Hit the function button Start Condition (Green Flag). Start time screen appears.
    4. In the Start time screen define your Job schedule and save the time parameters and save change job screen. Now your job is scheduled with new parameters what you have entered.
    Regards,
    Prasobh

  • How to debug background jobs?

    Hi all,
            How to debug background jobs?
    Rgds,
    Balaji

    Hi ,
    Goto sm37-> select active job , tcode jdbg with out /n or / .
    or goto sm50-> select job program/mode-> program-> debuging.

  • How to Save Background job report out put in local / Network Drive?

    Hello Techies,
    How to Save Background job report out put in local / Network Drive.
    Actually we have option to send mail aftr complete but  i need to save in local drive or network drive .

    Hi ,
    Background job runs in application server , and your local /network drive is basically presentation server. So you cant save it in local /network drive from the job itself. But to download files, you can write the files to the application server using DATASET, in the background and then use the transaction CG3Y in the foreground to download the file.

  • How to send background program output to a printer

    Hi !
    I created a background report,running via a job in background. I need to display the output of the background report via two channels : a printer and an e
    mail. I created the output of the report by using the command Write, and the output is printed to screen. However this solution is good for an online report and not for background report ? and my question is how to send the background report output to a printer in background .
    Thanks
    Moshe

    Hi,
    If you are using JOB_OPEN, JOB_SUBMIT & JOB_CLOSE to execute the program in background, then in the FM JOB_SUBMIT you have a parameter PRIPARAMS for which you need to pass a value.
    Before that get all the Print Parameters using FM GET_PRINT_PARAMETERS. Then pass the same to PRIPARAMS.
    This would solve the problem.
    Best regards,
    Prashant

  • Background job output

    I schedule a job in backgroung proces(smartform).
    Whwn i click on the spool  to see the output ,  there is  error  "NO FRONTEND AVAILABALE" .
    how can i see my output of the back ground  job (smartforms).
    i am executing the process  like 
    1. tcode run
    2. F9  ( FOR BACKGROUND PROCESS)
    3. se37  to see the job proceesing
    4. click on spool
    5. but no  ouput i can see
    i don't know why??

    Hi Ajay,
    Please search form with '
    Mulitple Purchase order Print in SAP Script'
    the thread shows below.
    If your requirement is to print multiple PO's then i think you need to develop a Program .
    In that in your final internal table you can loop it and print...
    And also these setting need for background job.
    If you have smartforms you can set following parameters
    CALL FUNCTION LV_FM_NAME
    EXPORTING
    ARCHIVE_INDEX =
    ARCHIVE_INDEX_TAB =
    ARCHIVE_PARAMETERS =
    CONTROL_PARAMETERS = CONTROL
    MAIL_APPL_OBJ =
    MAIL_RECIPIENT =
    MAIL_SENDER =
    OUTPUT_OPTIONS = OUTPUT_OPTIONS
    USER_SETTINGS = ' '
    VEHICLE = VEHICLE
    LV_BAR = LV_BAR
    IMPORTING
    DOCUMENT_OUTPUT_INFO =
    JOB_OUTPUT_INFO =
    JOB_OUTPUT_OPTIONS =
    TABLES
    IT_FINAL = IT_FINAL
    EXCEPTIONS
    FORMATTING_ERROR = 1
    INTERNAL_ERROR = 2
    SEND_ERROR = 3
    USER_CANCELED = 4
    OTHERS = 5
    IF SY-SUBRC 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CONTROL-PREVIEW = 'X'. "Preview the output of Smartform
    CONTROL-NO_DIALOG = 'X'. "Don't show Dialog
    OUTPUT_OPTIONS-TDDEST =  'X' or space. "Spool: Output device(depend on requirement)
    OUTPUT_OPTIONS-TDNOPRINT = ' '. "No printing from print preview
    OUTPUT_OPTIONS-TDCOPIES = 1. " number of print copies
    OUTPUT_OPTIONS-TDIMMED = 'X'. " Print Immediately (Print Parameters)
    OUTPUT_OPTIONS-TDDELETE = 'X'. " delete the request after printing
    OUTPUT_OPTIONS-TDLIFETIME = '5'. " spool retention period
    OUTPUT_OPTIONS-TDCOVER = ' '. " no cover print
    If you want immediate output while setting background set printer property time of print "Immediate"
    Hope this will help to you.
    Thanks,
    Hari

  • HOW TO DUBUG BACKGROUND JOB?

    1)HOW TO DUBUG THE BACKGROUND JOB?
    2) HOW TO DEBUG THE BACKGROUND JOB WHICH IS ALREADY RUNNING??
    CAN YOU PLZ REPLY TO THE ABOVE TWO QUESTIONS....??? URGENT...
    THANKS IN ADVANCE
    SRI

    Hi Srikanth,
      There are two ways to achieve this:-
    1. 1) Fix the break points.
        2) Create job.
        3) Go SM37
        4) Select the job and write "jdbg" in command line.
    2. 1) Use Transaction SM50. This would give you a view of all the background
          processes running in the server.
       2) Choose your background process from the list and got to
          MENU "Program/Mode"->"Program"->"Debugging".
    NOTE: I found the 1st was in one of the replies on SDN only and felt, its a betetr
              option than the second one. Its my perception :).
              Please award points, if you feel the query is solved :).
    Thanks and regards,
    Ravi .

  • How to setup background job for QI06

    Dear all,
    We have massive QIR to create and the volumn is extremely big to run in foreground in QI06.
    Can you show me the steps to setup QI06 to run in background, and how to view if the background job is complete, etc.
    Appreciate millions.
    Tuffy

    Hello,
    Just enter all the details in QI06. like:
    Complete list of Materials in Material field +plant+ vendor. ( if you have one plant then its ok and if you have same material with different plant and vendor combination then better to set variants plant wise)
    ENter rlease until, model inspection type ( if you have any )
    Now. goto Program and there is an option for EXECUTE in BCKGRND. clcik on it .
    Provide background job name and time for its job start and period ( If you want periodic job like monthly, weekly or daily etc.)
    then execute it.
    and monitor the job via SM37.
    Regards

  • Background job output to Presentation server

    Hi,
    I am executing report as Background job.
    after job gets completed output should be in excel format in front end or presentation server.
    Regards
    Naga

    Hi,
    We cannot perform any action on the presentation server in a program that is being execcuted in background. What you can do is to write the output on to the app server, and after wards move the file on to the Pres. server using CG3Y transaction.
    Regards,
    Ravi
    Note : Please mark the helpful answers

  • How to create Background job for Dialog program

    Hi Experts,
    I have copied Standard tcode to Z-tcode (CS12 tcode).
    Now my requirement is to create background job for this program (but program is not a 'E' type its 'I').
    How we can schedule Dialog program to Background.
    Pls suggest me.
    Regards
    SK

    Hi do as below :
    Reefer below :
    Bakcground Job Creation
    You will have to submit your report using Submit statement ,
    then inside the submitted report write open_job.
    Regards,
    Uma

  • How to view purchase order output

    Hi all,,
    am an ABAPer..
    i have an issue with the purchase order...
    But before that, how to view the output of the purchase order..
    from transaction me23n..
    please let me know the procedure..
    thanks in adv..

    You can get the output from ME23n. You need to go in Change Mode (=ME22n) for the output. If it is SRM PO then you need to go the section of 'Process Purchase Order' and there you can generate the output. 'Process Purchase Order' will be available with the role of Operational Purchaser or Strategic Purchaser role.
    Reward points for helpfull answers.
    Regards, Satya

Maybe you are looking for

  • JMS Adapter Content Conversion

    Hi, I am looking for some help on JMS Receiver content conversion, to put a delimited file on MQ series queue. I tried the below link, but not able to access the document. https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/libr

  • Please tell me the way to the run the interactive OO alv in the backgrou

    please tell me the way to the run the interactive OO alv in the background.

  • Investee Unit level data from ECC to BCS

    Hi All, I have a question about intergrating BCS with ECC. For Investment FS items we need to have Investee unit as a breakdown. When data is integrated with ECC, how is the Investee unit data populated. Is there a field in ECC for investee unit? For

  • Merged clips and modified audio channels bug/issue

    My problem is that if I create a merged clip and modify it's audio channels Premiere (both CC and CC2014) does not respect the modification under specific circumstances. These circumstances are: if I use keyboard shortcuts or the source window button

  • Z 30 software problems affecting availability in uk

    I am a tmobile user who would like to upgrade to the z30... Tmobile inform me that the z 30 availability was knocked back on a software issue.. They say they can only make the z30 available once the software issue has passed thier quality controle..