Back ground running of Standard reports

Hi,
I have some requirement in report processing. I need to run(in back ground) statndard structure reports for project def, WBS and activities and CM51 and CJI3. Then output should be saved in predefined folder in an excel format. The whole process of running and saving the report should be automated. And this job has to be run every night.
I have checked the option of running in back ground for structure reports but variant selection and saving in destination folder should be automated. I could not find the option of running CM51 in back ground.
Appreciate help in this regard
Regards,
Laxminarsimha

You can try running of the program in the background - you will need to create a background job with the correct selection and display variants.
Go to SE93 and check the program
e.g. from SE93 enter CJI3 you will see the program is RKPEP003
now create a background job for this program with correct variants
Do the same for the other transaction

Similar Messages

  • Error in Back Ground processing of a report.

    Hi All,
    I have a report wherein I need to schedule it in background. Its an ALV report and it has got user defined GUI status. But for one of the selection options, only output is being displayed. Can this be scheduled in Back Ground?

    Hi all,
    Thanks for your reply.
    I  got the solution. When a program is scheduled in background, if it is written in classes and ALV grid display is used, we get this error. I am able to schedule when I change the function module to LIST_DISPLAY.

  • Custom Transaction code .... back ground run

    Hi All,
    We have custom transaction ZPRS(Module pool program)... which contains selection screens ..
    usually user run give the values on selectin screens and press submit.. it displays the list of values on table control..
    But user asking instead of table control .. after selection screen input they have run in BACK GROUND.
    Please suggest how to that... I know submit is for executable program,...
    Thanks...
    reddy.

    >
    Dave L wrote:
    > so, a little very basic analysis here....
    The first bit of analysis would include looking at the date of the initial post
    Rob

  • Scheduling report in back ground after the previous report is executed

    Hi,
    There is one report which will be executed manually, once that is executed my report should be executed automatically in background.
    Pls help me in how to do this.
    Thanks,
    Lucky

    Hi,
    In the first report, try this code:
      DATA l_jobcount TYPE tbtcjob-jobcount.
      CALL FUNCTION 'JOB_OPEN'
        EXPORTING
          jobname          = 'TEST_JOB'
        IMPORTING
          jobcount         = l_jobcount
        EXCEPTIONS
          cant_create_job  = 1
          invalid_job_data = 2
          jobname_missing  = 3
          OTHERS           = 4.
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN 1.
            MESSAGE e054(bl)
          WHEN 2.
            MESSAGE e008(mi_badi)
          WHEN 3.
            MESSAGE e009(mi_badi)
          WHEN 4.
            MESSAGE e703(fkjo)
        ENDCASE.
      ENDIF.
      SUBMIT z_second_program
        WITH p_param1 =  'TES'
        WITH s_select_option IN s_range
        VIA JOB 'TEST_JOB' NUMBER l_jobcount
        AND RETURN.
      IF sy-subrc EQ 0.
        p_submit = true.
      ENDIF.
      CALL FUNCTION 'JOB_CLOSE'
        EXPORTING
          jobcount             = l_jobcount
          jobname              = 'TEST_JOB'
          strtimmed            = 'X'
        EXCEPTIONS
          cant_start_immediate = 1
          invalid_startdate    = 2
          jobname_missing      = 3
          job_close_failed     = 4
          job_nosteps          = 5
          job_notex            = 6
          lock_failed          = 7
          invalid_target       = 8
          OTHERS               = 9.
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN 1.
            MESSAGE e012(mi_badi)
          WHEN 2.
            MESSAGE e013(mi_badi)
          WHEN 3.
            MESSAGE e009(mi_badi)
          WHEN 4.
            MESSAGE e014(mi_badi)
          WHEN 5.
            MESSAGE e015(mi_badi)
          WHEN 6.
            MESSAGE e541(scpr)
          WHEN 7.
            MESSAGE e267(arch_ana)
          WHEN 8.
            MESSAGE e216(xm)
          WHEN 9.
            MESSAGE e727(fkjo)
        ENDCASE.
      ENDIF.

  • Back ground run for Modal program

    HI friends,
    i need to do a background run for modal program (not a executable program)
    can somebody give your idea on how to.
    many thnaks
    iver.

    Dear Aqueel,
    1.Either make a copy of the MRP type say PD and assign the new MRP type to that paticular material.
    2.Or else assign one MRP controller sepecifically for this material.
    3.Activate the User Exit M61X0001 which allows to run the MRP in background based on MRP type or
    a MRP controller.
    4.Create the varaint for running MRP in MDBT.Schedule from here.
    or else use SM36 select the program RMMRP000 and select the variant and go to scehduling and
    select the time and execute.
    Regards
    Mangalraj.S

  • Report back ground

    why do we execute in reports back ground processing? what is the back ground processing? and what is the tcode for that in reports.? in back ground after generate a report  how can we see whether it is succeed or not?

    hi Sandya,
    most time we execute reports in background for performance reason,
    the report may run timeout if executed in foreground.
    we can schedule background job for run, SM36.
    or run the program in background from SE38, program name,
    and menu execute - in background.
    we can check the background job with SM37.
    hope this helps.

  • Back ground programs running

    How do I actually close the apps after I am done using them. i have everything open in the back ground running and using up my battery.

    Apps in ios do not run in the background constantly.
    They only run if they are completing a task.
    Once the task is complete they are in a suspended state.

  • Need to fetch updated records by Back ground scheduling

    Hi,
    I have a report program which fetches the employee details. I have created a back ground job for this report program. When the job executes for the first time it should fetch all the records. But when the job executes for the second time and so on it should retrieve only the updated records.
    I will explain in detail.
    Suppose I execute the job today for the first time , it should retrieve all the employee records . But tomorrow if the job executes, it should retrieve those records that are inserted or changed in these 24 hrs of time.
    Could any body tell me the necessary programming logic.
    Reward points are assured.
    Best regards
    Bhagat.

    Hi Bhagat,
    make an Input-field f. example P_ALL as checkbox.
    create to variants first P_ALL = 'X', second P_ALL = space.
    Create a job with variant A wich runs only one time.
    create a job with variant B which runs every day.
    In the Report hande P_ALL as you want.
    Hope it Helps.
    Regards, Dieter

  • Server Proxy in back ground mode in ABAP?

    Hi,
    I would like to schedule server proxy in back ground mode using ABAP report. I already have the payload available in XSTRING(binary) saved in Z table. I know how to convert binary string to XML (using FMs -  SCMS_BINARY_TO_STRING).
    However, is there any way to pass binaryXML(XSTRING) to server proxy (without converting the paylolad to XML and use SAX/DOM parser to populate proxy input structure ) ?
    Not sure, if SET_XML(IF_WS_PAYLOAD) method can be used.
    Thank you,
    Mallik

    Hi Malik,
    I would like to schedule server proxy in back ground mode using ABAP report. I already have the payload available in XSTRING(binary) saved in Z table. I know how to convert binary string to XML (using FMs -  SCMS_BINARY_TO_STRING).
    If you think about this, it hasnt sense, a server always need to be alive wainting a communication. If you want to stop the server reception, the middleware system (in this case PI) would need to store the messages for a future server availability, then this would work only with async messages. I dont see right now the utility of this, may be don't overload the ECC system in a work hours, is this the problem?
    However, is there any way to pass binaryXML(XSTRING) to server proxy (without converting the paylolad to XML and use SAX/DOM parser to populate proxy input structure ) ?
    Are you talking about to do this conversion in a java mapping inside the PI? aren't you?
    Regards.

  • Standard report s_ahr_61015512 .,., error

    When i run the standard report s_ahr_61015512 .,., error message (Unsolicited application group 0001 does not exist) is coming how can i clear this error

    SPRO
    Personnel Management u2013 Recruitment u2013IMG  Applicant Administration u2013 Applicant Structure u2013 Create Applicant Groups.
    Applicant group Applicant Group text Applicant class Applicant class text
    1 Active External AP External applicant
    2 Active internal P Internal applicant
    3 Student employee AP External applicant
    4 Temporary Worker AP External applicant
    Personnel Management u2013 Recruitment u2013 Applicant Administration u2013IMG  Applicant Structure u2013 Create Applicant Ranges.
    1 Trainee
    2 Salaried Employees
    3 Managerial Staff
    Personnel Management u2013 Recruitment u2013 Applicant Administration u2013IMG  Applicant Structure - Create Unsolicited Application Groups.
    Unsoli Appl Unsol ApplicationGroup Administrator Administrator Name
    001 Acounting dept. SCH Egon Schulz
    002 Sales & distribution MEI Hans Meier
    003 Personnel dept. MEI Hans Meier
    004 Development SCH Egon Schulz
    and assign NUAMP with applicant grp and ranges

  • Standard Report Distribution

    Hi
    Does anyone know if it is possible to create a batch schedule to run a standard report (KSB1), with many Report Variants, each variant being user specific. Once run these individual reports need to distributed to the relevant users in HTML format by e-mail.
    Can this be automated? Any help or suggestions will be appreciated
    Kind regards
    Bryn Evans

    You can schedule a job using SM36. In the step, enter the program name for KSB1 (which is RKAEP000). Create a variant for each user you want it sent. You can set the spool recipient in SM36 as email address. However, since you want it in HTML mode, it may not work.
    My suggestion is to write a custom program that read the spools, then call function module WWW_HTML_FROM_LISTOBJECT to convert the spool to HTML, then call function module SO_NEW_DOCUMENT_ATT_SEND_API1 to email it to an email address.

  • Standard reports issue

    Dear All,
    We are having an issue we have english as a base language and other language is arabic when we run any standard report in arabic it is suppose to appear RTL (RIGHT TO LEFT) but its appearing LTR (LEFT TO RIGHT), please let me know how can this be solved.
    This is only happening with standard reports of oracle apps.
    we are having oracle apps 12.1.3
    OS: OEL 5.5
    please advise
    thanks
    Hassan

    I have notice one more thing this issue is mainly happening for the standard reports which are with text output if i make its output to pdf and run the report again it generates perfectly ..... please provide guidance
    thanks

  • How to see the SQL running in back ground when we genarate a report.

    Hi All,
    I am new to Oracle Reports Builder toll and I would like to see the SQL query/script running in back ground when we run any perticular report using Reports Builder 10g.
    Please help me with this query, Thank You Very much for your help in Adv.
    Thanks,

    Hi,
    well the only option you can try is enabling trace from Builder (Program --> Tracing --> ALL) and then from the OS keep checking the trace file being created when the report is running. Something like the following will be recorded.
    example
    10:14:18 APP .. ( Repeating Frame R_G_EMPNO
    10:14:18 APP ... ( Group G_EMPNO Local Break: 0 Global Break: 0
    10:14:18 APP .... ( Query Q_1
    10:14:18 SQL EXECUTE QUERY : select * from emp where deptno=:x
    Bind Variable Value
    X 10
    10:14:18 APP .... ) Query Q_1
    10:14:18 APP ... ) Group G_EMPNO
    10:14:18 APP ... ( Text Field F_DEPTNO
    Hope this helps
    Roberto

  • Back ground Jobs report

    HI
    I am running Process chain as a Back ground job in my user name, now i have a requirement that we need to extract a report out of my system which contains data about " At what time my process chains are running and how many data are loaded" Is that possible..do we have any TCODE or program for this..?
    Regards
    Arunkumar

    You may have to activate the BI Admin Cockpit to capture all of the statistics for Process Chains. The BI Admin Cockpit is built off of the 0TCT* standard content in your BW environment.
    Take a look at the following document:
    [BI Admin Cockpit - Technical Content - BI Statistics|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90080703-4331-2a10-cd98-9c1e95acdea0?overridelayout=true]

  • How to Run a Custom Transaction in Back Ground after give the Input?

    Hi,
        I have problem that how to execute a Custom Transaction in Back Ground after end user will save a variant for input. In my Transaction there is no menu to save a Variant & to Execute in Back Ground.
    Please suggest me how to do this in my Custom Transaction.

    Hi Ramana,
    what kind of report you want to  execute? the report is Executable Report or Modulepool prog. ??
    if it is a executable program so when u execute (F8) from SE38 when u find the selection-screen in the menu bar ->Program ->Execute in Background( F9) option exits there u can schedule your report in Background or else use toce SM36 ( Define Background Job).
    Why you want to run it in background with transaction code if you have this options?
    Regards,
    Sunil kairam.

Maybe you are looking for

  • Hiding columns in the front end i.e. Oracle Answers

    Hello, I wonder if it is possible to hide the non-essential reporting colums such as ID from Answers so the front-end users only see the column that should be exposed for reporting. Thanks,

  • Getting an error message when trying to do mov type 521

    Hello All, When we are trying to do Movement type 521 for a material and plant we are getting the error message and not allowing to do the movement. Please help us to solve this issue. Thanks in advance Kalyani

  • Exporting photos from ipod to pc

    On holiday we used our ipod as a harddrive for our digital camera. Our ipod 5th generation was recently purchased without an instruction manual. Can anyone help us figure out how to export the photos on to our pc??? Thanks

  • Itune.exe - itune.dll error when open with windows 7

    Hey tehre friends. I´m brand new ipod 5gs owner, but i having problemn with Itunes. Every time o try to execute him, i get this error: Faulting application name: iTunes.exe, version: 9.0.1.8, time stamp: 0x4ab809c1 Faulting module name: iTunes.dll, v

  • Trasfering music from itunes to ipod

    Hi. I just got an iPod touch 8GB  for Christmas and I am trying to transfer music that I have on my computer and in itunes to my ipod and it is not working. I have uninstalled and reinstalled itunes and it still does not work. Please help.