Run program in background spool is generated with zero page

Dear all,
I am new in abap. I change existing program and add SED column if I give the input and run that program in foreground I will see ALV output but when in same input same program I run in background spool is generated with zero page report is too heavy that is why I want to run it in background but I canu2019t.
regards
shahid

shahid,
goto SM37, select your job, then in command bar type JDBG, press Enter. it will debug the back ground job, and you can check why you didnot get an output.

Similar Messages

  • I keep having to restart my computer. It say firefox is running in the background but I cannot load another page

    I keep getting the message that Firefox is running in the background and I cannot load another page. I have to restart my computer to get Firefox back to operating normally. I have everything closed down as far as I can tell. But when I click on the Icon it will not start another page. It just keeps telling me to shut down all browser windows and that Firefox is running in the background. I even go to ctrl/alt/delete and look at the tasks running. Nothing! It is happening a lot more often now and I hate to use Internet Explorer. I have depended a lot more on Mozilla in the past few years now and I like it. This is driving me nuts. Please help. Thank You

    Did you check the Processes tab in the Task Manager?
    See "Hang at exit":
    * http://kb.mozillazine.org/Firefox_hangs
    * [[Firefox hangs]]

  • Adobe Form : Printing with Zero pages

    After Upgrade ECC6.0 to EPH5 Adobe form is not printing,bu print preview is working, while printing it is creating spool request with zero pages.
    Please help, Thank you in advance.

    Hello Rajitha,
    Check the print parameters once... 
    Try printing any standard form using standard program, and check whether it is behaving the same way.
    Thanks,
    Rakesh

  • PDF to spool to run program in background

    Hi Experts,
    i have created a custom program by copying FP_TEST_00 and gave nodialog mode for out parameters which will supress the prompt for printer and that i can run it in background. i just want the data to written to spool.
    call function 'FP_JOB_OPEN'
    changing
    ie_outputparams = iwa_outputparams
    exceptions
    cancel = 1
    usage_error = 2
    system_error = 3
    internal_error = 4
    others = 5.
    call function module with import params
    call function function_name
    parameter-table
    para_tab.
    close job
    call function 'FP_JOB_CLOSE'
    exceptions
    usage_error = 1
    system_error = 2
    internal_error = 3
    others = 4.
    Any pointers in this regard will be help ful.
    Please provide some inputs if we can send the PDF to a spool.
    Thanks in Advance,
    Deepa

    Try:
    iwa_outputparams-REQNEW = 'X'.
    iwa_outputparams-REQFINAL = 'X'.
    Cheers,
    Andres.

  • HOW DO I DELETE PROGRAMS RUNNING IN THE BACKGROUND OF MY IPHONE WITH SOFTWARE IOS7

    How do I delete programs running in the background now that I have upgraded my software to IOS7?

    http://www.apple.com/ios/whats-new/

  • Issue while capturing messages when running program in background

    Hi,
    I have a program where we have BDC for transaction KSU5 and this is using CALL TRANSACTION method to post the documents after this we have to check a table COEP for the document no's generated in ksu5.
    This program works absolutely fine in foreground printing the output on screen the document numbers that we get once we use
        CALL TRANSACTION 'KSU5' USING bdcdata MODE 'E'  MESSAGES INTO return.
    but the same gets spoiled if we run this program in background !! the return table where I use to get the document no it shows additional data of the KSU5 transaction which is not required I am just trying to print the document no from the return table with variable msgv1 and msgv2.
    Can someone explain or give solution to run this program in background and get the result printed correctly for the user.
    Thanks
    Sudharshan

    Sudarshan,
    I guess your code was recorded for  Online mode , try to compare it with Simulated background BDC code for the transaction and see if there is any difference for your required functionality . 
    You can generate 'Simulated background BDC code' by SHDB->New recording-> and then check 'Simulate background BDC code'  option in popup window .
    -Tushar Shukla
    Edited by: TUSHAR SHUKLA on Oct 8, 2010 2:23 AM

  • Popup to run Program in Background

    Hi,
    I have a report which when the user clicks the execute button, a popup should display mentioning it to run the program in background mode.
    Please let me know how to achieve it.
    Regards
    Krish

    hi,
    at first you are right there are really LOTS of ways to make that popup thing. Which one you take or if you do it manually, doesn play any role, as long as it works.
    But well BEFORE throwing that popup on your screen you should check whether the program is already run in background, cause you do NOT want to throw a popup when beeing in background task.

  • I cannot get my background image to scroll with my page.

    My background stays in place as my page/text scroll over it.  I am on Dreamweaver CS3. And I have tried in the body css to set the "Attachment" to "scroll" to "fixed" (seams to be stuck here)  and to nothing. (which I understand is automatically scroll setting)
    (Also no-repeat, Horizontal - center, Vertical - top, also tried vertical to "0 pixels)  Nothing is working, and it is 4 hours later.

    Sue,
    My take on this is that you WANT your background to scroll normally.
    Change this in your CSS:
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: medium;
        color: #333333;
        background-attachment: fixed;
    to this:
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: medium;
        color: #333;
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Problem with the ABAP List output while running program in background.

    Hi ,
        This is Sudhir S . I am trying to run a report in background which has 60 columns , but only 13 are displayed when we view it through the spool abap list .
    But when I run in foreground all the 60 columns are displayed. Since the data which I am trying to fetch is large I am running the report as a background job .
    I just need to know what can be done to get the 60 columns in spool abap list output.
    waiting for your  reply.
    <removed by moderator>
    With Regards
    Sudhir S
    Edited by: Thomas Zloch on Oct 6, 2010 1:51 PM - please do something else while waiting, all posts have the same priority here

    Hi,
    Check if SAP note 1226758 resolves this problem.
    Regards,
    Aidan

  • Trying to run program off network location using GPO with Power shell script.

    Hello All,
    Not much of a script writer. I am giving it a shot.  My issue is that I need to run a application update across our network and I am trying to do it with as little hands on as possible. So I was planning to push a GPO with a power shell script in it
    to run the program with elevated privileges. 
    Little background:
    We are running on a domain and end users do not have admin rights.
    The application is stored on a share on our network that is open to all domain users.
    The installer user name and password is a temp one and will only be valid for the 30 min window when everyone logs in at the beginning of the day.
    So this is what I have so far.
    $username = "USER"
    $password = "PASSWORD"
    $credentials = New-Object System.Management.Automation.PSCredential -ArgumentList @($username,(ConvertTo-SecureString -String $password -AsPlainText -Force))
    Start-Process PSQLv11Patch_Client_x86.msp -Credential ($credentials) -WorkingDirectory \\Server\Folder\Folder1\Folder2\filder3\PSQLv11sp3_x32\
    But for some reason I keep getting :
    Start-Process : This command cannot be run due to the error: The system cannot find the file specified.
    At line:10 char:1
    + Start-Process PSQLv11Patch_Client_x86.msp -Credential ($credentials) -WorkingDir ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
        + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
    Any help you could give would be great.
    Thanks,
    jdfmonkey

    Hi jdfmonkey,
    Has anyone provided an answer to your original question?  I am trying to use Start-Process to launch a process using another logged in user's credentials, and am not able to get it working:
    $cred=Get-Credential
    start-process Process.exe-WorkingDirectoryC:\Scripts-Credential$cred
    I get the same error that you mentioned:
    start-process : This command cannot be run due to the error: The system cannot find the file specified.
    At C:\Scripts\Process.ps1:2 char:1
    + start-process Process.exe -WorkingDirectory C:\Scripts -Credential ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
        + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
    When I leave off the credentials:
    start-processProcess.exe-WorkingDirectoryC:\Scripts
    It works correctly.  Does anyone have a solution to make this work correctly?
    Please ask your own question.  You issue is nothing like the current thread.  You clearly are using a user account that has no access to the folder.  It is a permissions issue.  It is not a scripting issue.
    If you need further help please start your own question.
    ¯\_(ツ)_/¯

  • Run Program in background

    Hi
    I know there is a post about this already in the newsgroup but I think I
    need something different.
    I need a way to make my program completely invisible to my users basically
    have it running as a service. I can't for some reason remove the FP in the
    app builder of my toplevel vi, I don't know why. And anyway, would removing
    the FP in the app builder also remove the vi in the taskbar? Does anyone
    know how to do this?
    Thanks
    Jacob Thastrup

    The program is for a Win2K/NT4 enviroment. I have never herd of a Win2K/NT4
    command/program called "Xvfb". Do I need to use a different command or can
    I send the display to another place?
    Thanks
    Jacob Thastrup
    [email protected] (Ricardo Leal) wrote in
    <[email protected]>:
    >Content-Type: text/plain; charset=us-ascii
    >Content-Transfer-Encoding: 7bit
    >
    >Jacob Thastrup wrote:
    >
    >> Hi
    >>
    >> I know there is a post about this already in the newsgroup but I think
    >> I need something different.
    >> I need a way to make my program completely invisible to my users
    >> basically have it running as a service. I can't for some reason remove
    >> the FP in the app builder of my toplevel vi, I don't know why. And
    >> anyway, would removing the FP in the app builder also remove the vi in
    >> the taskbar? Does anyone know how to do this?
    >>
    >> Thanks
    >>
    >> Jacob Thastrup
    >
    >Jacob:
    >
    >I tryied to hide the front panel with labview application builder for
    >linux but it doesn't remove the front panel. I got this
    >in Linux, you must create a virtual frame buffer first and then send the
    >graphical out of labview to this virtual x-window.
    >
    >For create the virtual frame, execute the following command:
    >
    >Xvfb :1 -screen 0 160x120x16 &
    >
    >with this you create a virtual frame buffer of 160x120 and 16 bits, then
    >you must send the application to this x-window:
    >
    >Application -display :1 &
    >
    >With this you can execute a program whithout graphical out and also you
    >can mantain in background with nohup command.
    >
    >
    >
    >--
    >*********************************************************
    >Ricardo Leal Pacheco.
    >e-mail: [email protected]/[email protected]
    >FONO: (09)7111100, 654622.
    >INGENIERIA CIVIL ELECTRONICA U.T.F.S.M
    >*********************************************************
    >
    >
    >
    >--------------25B9B630C9B3D0B8D29F4A83
    >Content-Type: text/html; charset=us-ascii
    >Content-Transfer-Encoding: 7bit
    >
    >
    >
    >Jacob Thastrup wrote:
    >Hi
    >I know there is a post about this already in the newsgroup but I
    >
    >I
    >
    need something different.
    >
    I need a way to make my program completely invisible to my users
    >have it running as a service. I can't for some reason
    >
    >in the
    >
    app builder of my toplevel vi, I don't know why. And anyway, would
    >removing
    >
    the FP in the app builder also remove the vi in the taskbar? Does
    >know how to do this?
    >
    Thanks
    >
    Jacob Thastrup
    >Jacob:
    >I tryied to hide the front panel with labview application builder for
    >linux but it doesn't remove the front panel. I got this
    >
    in Linux, you must create a virtual frame buffer first and then send
    >the graphical out of labview to this virtual x-window.
    >
    For create the  virtual frame, execute the following command:
    >
    Xvfb :1 -screen 0 160x120x16  &
    >
    with this you create a virtual frame buffer of 160x120 and 16 bits,
    >then you must send the application to this x-window:
    >
    Application -display :1  &
    >
    With this you can execute a program whithout graphical out and also
    >you can mantain in background with nohup command.
    >
    >
    >
    >*********************************************************
    >Ricardo Leal Pacheco.
    >e-mail: [email protected]/[email protected]
    >FONO: (09)7111100, 654622.
    >INGENIERIA CIVIL ELECTRONICA U.T.F.S.M
    >*********************************************************

    >
    >--------------25B9B630C9B3D0B8D29F4A83--

  • How to run program in background?

    Hi Experts.
    Please tell me wht is the procedure for scheduling a Job in background? I need all steps
    thanks in advance

    Hi,
    You can a schedule a batch job in SM36.
    Steps
    Go to SM36
    Give the job name.
    Give the job class A
    Press Enter.
    Give the abap program name..
    Press save..
    Press F3 to go back to the main screen..
    Press the start condition button..
    Give the date time..
    Check the period job check box..
    Press the period values button..
    In the popup press the daily button..
    Press save..
    Press save..
    Then in the menu..Job -> save..This will release the job..
    Thanks,
    Naren

  • Program terminating after spool is generated

    Hello Experts..
                            I wrote a print program for smartform, and i converted that form from OTF to PDF using RSTXPDF4 program.
    Everything is going well but ,
                           After saving PDF file, If we press Back then control not coming to program it is terminating abnormally(Showing SAP Easy access Screen)..
    What should i do  to get back the control to the program to handle remaining things..
    Thanks in adv....
    Edited by: Murthy.SAP on Nov 12, 2010 8:21 AM

    Yes  I got Solution ..............

  • Background job for Standard (T-code F.80) and Background Job via Submit (for same standard program) provides separate spool layout

    Hello Experts,
    I am using SUBMIT Program to execute a standard T-code (F.80).
            SUBMIT sapf080 WITH SELECTION-TABLE rspar
                                         AND RETURN.
    When I execute the program in background and compare it with F.80 and execute it in background too, spool layout for both are different.
    For F.80, It is more detailed with every info like doc number, company code and fiscal year with messages, but for my program only messages are displayed in the spool which is getting unconvinient as I don't know for which document number that message was generated.
    Can you please suggest why am I getting 2 different spool layouts for the same program executed in 2 different ways.
    Thanks,
    Ankit Khanna

    Hello,
    Thanks for your replies.
    I have added a list option along with SUBMIT statement to get similar spool layouts.
    Below piece of code will solve the issue.
              DATA list_tab TYPE TABLE OF abaplist.
            SUBMIT sapf080 WITH SELECTION-TABLE rspar EXPORTING LIST TO MEMORY
                          AND RETURN.
            CALL FUNCTION 'LIST_FROM_MEMORY'
              TABLES
                listobject = list_tab
              EXCEPTIONS
                not_found  = 1
                OTHERS     = 2.
            IF sy-subrc = 0.
              CALL FUNCTION 'WRITE_LIST'
                TABLES
                  listobject = list_tab.
            ENDIF.

  • How to run a program in background?

    Hi abapers,
    I want to run a program in background using sm36 and sm37.But i am not aware of input in that tansaction.So kindly tell me the steps ho run a program in background.
    Regards
    Ansuman

    Hi Ansuman Parhi,
    by useing T-codes
    First go to transaction SM36 to schedule the job.
    When you enter the "Start condition" for job, do as follow.
    Select processing by "Date/Time".
    Enter date as current date.
    Let us say you are scheduling this job today then give date 08/30/2007.
    Check "periodic job" checkbox.
    Hit "periodic value" button and select to run "Daily"
    Also have a look on below thread
    Re: How to run program in background?
    This is how to do it through code
    data: lv_job_name like tbtco-jobname,
    lv_job_nr like tbtco-jobcount,
    lv_job_released type c,
    lv_job_start_sofort type c,
    lv_print_parameters type pri_params.
    lv_job_name = 'Z_test'. " your background program name
    call function 'JOB_OPEN'
    exporting
    jobname = lv_job_name
    importing
    jobcount = lv_job_nr
    exceptions
    cant_create_job = 1
    invalid_job_data = 2
    jobname_missing = 3
    others = 4.
    if syst-subrc = 0.
    *submit job with all the selection screen params...
    submit (lv_job_name)
    with applfile = applfile
    with p_lines = p_lines
    with rfc_dest = rfcdest
    with p_selmtd = lv_selmtd
    with px_shsim = px_shsim
    with px_sherr = px_sherr
    user syst-uname
    via job lv_job_name number lv_job_nr and return.
    if sy-subrc = 0.
    call function 'JOB_CLOSE'
    exporting
    jobcount = lv_job_nr
    jobname = lv_job_name
    strtimmed = 'X'
    importing
    job_was_released = lv_job_released
    exceptions
    cant_start_immediate = 1
    invalid_startdate = 2
    jobname_missing = 3
    job_close_failed = 4
    job_nosteps = 5
    job_notex = 6
    lock_failed = 7
    others = 8.
    if syst-subrc 0.
    message i162(00) with
    'An error occured while closing the background job.'.
    stop.
    endif.
    endif.
    endif.
    skip 1.
    write: / 'Background process', lv_job_name ,
    'called successfully' no-gap.
    write: / 'You can check the job in transaction SM37'.
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7

Maybe you are looking for

  • Downloading a video

    So to give some background first: I personally have a Nexus 7. Our family has a shared iPad. I downloaded a video on my N7, then decided I wanted to also download it on the iPad so I could watch it on the bigger screen. It was a video that I download

  • IPhoto 8.1.2 and iPhone 5 import photos grey exclamation mark.

    I'm running OS X 10.6.8. iPhoto 09 version 8.1.2 and a current, up-to-date iPhone 5. I was importing photos and movies from the phone into iPhoto fine until a couple weeks ago. Now, when I look back - some photos never did import at all, or others ar

  • User Exit for Purchase Order Release.

    Hi Friends, I am searching for a user exit which should trigger at the time of Purchase Order release in ME29n transaction. If anyone can help me for the same....!!! I need the exact exit which triggers at the release of PO.... Points will be rewarde

  • De-selecting picture in form created in Acrobat Designer 7

    Hi All I have created a form in Acrobat Designer 7 for users to populate with Adobe Reader and submit by email. The problem I have is that once an image has been placed in the image field in Adobe Reader, the user cannot remove it. The issue is made

  • Applying a Certain Effect to EVERYTHING

    I'm just trying to sharpen the image of all the clips in my video. Is there a way I can apply it for the whole thing without actually dragging and dropping the "Sharpen" effect and increasing it's intensity to 10 for every single little clip? Cause t