FM ARCHIVE_SCHEDULE_JOB giving dump as background job?

Hello Everyone,
                   I am scheduling a report in SM37 which consists of FM ARCHIVE_SCHEDULE_JOB.
                   And based on the output of FM, some Ztables are updated and some jobs are created in sm37.
Now, when i debugged the background job, i found out that Fm is giving Dump 'NO_RUNTIME_INFO' since sy-batch is not initial.
Due to which Ztables are not updated but the jobs are created....
Can anyone please help me what should i do on this case?
Edited by: Suruchi Razdan on Jun 2, 2011 9:45 AM

Hi Akshay,
II have copied the Std workflow WS20000075 into a custom one and in the latest end tab, i have selected "Workitem creaton" for Refer Date/Time field and given 5 mins. I have deactivated the workflow in which i have created the containers for date and time and used "Expresion" for latest end and also commented the zmethod in delegated object. Even now also the job is getting cancelled with the same error.
Any idea why is it happening ?
regards,
Trimurty

Similar Messages

  • Time_out dump in BackGround job

    Hi experts,
    I am facing an issue while scheduling a Background Job.The entire scenario is as follows.
    A RFC function module has been called  in the Report Program.The code inside the RFC function module is fetching a data from the database table(Select Query has been written).But in Production server system is giving the Time_out DUMP at this select Query which is written inside RFC function module.
    Table is having large number of records.For this Code optimization has been done already.
    Moreover entire report has been scheduled in Background.But I came to know RFC will work in Foreground only even though entire report program is scheduled in Background.
    Can anyone suggest how to solve this problem?
    For your information time limit has been maintained for Foreground job.

    Hi, Akhil, the rfc call is of course not run in foreground, but in dialog work process. Thats the same work process type, that performs requests of dialog users. Even though it does not sound much logically in first look, it has a logic. Also other limits for dialog users will apply.
    If you have to run the FM through RFC, there is no way how to bypass the dialog work process runtime limit on destination system, it will just apply, in my opinion I would recommend you don't loose your time to work around this point. afaik it does not matter if you start it synchronously or asynchronously.
    But as I wrote, you can try to throw a commit work in destination system occasionally, if you can (e.g. if you are not blocked in one big select query), you can also increase the runtime limit (but for all users on the same instance). You can redesign your application...
    If you will study the dump, you will find that it occurred on the destination (accounting) system, not in the calling system - where you are really ok since you run in background work process.
    Also, during the active RFC call you can monitor the destination system with SM66, where you will see this running process in DIA work process with the time increasing, before it will fail.
    On the other hand if you will start SM66 on caller system, you will see the work process is BTC

  • HR_INFOTYPE_OPERATION for 0712 is giving DUMP in background Task

    Hi,
    I am using HR_INFOTYPE_OPERATION for 0712 to INS a record in background. I got below runtime error in background execution.
    "Exception condition "CNTL_ERROR" raised" for user WF-BATCH.
    Do we have any BADI's or OSS notes to apply to resolve this issue?
    Regards,
    Ram.

    This is a commen error when in a background process, a program try to show a popup or something similar.
    Maybe you should check if IT 0712 has some custom popup or similar.
    Bye.

  • Job SWWDHEX getting cancelled - Report RSWWDHEX giving dump

    Hi Everyone,
    All instances of the Job SWWDHEX are being shown as cancelled in the background job log (SM37). On checking the job log, I found that the report RSWWDHEX is causing dump in the system. The job log shows:
    Job started
    Step 001 started (program RSWWDHEX, variant &0000000000001, user ID WF-BATCH)
    ABAP/4 processor: OBJECTS_OBJREF_NOT_ASSIGNED
    Job cancelled
    On checking ST22 for the runtime error-
    Error analysis
    An exception occurred that is explained in detail below. The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not caught in procedure "IF_SWF_WFM_COMPONENT~RAISE_EXCEPTION" "(METHOD)", nor was it propagated by a RAISING clause.
    The dump started happening yesterday onwards. We can't figure out what happened that started this. I tried to find some relevant notes & solutions, but was unable to find anything useful.
    Any suggestions or ideas would be very appreciated. Thanks.

    Hello,
    Check if WF-BATCH is okay, ie password not changed and password not expired and it still has its roles.
    regards
    Rick Bakker
    Hanabi Technology

  • Dumps generting due to background job failing

    Hi Experts,
    The following backround job getting failed frequently caused dumps generation,
    Background running with the below program,
    Dump::
    Can you please some one help me on this issue.
    Rgds,
    Venkat

    Hi All,
    Thanks for your valuable suggestions.
    We are investigating the issue with PI team meanwhile job has disabled.
    Will update you once it resolved.
    Thanks & Regards,
    Venkat

  • TEXT_CONVERT_XLS_TO_SAP in background job schedule giving error

    Hi Experts,
    I used TEXT_CONVERT_XLS_TO_SAP to upload excel data. it is working fine in forground.
    As large volume of data is there, I sheduled it in back ground using SM 36/ SM37.
    data is not getting uploaded. I closed the excel file...still it is not getting uploaded. internal table contains no data.
    Can any one help me on this....
    Regards,
    apuri

    Hi kiran,
    he function modulw which u r using is GUI function module.
    Gui function module will not work in background jobs.
    Thanks,

  • System exception while deleting the file from app server in background job

    Hi All,
    I have a issue while the deleting the file from application server.
    I am using the statement DELETE DATASET in my program to delete the file from app server.
    I am able to delete the file from the app server when i run the program from app server.
    When i run the same report from background job i am getting the message called System exception.
    Is there any secuirity which i need to get the issue.
    Thank You,
    Taragini

    Hi All,
    I get all the authorization sto delete the file from application serever.
    Thing is i am able to run the program sucessfully in foreground but not in the background .
    It i snot giving any short dump also just JOB is cancelled with the exception 'Job cancelled after system exception ERROR_MESSAGE'.
    Can anybody please give me suggestion
    Thanks,
    Taragini

  • Background Job Run - Error Msg

    Hi all,
    When i run my report as background job it is failing.
    In report i have checked one condition n if that do not satisfy it will give error. but in any situation the background job fails though condition satifies but the spool is getin created.
    when i debug the report it gives no error in that report but after it gives System message '' Job cancelled after system exception ERROR_MESSAGE''.
    any guidelines will be appreciated...
    regards,
    vikas.

    thankx for your reply..
    it is not giving me any dump or something neither my report contains any popup window.
    thing is that i am checking one error value at the event END-OF-SELECTION and giving some error mesg depending upon that.
    when i check this in debug mode in background mode itself (thr' JDBG or SM50) the value of error mesg is empty...so idealy the report is executed fine but when after words i go for F8 it gives me that error message.
    regards,
    vikas

  • Cl_gui_frontend_services= clipboard_export giving dump

    Hi friends,
      I am using cl_gui_frontend_services=>clipboard_export in bdc(BDC for creating delivery of STO) for coping matnr values in clip boeard
    When i run this code in foregoung, it works fine.
    But when i m running this code in backgroungd, it is giving me a dump, that to only when i upload data (STO) for which delivery is already created. It is not giving me any error if delivery is not created in the system for that STO.
    I am not understanding what can be the link between this failing method and existance of delivery in the system.
    This BDC is used for delivery creation.
    To check where this code is failing in background job, i introduced sleep of 5 sec before this call and after this call So i found that my job is getting canceled after 5 seconds.
    The dump that i m getting is as follows :
    Runtime Errors         RAISE_EXCEPTION
    Exception condition "CNTL_ERROR" raised.

    Class used here is for frontend processing and you are doing background.
    Search for alternate class.

  • Background job getting CANCELLED

    hello,
    i have  a background job scheduled for a report program.it is getting cancelled and giving the following error:
    "TABLE_ILLEGAL_STATEMENT"
    You attempted to change, delete or create a line in the       
    internal table "???", but no valid cursor exists              
    for the table.                                                
    Possible reasons:                                             
    1. The relevent ABAP/4 statement does not include the addition
       "...INDEX...", although the statement is not               
       inside a "LOOP...ENDLOOP" loop processing this table.      
    2. The relevent ABAP/4 statement was called from within a     
       "LOOP...ENDLOOP" loop after a DELETE "???".                                                                               
    what could be the reason?

    it is also giving following error message:
    Caution: Program has changed
    Caution: At time of termination,  Active source code no longer available  and after above two statements its giving sign "?" before every statement in below manner:
    024300 ?     lit_ekpo_dummy1[] = it_ekpo[].                     
    024310 ?     DELETE lit_ekpo_dummy1 WHERE ebeln NE tab1-ebeln.  
    024320 ?     DESCRIBE TABLE lit_ekpo_dummy1 LINES count01.      
    024330 ?                                                        
    024340 ?     REFRESH lit_ematn_dummy[].                         
    024350 ?     lit_ematn_dummy[] = lit_ematn[].

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

  • How to get data from the called program using SUBMIT in a background job?

    Hi Experts,
    I've a program which creates a background job using JOB_OPEN and JOB_CLOSE function modules.
    Between the above function modules I need to call a program using SUBMIT VIA JOB statement.
    My problem is, How do I fetch some data in an internal table in the called program to the calling program after the SUBMIT statement?
    I tried to EXPORT and IMPORT the data, but they are giving a failed sy-subrc when using this background job.
    Kindly let me know your inputs and valuable suggestions.

    Kumar,
    When we execute a program as a background job then the output will be sent to Spool which needs to be fetched again.I guess we need to use Submit via spool as mentioned by Rajat.
    Check these threads to get some idea
    submit report to spool & import spool id
    Re: Generate Spool for a report
    K.Kiran.

  • Background Job " RDDVERSI" getting terminated

    Hi gurus,
    When we check in SM37, We are seeing a background job that is getting terminated. In the job log it says DATASET_NOT_OPEN, Job cancelled. It is trying to run "RDDVERSI" program.
    It is creating a Dump in ST22 and when we check the Dump in ST22, it says "The file "/usr/sap/trans/tmp/D01V985854.P01" has not been opened".
    I checked the log in the trans directory and it gives me following error. Path of the Log "usr/sap/trans/log/D01V985854.P01".
    1AEPU320 See job log"RDDVERSI""07435800""P01"
    1 ETP184 CREATE VERSIONS BEFORE IMPORT
    1 ETP110 end date and time   : "20070912074448"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP184 CREATE VERSIONS BEFORE IMPORT
    1 ETP101 transport order     : "D01K985854"
    1 ETP102 system              : "P01"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "340.16.24" "640"
    1 ETP198
    1AETR012XProgram terminated (job: "RDDVERSI", no.: "07460000")
    1AEPU320 See job log"RDDVERSI""07460000""P01"
    1 ETP184 CREATE VERSIONS BEFORE IMPORT
    1 ETP110 end date and time   : "20070912074651"
    1 ETP111 exit code           : "12"
    1 ETP199 ######################################
    I think when it is trying to import a transport request, it is trying to create a version of it  and it is not able to create that.
    Can anybody help me in solving this problem?
    Any Help is appreciated
    Regards,
    Swaroop.

    Can you run this program in the foreground with a user that has the same permissions. If you get an authorization error again, check with transaction se53 on which objects you are missing authorization.
    For these objects you can create an additional authorization profile...
    Kind regards,
    Mark

  • Background job not updating data for some steps of program

    We have created a custom program and submitting the standard program RPRCCC_READ_KR1025
    which is used for conversion of AMEX credit card files.
    Since this program can update data for 1 company id at a time,we have created a background job
    for that program with 10 steps and 10 variants of data related to 10 different company codes.
    when this job is executed it is not updating data for all the 10 files , sometimes it updates 5,7,etc...
    If we execute the other files which didnt update in job manually they are getting updated.
    All the files executed with that program can be seen in PRTA transaction.
    Regards,
    Gautham.
    Edit: Solved.
    Since the standard program updates the database every time with commit work
    there should be some time until the next database update,so we can use wait command
    after the submit statement which will do the trick.
    Edited by: Gautham Vangaveti on Aug 5, 2010 7:20 PM

    Hi,
    I mean B(Sub Assembly)
    Item Rollup Flag
    A No
    --B                       Yes
    ---B1 No
    ---B2 No
    ---B3 No
    --C                      Yes
    In this case when we run cost rollup by giving item A, Oracle will consider below structure.
    A
    --C
    Regards,
    Sarvottam.

  • RESCCC - Generate cost collector as background job.

    Hello,
    I am trying to generate the cost collector. normally this is a two screen procedure. In the first screen I input the parameters and then execute it.
    In the next screen the list of cost collectors appear with the red & white circle icon at the top. When I select the cost collectors and click on the icon, it generates the cost collectors and they are now ready for the next period.
    We have a timeout setting of 900 seconds set in our system. As a result any foreground job that runs for more than that leads to a short dump. We cannot change this parameter.
    Thats why I was trying to run the report as a background job. When I am running the background job, after a while when I am checking the status of the job I can find that the job has successfully finished.
    The problem is that in this case I dont get the second screen from where I could select the cost collectors and then 'generate' them using the red & white circular icon. That screen just doesn,t come at all.
    Can someone please tell me that if i run this as a background job then how may I get to the screen (the second screen) from where i can select the cost collectors and generate them?
    Regards,
    Suvarghya Dutta

    Hello,
    when RESCCC is run as background job the cost collectors for all specified settlement units should be generated without the need to select them in a second screen.
    Please check that you have made the selections for settlement units and also the settlement period start and end date properly for your background job. If it still doesn't work please check the protocol of the background job for messages.
    Regards, Franz

Maybe you are looking for

  • Advance payment report required

    Dear guru generally in our plant for advance payment we have to intimate the account department for release the payment against advance or PI or any other terms. i want the report which can show me that which supplier payment is pending (for advance

  • Get the data from a structure not a transparent table

    Hello masters, does anyone knows how to retrieve data from a structure?

  • Java Stored Procedure Problem

    Hi all, I was able to deploy the Java class into the database (the message says Success). And then I am able to desc MyJavaSproc name in SQL*Plus and see the Pl/SQL parameter and return types. But when I use either call or select from dual, it tells

  • Unable to configure japanese in adf web application : Jdev 11.1.1.4

    Hi all, I have an web based Adf application . Its a muliti lang support application . I am able to render french but unable to render Japanese . I have use UTF-8 encoding to display Japanese character via property file . The properties file are named

  • Can I deploy an application as ROOT url?

    I have an application, which the linking and redirection urls use the absolute link. So, if i deploy it, I must deploy it as ROOT for runing. but in the Oracle9ias I can not find out how to do, any one can help me? thanks a lot.