Partial data fetched in report when scheduled in background

Experts,
When I scheduled my report in foreground it displays all the data properly.
But when I run the same in background, in the spool list it displays 260 pages whereas actually displays only 9 pages. The rest of the pages are not displayed in the spool.
What could be the possible reason.

Aashish
Change the Spool Request Display Settings to display pages from 1 to XXXX..Refer to Settings button on the TOP once u display the Spool List..
Thanks
Amol Lohade

Similar Messages

  • Populate Available Promise Date on Sales Order when Scheduling failed: Cann

    Hello ,
    when we are importing orders into Order Management and if the available promise date is greater than Request date then scheduling fails with the message"Scheduling failed: Cannot meet request date or latest acceptable date Available Date:" The order is booked and the ATP items have schedule ship date Null and in the same order I have non ATP items with schedule ship date
    Is there a way to populate the Available promise date when Scheduling fails without ATP override.
    thank you for your time

    Hello ,
    when we are importing orders into Order Management and if the available promise date is greater than Request date then scheduling fails with the message"Scheduling failed: Cannot meet request date or latest acceptable date Available Date:" The order is booked and the ATP items have schedule ship date Null and in the same order I have non ATP items with schedule ship date
    Is there a way to populate the Available promise date when Scheduling fails without ATP override.
    thank you for your time

  • 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

  • How to PRINT DATA in classical report when ever execute

    Hi,
    All ABAP experts,
         I am updating PM work order in IW32 by using BADI, with addition to success or error log i need to display data in basic list and also system has to print that data automatically by using system's default printer. User can not press print button in basic list because sometimes this program will schedule in background, due to this user wants see upload results in a print out.
             I don’t know how to write logic to get output like this. Please can anyone share how to write logic for this issue. 
    Before posting this issue i search in forms but I didn’t get appropriate solution.
    Thanks in advance and any sort of help will appreciate highly.

    Hi,
    Try with this piece of code
    Declaration of local constants
      CONSTANTS :  lc_paart LIKE sy-paart VALUE 'X_65_132',  " Paper Format
                   lc_locl  TYPE sypdest VALUE 'LOCL'.       " Destination
        MOVE 'X' TO v_print.
    Setup the Print Parmaters
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          authority              = space
          immediately            = v_print
          new_list_id            = c_x
          no_dialog              = c_x
          user                   = sy-uname
        IMPORTING
          out_parameters         = v_print_parms
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          OTHERS                 = 4.
      IF sy-subrc NE 0.
        CLEAR : v_print_parms.
      ENDIF.
    The printer destination has to be  set up
      IF v_print_parms-pdest = space.
        v_print_parms-pdest = lc_locl.
      ENDIF.
    Explicitly set line width, and output format so that
    the PDF conversion comes out OK
      v_print_parms-linsz = c_linsz.
      v_print_parms-paart = lc_paart.
    Regards,
    nagaraj

  • PASS DATA TO A REPORT BEING SCHEDULED AS A BACKGROUND JOB

    Moderator message: please do not use ALL CAPITALS in your subject
    Hi All,
    I need to pass some data to a Zreport_submit which I would be calling using SUBMIT statement from another Zreport_main. The report being called through the SUBMIT statement i.e. Zreport_submit will be scheduled as a backgroung job i.e. using addition VIA JOBNAME xx JOBNUMBER yy.
    How can I pass data from Zreport_main to Zreport_submit. There are 2 values that are required to be passed.
    Thanks-
    Harmeet,
    Edited by: Matt on Dec 16, 2008 11:26 AM

    Hi Harmeet,
    What I get from your question is
    is that u need to call a program using SUBMIT statement in the background and u need to feed some values into the program may be into the selection-acreen so u can use
    SUBMIT <prog name>
    with parameter1 = value1 .
    where parameter1 is the part of selection-acreen of the prog which was calld.
    Thnks
    Sahil

  • All data disappaers from report when fourth data table is added?!

    I've designed a report in CR XI that relies on a stored proc and two additional linked sql tables. Everything works great in this configuration.
    BUT, when I add one more data table (a fourth data source), no data appears in the report. The link between this newest table and the other tables is a good join: I've verified it in sql, in Access, etc...
    I even attempted to "work around" the problem by adding a subreport that is based on the new sql table, instead of including the sql table to the main report. Unfortunately, the subreport approach yields the same problem of no data displaying in the report.
    Is there some sort of limitation on how may data sources can be used in a CR report if one of the sources is a stored procedure??!
    Thanks in advance for any assistance with this problem,
    --Pete

    4 data sources should not be an issue...  When you add the fourth data source, how are you linking it to the others?  can you create a report using just the new datasource, and does it return records ?  You say you have a good join, you may want to verify that.  Is if a left outer join to the main table ?

  • Cannot return data in Discoverer report when using specific AR tables/views

    When using any of the following tables (logged in as Administrator responsibility), I get no data returned...
    AR_RECEIVABLE_APPLICATIONS
    AR_PAYMENT_SCHEDULES
    RA_CUSTOMER_TRX
    RA_CUSTOMER_TRX_ALL
    When running in TOAD or SQL Plus, I have to set my Org ID to return data. It was my assumption that the security calls would automatically do that in Discoverer when setup as an APPS mode EUL. Discoverer 10g is the version.
    Pulling anything from any of those tables results in no rows returned in Discoverer. Is there a special security call I must make in the SQL?

    Also you should try another thing.
    If you brose data only from AR.RA_CUSTOMER_TRX_ALL do you get any data?
    From the 4 "tables" you mentioned this is the only TABLE while all other are views with security mechanism in it.
    In the finance the system administrator is not defined so that it will see the whole data, you need to log in using a proper responsibility.
    If you already have the sys admin then open the application and add to yourself AR responsibilities such as "%AR Manager", "%AR Superuser" .
    After that you can log in with those responsibilities and you'll get the data.

  • How can i stop data in the report when it is falling apart.

    pls help me

    Simple Example :
    tables : lfa1.
    select-options s_lifnr for lfa1-lifnr.
    data : begin of i_lfa1 occurs 0 ,
           lifnr like lfa1-lifnr,
           name1 like lfa1-name1,
           land1 like lfa1-land1,
           end of i_lfa1.
    start-of-selection.
    select lifnr
           name1
           land1 from lfa1
           into table i_lfa1
    where lifnr in s_lifnr.
    <b>if sy-subrc ne 0.
    give error message.
    endif.</b>

  • Transaction SWPC when scheduled in Background  is not working

    Hi All,
    I have scheduled the program RSWP_CONTINUE_WORKFLOWS_GRID  behind the transaction : SWPC daily at 11 : 00 PM system time.
    The creation date is selected as Creation date GE Sy-datum-1 dynamically and continue immediately option is also checked.
    However the background job is not  picking the list and restarting the workitems that are reported in system crash.
    When executed  the transaction in foreground , list is coming and I can able to restart the work items.
    Is there any other setting which I am missing or Please let me know your inputs  to solve the issue.
    Many Thanks !
    Thanks & Regards,
    Preethi G.

    Hi,
    I have chcked the ST22, there is no short dump and move over the step where the processing is stopped is a backgroung step.
    The same backgound step is execute fine for other workflow instances only few are getting strucked tp at this background  step.
    The Process :
    when MIGO is perfomed,  the euipments will be created.
    once equipement is created, the customer workflow gets triggred and euipment is updated.
    Suppose when MIGO is done 500 equipements gets created  based on the quantity and 500 times the workflow gets triggered for the updation of the equipments.
    sometimes, the backgroung job is working for around 495-497 , for remianing few euipments 2/3 , its getting struked up.
    For few indtances all the 500 euipements gets updated with out any issues.
    Only fews cases its getting down.
    Is this something related to performace of the system or performance of the code which is wriiten for the backgroung job.
    Please let me know your inputs.
    Many Thanks !
    Regards,
    Preethi.

  • 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.

  • Some records are missing in the mail, when scheduled a background job.

    There is a Z report,  which will display some details from SD, MM , WM every day , and the same thing need to be mailed to the user through background Job.
    Issue is that spool is correct and it is missing some records ( Billing due list ), even internal table have records and displayed in the spool , in the mail it says
    “No Entries Found”.
    Is there any chance of debugging background job.
    Good thing is that when executed in foreground it is working fine. Both mail and report display.

    EM_BODY = '4) VF04 -- Processing Billing document due list.'.
      APPEND EM_BODY.
      EM_BODY = ' '.
      APPEND EM_BODY.
      IF IT_FINAL3[] IS INITIAL.
        EM_BODY = '        No Entry Found'.
        APPEND EM_BODY.
        EM_BODY = ' '.
        APPEND EM_BODY.
      ELSE.
        CONCATENATE 'Delivery No' 'Created By' 'Created On'
                     'Reason' INTO HEAD SEPARATED BY '     '.
        EM_BODY = HEAD.
        APPEND EM_BODY.
        EM_BODY = ' '.
        APPEND EM_BODY.
        CLEAR V_TEXT.
        CLEAR ITEM.
        LOOP AT IT_FINAL3.
          CONCATENATE IT_FINAL3-VBELN  IT_FINAL3-ERNAM IT_final3-ERDAT
                      IT_FINAL3-RESO INTO ITEM SEPARATED BY '     '.
          V_TEXT = ITEM.
          EM_BODY = V_TEXT.
          APPEND EM_BODY.
        ENDLOOP.
        EM_BODY = ' '.
        APPEND EM_BODY.
      ENDIF.
    This is the part where it is failing, where it_final3[] is initial.
    but whereas in the spool i can view those records.

  • Changing the file format of spool output when scheduling a background job.

    Hello Experts,
    I have an issue. It is related to Spool output format. I created a job for one report program for which the output is a list output. I have added one recipient in the 'Spool list recipient' while creating the job SM36. After the job is finished the spool output is sent to the recipient mail id as .htm format as an attachment. But the attachment should be excel sheet or text file. No coding in the program should be used to convert the file format. Only settings in the spool while creating job should be manipulated. Please help me in solving this issue.
    Regards.

    Hi Sunil,
    You can use the logic for converting spool to PDF using program : RSTXPDFT4 . Alternatively you can use FM: CONVERT_ABAPSPOOLJOB_2_PDF . In this FM you need to pass the Spool id .
    u can make use of these FM's SO_DOCUMENT_SEND_API1
    SO_NEW_DOCUMENT_SEND_API1
    Check out the following wiki:
    https://wiki.sdn.sap.com/wiki/display/Snippets/ConvertsspoolrequestintoPDFdocumentand+emails
    hope this will use full to you.
    Thanks!!

  • Error Crystal report When viewed through SAP B1

    Dear Experts
    SAP B1 8.8 PL 16,SQL 2008
    I am facing error (Unable to retrive data from database)(Vendor code-156) while accessing Crystal report from client machine throgh SAP B1.I have imported Crystal report through manage layout.The crystal reported is in shared in SAP server B1 SHR folder.I am able to access data from crystal report when viewed otherwise.When accessed crsytal report through SAP b1 on SAP Server crystal report is working fine.
    Thanks & Regrds
    Saurabh Lamba

    Hi Saurabh Lamba,
    Go To Administration / System Initialisation / Authorisation / General Authorisation & Set Authorisation for user.
    If you have to Set Authorisation for user allready then follow this steps.
    1.Restore Database as Test Company.
    2.Export Report From Live Company.
    3.Import this Report in Test Company as different name.
    4.Export Report from Test Company have you Imported as deifferent name.
    5.Again Import this Report in Live company as different name
    I don't know what's the logic behind it.
    Thanks,
    Srujal Patel

  • Automatically delete row data on interactive report

    Hi All,
    I would like to know it's possible to automatically delete row data on interactive report when the check box is checked.
    I'm appreciating if you all can share your opinion or solution.
    Thanks a lot in advance!
    Best regards,
    Liz

    Hi,
    Why you like have checkbox ?
    Is it more clear for user have image/button like my example ?
    This is just example you need modify according your needs. Example do not have confirmation dialog.
    Page HTML header
    <script>
    function delIRRow(p_pk_val){
    var a = new htmldb_Get(null,null,'APPLICATION_PROCESS=DELETE_ROW');
    a.addParam('x01',p_pk_val);
    var r=a.get();
    if(!r=='1'){alert('Delete operation failed!');}else{gReport.search('SEARCH');}
    </script>On Demand process DELETE_ROW
    BEGIN
    delete from your_table where pk_col = APEX_APPLICATION.G_x01;
    htp.p('1');
    EXCEPTION WHEN OTHERS THEN
    htp.p('0');
    END;Change your_table and pk_col according your table name and pk column name.
    Call javascript from image/button (IR column link) or checkbox, and send primary key value as parametter
    Br,Jari
    Edited by: jarola on Jul 5, 2010 11:58 AM

  • RMMR1MRS-When run in background cause update failure errors looking

    hi,
          RMMR1MRS report when run in background cause update failure errors .
    There are few  below reason for the error log.
    1.  for the PO invoice already generated -  (its right if already invoice generated. should not happen again)
    2.  In  MIGO,  entire  quantity has been reversed  and also invoice generated with zero value - ( its right , should not happen invoice again )
    3. Particular PO line item deleted -  (its right if the PO line item deleted. ERS settlement not require)
    For the all above reason, the update error occurs.  But the mean time  the program  "RMMR1MRS"  should not through the update error log. 
    Note: The job was not terminated due to this update error and also no harm because of the error log
    can you please help on this update failure why it occurs.

    Have you found a solution already? If so, please, share it with the community and close this thread.

Maybe you are looking for

  • How do I place a photo in Illustrator from my iPhoto Library?

    I am a graphic designer and I use Illustrator and Photoshop a lot. I don't use iPhoto for most of my photo editing but rather for the organizing it does with my photos in regard to me viewing them. Since updating to iPhoto 08 the other day I am unabl

  • Saving Interactive reports in a SaaS context an issue?

    Hi, at the company I'm working for, we have an application that is used by different client. Each client uses the same application but they all have different CSS and they can customize things like they want. To diffentiate each client, obviously we

  • What do you call this basic technique?

    Request: Is there a name for the technique I'm using below, because I know I've seen it and done it before. Context: I'd like to allow the user to resize images, while preserving their width:height aspect ratio. My GUI has a pair of JSpinners, for wi

  • Library filters: can I add to the list of metadata fields that I can search by?

    Is it possible to add to the list of metadata fields that lightroom can search for images by? I know about the 'Any searchable ... ' but that does now allow me to search for specific conditions - I am using some of the IPTC fields as a way to classif

  • ESS/ MSS  JCO destination error...

    Hi All, I have created all JCO destinations and when i test them , the result is successful But once i click on ess/mss tab in portals, i get the error.. <i>com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve JCO destinatio