Running in back ground

Hi Friends,
Can we run any reoprt in back ground which has GUI_DOWNLOAD function in it?If not, what is the alternative?
Thanks in Advance

Jak,
You can run a report in background because the file will be in presentation server, if you want to run gui_download
in background, you can only extract the file using
open data set FILE FILE NAME for output.
Then you download it from your application server i.e AL11
Regards,
KrishnaKumar

Similar Messages

  • 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

  • HT1689 I want to close apps running in back ground but after double clicking I dont get apps running in back ground instead photo apps open after double clicking home screen

    I want to close apps running in back ground but after double clicking I dont get apps running in back ground instead photo apps open after double clicking home screen Please help.

    iPhone 3G does not support multitasking

  • How run the back ground jobs

    Hi Experts,
    I have one scenario .
    I have scheduled on program in back ground.
    now that in back . when i excute that back job program.
    I need to  tranfer that data to application server.
    please suggest me how to do this.
    Ramesh.
    thanks in advanice.

    there is a system variable sy-batch which recognises if the job is running in background or not..
    OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    IF sy-subrc NE 0.
    MESSAGE e001(zsd_mes).
    EXIT.
    ELSE.
    *---Data is downloaded to the application server file path
    LOOP AT it_tab2 INTO wa_tab2.
    TRANSFER wa_tab2 TO p_file.
    ENDLOOP.
    ENDIF.
    *--Close the Application server file (Mandatory).
    CLOSE DATASET p_file.

  • Depreciation Run in Back ground

    DEAR All
    i am doing Depreciation Run for Period 12, ie in Background , When i click Start time Immediate with click on Periodic Job
    at that time its throwing a Error
    " Specify a Repetition Period "
    I am unable to understand? Kindly Please guide me.
    Regards,
    R.Ramakrishnaraj,

    Hi
    While doing in back ground job with immediate no need to check the periodic job if you select the periodic job you have to run the dep after a specified period if you want to run the dep immediately don't select the periodic job press immediate, check and save it.

  • Uploading XL file using call Transaction and running in back ground

    Hi all,
       I am updating the T-code VA01 using call TRansaction method ....
      i am uploading the file is XL file for that i m using the FM ALSM_EXCEL_TO_INTERNAL_TABLE.
      But if execute my program in the back ground This FM is giving Dump because it can not Execute in Back GRound...
      Plz let me know any FM to upload data from Excel file Both from foreground and back ground....
      Plz let me know ASAP..
    Thanks,
    Suresh

    HI...,,
    When u run any program in Background, it will not have any contacts with the presentation server.... You cannot upload  a presentation server file..
    But u can use the Application server file...
    SO first store this excel file's data in Application server using the transaction CG3Z and then use the Open data set and read dataset to upload the application server file !!!
    reward all helpful answers !!
    regards,
    sai ramesh

  • Program run in back ground

    Dear friends,
    Can u please help me to run my program in back graound.
    Is there any code for this.
    Is there any process for this task.
    thanks and Regards
    vivek

    Hi,
    Ofter give input in ur selection screen....
    U press F9 then one window open....
    In that u found all the date like time etc....
    go through this
    U can run program in background...
    Try thoos....

  • Restricting running of back ground jobs per user

    Hi,
    how can we restrict the user to run only specific no.of jobs...
    i.e if a user is running three jobs on his name and we did not want to allow him to run fourth job...
    how can we implement this functinality...
    Thanks & Regards.
    Srini.

    hi put a count for the jobs ..
    go to table TBTCO....
    if the jobno gt 3 and the status is R for all the jobs then .
    use the wait up to 200 seconds .....

  • Firefox wont update it says i have firefox running in back ground then stops but i do not

    the new updates for firefox wont install on my pc they try each time put it stops and says that i have to close firefox to install , it says that i am running firefox on my pc but i am not .. i all other versions went in ok but you newest one wont hope you can help me....
    thank you
    firefox user

    I too am having the problem with the new update. can someone please help me with this error. it will not run the update but it keeps trying and it is annoying HELP!?!?!?!?

  • Skype mobile running in back ground

    How do I prevent Skype mobile from activating?  I tried doing the force stop in applications and everytime I turn the phone off and then back on it it starts up again.  I do not use the service, and never gave them permission to access information from my phone, but they are doing it any way.

    Don't tell me I don't have my story right, try doing some research and find out what you are doing wrong.
    http://www.droidbase.de/?p=35
    http://android.nextapp.com/site/systempanel/doc/taskmanagement
    If your battery is dying quickly, read this:
    http://www.tested.com/news/android-task-killers-are-deadheres-what-you-should-be-doing/923/
    If you ABSOLUTELY have to use a task killer, read this:
    http://www.androidcentral.com/how-properly-set-and-use-task-killer-oh-yes-i-went-there
    I would be willing to bet that you are using an automatic task killer and killing apps willy-nilly, thinking you're making things better so here's one more for you:
    http://geekfor.me/faq/you-shouldnt-be-using-a-task-killer-with-android/

  • How do I close apps running in back ground now

    How do I close apps running in the background now. Used to double click bottom button and hold down on app and than close with the x that popped up.

    Double Tap the Home Button... Then swipe the App Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211

  • Display Total page number in exicutable prg while run in Back ground

    Hi All,
    The Logic for Total Pages in Exicutable prg is :-
    v_temp = v_totpage.
    do v_totpage times.
    read line 1 of page sy-index.
    replace '@@@' in sy-lisel with v_temp.
    modify line 1 of page sy-index.
    enddo.
    TOP-OF-PAGE.
    format color col_heading.
    write:/115 'Page:', sy-pagno,'/ ',' @@@'.
    v_totpage = sy-pagno.
    The Logic is working well when the program run in foreground,
    But if it run in Background it's just displaying '1 of @@@' , 2 of @@@  ... like this.
    Pls help me with appropriate logic.
    Thanks.
    Ravi M

    Hi Ravi,
    The above given logic doesn't work for background, it works only in forground.
    Some alternatives have been discussed in this thread so take a look at them.
    Strange Behaviour of Abap Report
    but they seem to complex so check if its really worth the effort or better get the requirement chnaged.
    кu03B1ятu03B9к

  • Problem in Attachement as HTML or TXT when run in back ground

    hi,
    I am not getting the full file as attachement when a abaplist is generated in background and sent as attachement in Mail.... The SCOT settings are HTM for ABAP list...Any help in this regard is highly appreciated.
    Many records are missing in the attachment when the files exceeds a certain limit

    Hi Aakash,
    Yes you are correct. It would happen.
    I guess you are using the function module SO_DOCUMENT_SEND_API1 or SO_NEW_DOCUMENT_SEND_API1.
    If this is the case, use the following logic to get the total no. of records without missing any data.
    //If the Length is less then 255 the write row Separator at 255
      IF lv_len LT 255.
        WRITE lv_hex1 TO lv_objbin+254(1).
        lw_objbin-line = lv_objbin+0(255).
        APPEND lw_objbin TO lt_objbin.
        CLEAR: lw_objbin.
      ELSE.
      //Else write row Separator at 500
        WRITE lv_hex1 TO lv_objbin+499(1).
        lw_objbin-line = lv_objbin+0(255).
        APPEND lw_objbin TO lt_objbin.
        CLEAR: lw_objbin.
        lw_objbin-line = lv_objbin+255(245) .
        APPEND lw_objbin TO lt_objbin.
      ENDIF.
    Let me know if you can understand the above code.

  • Avoiding popup window while running in back ground

    Hi all,
    I have done one program for updating the basic salary using BDC. salaries are updating correctly for some people. but for people it is not updating. The reason for this is it is throwing one information with popup window saying "Entered Salary is greater than Salary Band Maximum". i want to avoid this popup window and update the salary. I dont want to change any data in any table like T510n. but the salary must be updated. how to overcome this situation.
    Thanks and regards,
    Giri.

    Hi,
    In your BDC you can check for the condition when
    SALARY > Max Band Salary.
    In such a case, add BDC_OKCODE command with ENTER in the BDC.
    I had faced similar problems in BDC before.
    Hope this helps,
    Raj

  • 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

Maybe you are looking for

  • Addon for RFQ and vendor quotation

    Hi , We are looking for an addon for RFQ and vendor quotation . Pls let us know about the same.

  • Video will not play on Canvas or NTSC after RAM upgrade

    editing on a G5 v. 10.4.11, Dual 1.8 Ghz G5 with a recent upgrade to 4GB of ram. Have an AJA IO LA After the RAM upgrade, FCP timeline will play but video is black in the canvas and image is frozen on the NTSC. Video WILL play in Viewer but no audio.

  • Workflow Task Agent Assignment for PO Rel

    Hello; Can someone tell me how the system can be set to forward a work item for the person responsible for PO release, meaning based on the department who own the goods the system should find the person who's the approver of that department. Thanks I

  • Question about using history panel

    Hi, One thing in history panel keep me wonder all the time, "set the source for history brush". I to check the little brush on different steps, and I don't see any change to my image, so whats that for really ?

  • Security with WLC

    when we confiure wlc for authentication using ACS server or 802.1x server then we have to configure the same authentication method on client device also under profile management of the cisco aironet desktop utility. but what happens when we r using i