Report giving error when scheduled in background (ABAP/4 processor:PERFORM)

Dear Freinds,
           I have written a custom program and iam not able schedule in background, if check in SM37 the job getting canceleld and found as the error ABAP/4 processor: PERFORM_NOT_FOUND.
Please could you let me know should i specify in my custom program for get sucessfully run in background . or could any one please let me know any setting should be done for my custom program
regards
madhuri

Hi
     when i run in foreground it is working perfectly. The Spool is not getting created.
regards
madhuri
Edited by: madhuri_2000 kumari on Nov 26, 2008 2:00 PM

Similar Messages

  • Report giving error when the alias in the sql statment is long

    Hi,
    When I am writing a select statement with long alias name, report in portal is giving error, and is working fine with sqlplus
    Any idea,
    Thanks,
    Mansoor

    Hi
         when i run in foreground it is working perfectly. The Spool is not getting created.
    regards
    madhuri
    Edited by: madhuri_2000 kumari on Nov 26, 2008 2:00 PM

  • Report RMMD07EX Error when running in background

    Hi Gurus,
    Is it possible to run the above report in background?
    I tried running it and gave me the error 'Error determining planning periods for calendar'.
    Please help.
    Thanks in Advance....

    Hi.. looks like there is some error in when calling Tr. MDC7 or MSC7... there might be some error in the call transaction... try to debug the code in Background using Tr. SM50 and try to fix the error..

  • Getting error when schedule a webi report

    Hi All,
    I am getting error "Cannot initialize Report Engine server. (Error: RWI 00226) Error: INF) while schedule a Webi report.
    Could anyone help me regarding the error?
    Regards

    Hai
    Check this Links
    http://www.sap-forum.org/f22/smtp-error-when-scheduling-webi-report-t483/
    http://www.businessobjectstips.com/tips/server/sizing-limits-to-web-intelligence-report-server-maximum-simultaneous-connections/

  • Error message "Error when scheduling the query(JOB_CLOSE)".

    Hi all,
    While using query extractor (rscrm_bapi) I am getting error message "Error when scheduling the query(JOB_CLOSE)".
    Could you please find what this error is?
    Thanks,
    Uday.

    Hi Uday,
    This problem can occur if you changed the query definition.
    In this case the query definition would be inconsistent with the existing extract structure.
    Certain Meta information is maintained with each extract defined using the RSCRM_BAPI. If the definition of the query is changed and you need to use the same extract table then you need to delete the extract using the report RSCRMBW_DEL_ALL_EXTRACTS selecting the extract you want
    to delete.
    After this you could use the same table name for any further extract that you need to create.
    One caution is that the extract table should not be deleted through any other transaction before you run the report.
    Rgds,
    Colum

  • Getting server error. CrystalEnterprise.Smtp:  error when scheduled a webi

    Getting server error. CrystalEnterprise.Smtp:  error when scheduled a webi report to save as excel and send to an email account. What things to look for?

    yes you should read the administration documents,
    go to CMC, find "servers"
    then  "destination job server"
    then click the "destination " tab
    you will find some parameters, you have to configure it you.
    the same scenario will be done to the "web intelligence job server"
    good luck
    Amr

  • Error when scheduling job (JOB_SUBMIT) when execute PC in WAD

    Dear BIers,
      I execute a Process Chain in commond button of WAD, however, I got the error message:
      Job BI_PROCESS_DTP_LOAD could not be scheduled. Termination with returncode 8
      Returncode '8' means ' Error when scheduling job (JOB_SUBMIT).
    Any suggestions are appreciated.
    B.R
    Gerald

    Dear Raju,
    Have you checked SM21? Maybe you have a problem with your TemSe object. If this is the case a basis guy should know how to handle it.
    Greetings,
    Stefan

  • Error Info...   ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC

    Update was terminated
    System ID....   ZDE
    Transaction..   ABUMN
    Update key...   4CA0A62864FF0068E1008000093FF453
    Generated....   28.09.2010, 09:39:14
    Completed....   28.09.2010, 09:39:15
    Error Info...   ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC
    While transferring asset using ABUMN transaction I am getting this error message
    I have implemented a implicit enhancement in    FM  AMBU_CALL_AC_DOCUMENT_POST  in which BAPI_EQUI_CHANGE is used to change the equipment with the new asset no.When I comment the BAPI there is no error .What might be the cause of this error in the BAPI_EQUI_CHANGE and is there an alternative to this BAPI
    I

    Hi Praveen,
    You can get the detailed error info for this error in SM13 transaction where we can check update error,which program/function module caused error in update task. You can also execute your code in bebugging mode from here.
    The Error you got occurs when transaction / program tries to commit database that would result in a duplicate entry in a
    table with primary key and hence the update failes,
    Regards,
    Pawan

  • Scheduling a background abap report to run on a specific date

    Hello Experts,
    I have an ABAP report I want to schedule in another program.
    Basically, I want to schedule it, so that it runs the next day (sy-datum + 1). I have used FM Job_open followed by submit and Job close, but the program is executed immediately.
    Below is the code snippet:
    v_datenext = sy-datum + 1.
    CALL FUNCTION 'JOB_OPEN'
        EXPORTING
          delanfrep = ' '
          jobgroup  = ' '
          jobname   = jobname
          sdlstrtdt = v_datenext
          sdlstrttm = sy-uzeit
        IMPORTING
          jobcount  = jobcount.
        SUBMIT z_prg_spinterf
        WITH i_year  EQ v_subyrnext
        WITH i_month EQ app->g_str_header-f_month
        WITH i_dc    EQ 'B'
                                 USER sy-uname
                                 VIA JOB jobname
                                 NUMBER jobcount
                                 AND RETURN.
      starttime-sdlstrttm = sy-uzeit + 60.
    Close job
      CALL FUNCTION 'JOB_CLOSE'
        EXPORTING
          jobcount     = jobcount
          jobname      = jobname
         prddays      = 1
          sdlstrtdt    = v_datenext
          sdlstrttm    = starttime-sdlstrttm
          strtimmed    = starttimeimmediate
          targetsystem = host.
    The report z_prg_spinterf is getting executed immediately, which i dont want. I wanted it to be executed the next day.
    Can someone help find out the source of the error. Maybe I am missing out something.
    Thanks,
    Nitish.

    Hi
    1. go to transaction sm36
    2. select job wizard
    2.1 press continue
    2.2 Enter a job name say abc(user defined)
          Enter job class:- select priority say 'high priority"
    2.3press continue
    2.4 Select Abap program step
    2.5 press continue
    2.6 Enter the correct program name say"Z_REPORT"
    2.7 Enter the correct variant name say" v1" and press continue
    2.8 press continue
    2.9 Select job start condition: "Date/Time" radio button and press continue
    3.0 Enter the scheduled date: ie, date to which the report to be executed and give the desire time
    3.1 press continue
    3.2 Press complete
    3.3 If success the report will be executed
    To see the output of the report
    1. transaction sm36
    2. select own jobs
    3. Find ur job name .
    4. Press on spool, u will find the out put.

  • HTTP 302 Error When Scheduling OEM Report

    I'm trying to schedule a custom report to run out of OEM 11.1 and am receiving the below error. The report displays properly from the OEM console, but seems to get an HTTP 302 error when trying to schedule the report to run, have changed the schedule options from daily, weekly, one-time immediately, one-time later and all generate the same error. Not sure what is causing the HTTP 302 redirect during the report execution, any help is appreciated.
    This is a scheduled report.
    The most recently generated report completed with the following error.
    Error: Unexpected error getting the HTTP response stream while generating report: oracle.sysman.eml.ip.publishJob.HttpConnectionException:Response code:302
    Error Message :302 Moved Temporarily
    This document you requested has moved temporarily.
    It's now at https://<<hostname>>:7799/em/console/logon/logon&#59;jsessionid=6NJRQGKd2NVwNdbpWpVfHlG7vRxnvmn3VW71JdJbtnLyCJt5hyYt!544936836
    Connection: https://<<hostname>>:7799/em/console/home URI:/em/onetime/reports/render?printablePage=true&reportID=C47BD93ACFE176D4E040007F01004FA6&action=save&scheduled=true
    Thanks,
    Shawn

    Issue was related to the Console URL setting in the Grid Control Overview tab, it was set to http://<host>:<port>/em/console and should have been set to http://<host>:<port> instead.

  • Timout error when schedule a large report

    I received a timeout error when I scheduled a large report. To refresh and save it as an excel file, and then send to a file location. I can do that with a small report. Could I change the setting somewhere to increase the bach process time? Thanks!
    Failed
    External Destination:     File copy the instance with the filename: "Inventory Usage STE2008-11-20-11-48-52.xls" to the directory: "//osh_fs/share/Inventory Usage Report/STE" .
    Creation Time:     11/20/2008 11:48 AM
    Start Time:     11/20/2008 11:48 AM
    End Time:     11/20/2008 12:08 PM
    Server Used:     oshbo1.Web_IntelligenceJobServer
    Error Message:     Transport error: No response from server, timeout exceeded.

    Hi,
    For scheduling a lrage webi report:
    Go into the CCM, and then Stop the Input, Output, WebI Job Server.
    In the Command line of WebI Job Server :
    Before -restart add " -requestTimeout 7200000"
    i.e: ......procwebi -requestTimeout 7200000 -restart.........
    In the Input FRS:
    Do the same as above.
    ........ -requestTimeout 7200000 -restart......
    In the Output Server do the same as well: add -requestTimeout 7200000 before -restart.
    Start all the servers.
    -Shreyash.

  • Report not working if scheduled in background as a job

    Dear friends please help me in this.
    We are having a z report. This report works fine in foreground and wont work
    ( means it will be in active state for more than 5 days but no result will come)
    when we schedule it in background as a job.
    In this report we are using bdc code also for uploading data. the same code is
    FORM bdc_transaction USING tcode.
      CALL FUNCTION 'BDC_INSERT'
        EXPORTING
          tcode     = tcode
        TABLES
          dynprotab = webdcdata.
      WRITE: /(25) 'BDC_INSERT'(i03),
                   tcode,
              (12) 'returncode:'(i05),
                   sy-subrc.
    ENDFORM.                    "BDC_TRANSACTION
    and i am populating the data in bdc
    PERFORM bdc_dynpro      USING 'SAPLMR1M'      '6000'.
          PERFORM bdc_field       USING 'BDC_OKCODE'    'ENTR'.
          PERFORM bdc_field       USING 'BDC_CURSOR'    'INVFO-BLDAT'.
    PERFORM bdc_dynpro      USING 'SAPLMR1M'    '6000'.
          PERFORM bdc_field       USING 'BDC_OKCODE'  '=BU'.
          PERFORM bdc_field       USING 'BDC_CURSOR'  'DRSEG-RBLGP(01)'.
          CALL TRANSACTION 'MIRO' USING webdcdata MODE p_mode UPDATE 'S'
                                        MESSAGES INTO itab_msg.
    etc.
    First i am populating data into an internal table and then displaying it in the output screen. Here i hava placed a menu items like select all , deselect all , upload etc . So that user can select as many records as he want and then can select the upload button
    so that the report will call bdc to upload the data.
    when i am directly executing the report it displays the data and then
    i will select the records that are diswplayed and
    then i press tghe button upload then the data will be uploaded into
    the screens. here i am not getting any problem everything is fine.
    when i am scheduling this job in Background it will be keep on
    running but no result will be displayed. Atleast output screen
    is also not displayed. Later on i came to know that we
    cannot schedule the reports which are using bdcs in background.
    So please tell me how far it is true. Please give me a clear explaniation for this .
    Thank you so much for all the replies.

    Try to record your transaction using trans. SHDB and select the check-box "Simulate background".
    Not all the dynpro runs same in background and in foreground. Always check the background simulation: when you record, and when you run bdc in foreground.
    Kanagaraja L

  • Error when scheduling infopackage for PA_PA OEMPLOYEE

    hi all,
    when iam scheduling info package for OEMPLOYEE it is giving error like "0EMPLOYEE : Overlapping time intervals of data record 298 with 305 : '['20040831'/'20040324'] '[to/from]     RSDMD 190 ".
    iam unable to solve it.please help me in this issue.
    thanx
    Vamshi D Krishna

    Hi,
    This is a problem of time overlapping. As this is a master data, if for the same employee, the date overlaps then it will show you this error. Let me explain with example..
    EID      Valid from      Valid to
    1001    01.01.1000     10.01.2009
    1001    08.01.2009     31.12.9999
    In the above case, the dates for EID 1001 is overlapping. When you load this data, it will show you the dates are ovelapping.
    So, first correct the data into the saource i.e. record number 298 with 305 and then upload again..
    This will solve your problem...

  • Error when scheduling infopackage

    hi all,
    when i am trying to scheduling infopackage its giving error like
    Runtime Errors         DBIF_RSQL_SQL_ERROR
    Except.                   CX_SY_OPEN_SQL_DB
    SQL ERROR IN DATABASE WHEN ACCESSING A TABLE.
    This error is occuring in production system.please guide me how to resolve this issue.
    regards
    Vamshi D Krishna

    Hi,
    these type of error will usually occur for tablespace or disk space not enough.
    pls check ur oracle database for tablespace.just make a try to increase the space and again try ur process.
    thnks.

  • Sql Server Web Edition Reporting Services errors when trying to connect to Windows Azure SQL

    I am using a preconfigured image from the Azure VM Gallery to create a VM.
    --> Sql Server 2012 SP1 Web running under Windows Server 2008 R2
    After configuring Reporting Services I get the following error when trying to run a report that connects to my Azure SQL db.
    An error has occurred during report processing. (rsProcessingAborted)
    An attempt has been made to use a data extension 'SQLAZURE' that is either not registered for this report server or is not supported in this edition of Reporting Services. (rsDataExtensionNotFound)
    On the VM using SSMS I can connect to the Azure SQL db.  On the VM in Report Builder when I define a connection I get a similar error to the one above when I test that connection.  I am using Microsoft Azure SQL as the data source type. 
    Interestingly in Report Builder, if I proceed past the connection definition, I can see the tables from my Azure SQL db in the dataset definition page.
    One more note.  If I use a different image from the Gallery (Sql Server 2012 Standard SP1 on Windows Server 2012) my report builder connection works and the reports run fine.  I believe that the Azure documentation says that Sql Server Web edition
    is an acceptable choice for the SSRS on VM for reporting.
    Any thoughts or suggestions?
    Thanks -- Tom Reilly

    Hello,
    A VM with SQL Server 2008 R2 or 2012 supports all Reporting Services features, including all supported data sources, customization and extensibility, and scheduled report execution and delivery.
    Did you run the report in Report Manager,or preview the report in Report Builder? Which version of the Report Builder you installed in the Windows Azure VM? SQL Reporting does not support reports created from Report Builder 1.0 or 2.0. You can create reports
    using Report Builder 3.0 and then upload the reports.
    What's more, please also check the database source credential of the report.
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here.
    Fanny Liu
    TechNet Community Support

Maybe you are looking for

  • New iCloud update removed everything and made me get a new password!!

    Hey Everyone, Just a Heads up. I did go over the past post of these issues before I posted this, I didn't find anyone who had any feed back that wasn't Bullsh*t or is some how my fault for being a long time user of apple and the use of iCloud and iTu

  • Best Practices - Telco - PM

    Dear All, I am in need of some u201Cbest practicesu201D in asset management in Telecommunications industry. On of my LE clients would like to implement asset management. The concentration will be PM - equipment tracing & tracking in the system. A u20

  • Edited button instance won't display my text

    I've added a button (from Flex Components) to my canvas then double-clicked that instance to change the text and create an over state. I changed the text from 'Button' to 'Normal' in State 1 and 'Over' in State 2. However, when I exit the editing vie

  • Copy not as sharp as the original

    When I copy a photo that I downloaded from the Internet on a CD (so I can trash the original to save space on the HD) the copy is not as sharp as the original. Is that part of the story with copying an image or is the disk at fault ? I use Imation CD

  • How to view incompatible updates

    The App Store tells me I have 6 incompatible updates, but I don't know what they are.  How can I see them?