Back ground scheduling

hi friends,
i got a issue like this..
i want to make back ground scheulding daily expect saturday.. i saw the option in process chain restriction in its shows only sunday or holiday.. i want to schdeule the chain daily except saturday..
please  anyone  reply this issue
regards
siva

Hi siva,
I think the following link will help you in better.
It having a better code for achieving your requ....
/people/claudio.ciardelli2/blog/2005/09/01/launching-an-apd-analysis-process-from-an-abap-program
http://help.sap.com/saphelp_nw04/helpdata/en/80/1a65cfe07211d2acb80000e829fbfe/content.htm

Similar Messages

  • How to keep break point in back ground scheduling Report

    Hi,
    how to keep break point in back ground scheduling Report?
    Regards,

    Hai ,
    One more way to debug  in the back ground is , pur some infinite loop condition and execute the job and in SM50 you can see the job which is running place the cursor on the job and go to the program in the menu and go to debugging from there .
    Example code for infinite loop .
    i=1 .
    loop at itab .
    if i > 5 .
    end loop .
    Regards,
    K.Vinaykumar

  • 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

  • Unable to generate So through Back ground scheduling : URGENT

    Dear All ,
    I am coded a customized BAPI to create Sales order from the data sent by SAP.NET scheduler.
    If i test the BAPI as a function module I am able to generate SO for the Same data which is there in the external system, but the SAP.NET scheduler is calling the BAPI the SO's are not generating generated.
    I have the attributes as RFC enabled and start immediately.
    Even if I try to run a BDC coded in SE38 it is successful but if I schedule the same in SM36 the SO's are not getting generated.
    Regards,
    shyam

    Dear All,
    I have used 'BAPI_TRANSACTION_COMMIT' FM and also after getting the amount fields I am converting them into a Charater format as for eg
    eg: Data : g_kbetr(13) type  c.
    The problem if I test the BAPI in SAP directly I am able to generate SO but when the .NET scheduler is calling the BAPI the SO's are not getting generated
    shyam

  • Reg:back ground scheduling

    Hai to all,
    I am executing report in backgroung .
    using selection-screen:   program----
    >execute in backgound(f9)
    but when i was scheduling in background with start time 11:00:00 pm
    its showing the error message:
    "Internal error with background job scheduling "
    i dont why its showing
    could any body suggest me.
    please its very urgent.
    regards,
    Chaitanya

    Hi Chaitu
    internal error while running background job (progname) is due to authorisation issue. where we have to check the background in one of the object. I had got this error & corrected it in authorisation. Ask the user to send a su53 screen shot when he/she gets the error
    reward points to all helpful answers
    kiran.M

  • List wrapping in back ground scheduling

    HI folks,
       I am executing a program which displays an alv list ,when run in the foreground ,there are no issues.
    when i run from the selection screen ,giving the option as run in background,and when i check the o/p in sm37 ,the list is getting wrapped into the next line ,its not proper ,haphazard .
    when i schedule the same in sm36 ,i am gettin the proper output but the client wants to run the program from the selection-screen,so i should solve this ..
    are there any settings or how to correct this problem??
    many thnx .

    Hi I have made the changes as per Ken Sanghavi's suggestion in other post.
    But now I have face a problem. When after setting the X_65_1000. It displays only 10 pages of data
    for the format type X_65_80 it displays 19 pages in the Spool.
    Why is there a missing of 9 pages and also
    if I click display button for the spool which contains 19 pages it gives me a message saying that
    Only page 1 to 10 of 19 displayed.
    Did any one faced similar kind of problems.
    Any suggestions would be appreciated.
    Thanks,
    Chaithanya

  • Back ground schedule all parked invoice to post

    HI,
    Can any one tell me logic or badi or exit to post all parked invoice by scheduling as background job...
    thank you...
    Moderator Message:We do not consider it good style to ask questions before trying to find the solution yourself. Please refer in your text also to what you have done already to solve the problem and what resources you have searched or used.
    Message was edited by: Kesavadas Thekkillath

    Hi,
    Check for the tables TBTCO, TBTCS and TBTCP

  • Reporting agent - Back ground scheduling

    Hello Gurus,
    I am trying to schedule the reporting agent scheduling package in Background... Is it possible to schedule it in Background when executing via Process Chain.
    Thank you

    Thanks for the Info.
    But the situation that I am facing is.. I have a remote cube and the regular cube attached to a multiprovider which is used to reconcile BW report with that of R/3 tables.
    When I execute the report in BW ... the data that is read from R3 tables ... it is under DIA process.
    the time out is set to 20 minutes. and everytime the report is executed it is saying uncaught exceptiona and when I check in the log it says time exceeded.
    Is there anyway that I can schedule the R/3 side job to a Background job (so that there would be no timeout).
    I hope I am clear..
    Please help me on this issue.

  • BACK GROUND SCHEDULING OF THE SESSION METHOD

    Dear experts,
    i am using session method for data transfer,i need  update the data periodically.
    how can i do this?
    i am following this method, in sm35i am processing the session in background---thruough this data is updfating at atime.
    but i wnat to schedule it...can any one give stpe by step guidse to make this possible ,,,for session method, i know t.codes sm6 and sm...but how to use them?
    guide me ........thanks in advance

    Hi,
    use the following code.
    submit rsbdcsub
              with mappe eq 'ssession name'
               exporting list to memeory and return.
    reward if helpful
    Rgds
    Umakanth

  • ABAP Program back ground scheduling issue.

    Hi experts,
    I am trying to execute a ABAP program in a process chain but the job log shows me the following message
    "Object XXXXXXX of class RE and language PT not exist"
    XXXXX is the ABAP program name.
    Even i tryed to excute the ABAP program itself in backgroud , but i am getting the same problem.
    What´s the reason and how to solve this issue.
    Message no. SF616
    Best Regards,
    Ramesh

    Hi all,
        following the complete message i was getting.
    Object ZSALES_BACKUP of class RE and language EN does not exist.
    Message no. SF616
    Diagnosis
    The specified documentation element is not in the system.
    Procedure
    Check that your entry is written correctly.
    Regards,
    Ramesh.

  • Back ground scheduling and capturing error log

    hi friends,
    i have to write a report and call a function module for passing one by one those conversion progs which fm is suitable what it is
    one more boubt like i can maintain those conversions in structure and i can loop those one by one passing into fm
    i have to capture those error records
    i have to check whether the coversions runs properly or not.

    Hi,
    create one error table store messages in that.
    using sy-subrc you can identify status.
    for capturing put some condition to identify error records.
    Write subroutine for updating table with error messages.

  • Event Back ground scheduling information

    Hello Guru's
    The start variant in the process chain has after event SAPXXXX. This is a user defined event. The process chain first executes the event and then executes the rest of the steps in the process chain. I would like to know the jobs performed by this event. What are the jobs or programs it is executing in the R/3 side and the BW side. And transaction code where we could see the entire code of the events.
    Urgent need of the information,Ur Help is appreciated.
    Thanks,
    Sri.

    in SM37 , you have a option for based on event to find jobs.. just keep job name * ..at the bottom After ABAP program...you have for event name tooo.. give the event name you are interested in it..and you find out all the jobs that are waiting for this event to trigger.
    you would only get event name in SM64 but not detailed info abt programs or jobs in SM64
    Message was edited by:
            Manga Paidikondala

  • Scheduled back ground job not finishing

    hie gurus, i need your help with back ground scheduling , i have created a background schedule to run my program after every 30min .  in the job overview it shows my job released and active but its not finishing processing . the program being run picks up data from an external data base and then inserting via BDC call transaction. i have tried with a different program that inserts data into a database table and its executing and finishing well in the back ground. What could be the problem ? and how can i debug a back ground job ??

    Daniel,
    To start, BDCs are very out-dated.  I would look for a BAPI if you are calling std SAP functionality.
    Also - direct updates into std SAP tables is a HUGE "no-no"... I hope that you are updating custom tables only.
    Pass that - to debug a b/g job---> 
    1) Set a breakpoint in your program
    2) select the job in SM37
    3) enter JDBG into the SAP fastpath of the SM37 screen and press ENTER
    This will navigate you into a b/g debug - you can then press the debugger buttons to move to your breakpoint.
    Hope that helps.

  • Back ground job scheduling

    hi,
    question regarding back ground scheduling, one program consists of a selection screen having some input field and program calling SMARTFORMS in the program. When I shedule it in back ground I am not seeing output in the spool, and job is not completed sucessfully, so what is the problem??

    Hi Rajesh,
    probably the report is not designed to work properly in background.
    Give some details.
    Regards,
    Clemens

  • Pop-Up in the back ground

    Hi All,
            I have a program in which I am using a FM to give pop-up.
            The program is cheduling in back ground.
             I am getting an error at this function module saying that
             Input is not provided.
    So Can we use this type of pop-up FM in the back ground scheduling programs or not?
    If anyone has faced same problem please help me out.
    Regards
    Abhilash.

    Hi,
    i think u wont be able to use such programs in backgrnd..
    coz one a pop-up occurs there is some user interaction like save, cancel etc..without that acknowledgement program wont move further.
    Regards,
    Amit

Maybe you are looking for

  • Problems setting up ACL in 11g

    Hello, we recently updated from 10g to 11g. In our db we have a job, which calls a procedure, which checks if all mails from our application have been sent probably, if not it sends out a mail via a different mail server to admins, so they can check

  • Attachments using iWork 08

    Can I attach any iWork 08 files to Mail and be able to be opened by a PC user ? Many sites require for example resumes to be attached as .doc, can this be done with Pages ? Can Office 2008 documents with iWork ? Better to continue using Office 2008 o

  • Display size 60gb video

    hi guys, i have a question about the display size of the 60gb video ipod. I just notice that there is a black outline around the actual display. I'm not talking about the screen size, but the actual picture that is being displayed. It does not comple

  • Problem with Raw update for cs4

    Attempting to update to ARC 5.7 for cs4 (windows) via help menu.  It seems to download but when it starts to install it asks me to close PS and Bridge.  It accepts that I have closed PS but not Bridge.  It just keeps asking me to close Bridge - even

  • Group Contact Setup for Text & E-mail Messaging

    It would appear that compared to my previous BB Bold my new Z10 is unable to create group contacts for both Text and E-Mail messaging. Will this be addressed by RIM or is there an App available?