Error while execution of Background step

HI all,
I have created a smart form attachment step.The step to be executed in Background.
According step is set syncronous  with background execution.
However i am getting folllowing error-
The information displayed is -Execution will continue in backgroun with Status-Error
Error details are as follows-
Message Text         Error handling for work item 000000389208
Exception            630
Error Type           0
Area                 SWF_RUN
Message              630
Variable 1           000000389208
Please guide to resolve issue.

Hi Sanjay,
  As Rick Suggested check the log, if still problem persists & if possible try making the step to dialog execution and check?
Regards,
Narin.

Similar Messages

  • Error while execution in background

    Hi all
    when iam using file download function , it is working fine in foreground but giving
    error dump while executing in background
    plz reply , its urgent

    Hi Check this link it will solves ur problem...
    http://www.sap-img.com/ab004.htm
    <b>i am pasting the same information below......</b>
    GUI_* WS_* Function In Background, CSV Upload
    GUI_* and WS_* function modules do not work in background
    When scheduling a job in the background the appropriate statement to read in your file is OPEN DATASET, and the file must be on the file system that the SAP server can see.
    At anytime, a user can switch of the Personal Computers even though the job is still running in the background.  Therefore GUI_* and WS_* function modules are not designed to work in that way, as they need to access your personal computer  file.
    To choose the correct download method to used, you can check the value of SY-BATCH in your code,
    if it is 'X' use OPEN DATASET and if it is ' ' use WS_UPLOAD.
    *-- Open dataset for reading
    DATA:
      dsn(20) VALUE '/usr/test.dat',
      rec(80).
    OPEN DATASET dsn FOR INPUT IN TEXT MODE.
    IF sy-subrc = 0.
      DO.
        READ DATASET dsn INTO rec.
        IF sy-subrc <> 0.
          EXIT.
        ELSE.
          WRITE / rec.
        ENDIF.
      ENDDO.
    ENDIF.
    CLOSE DATASET dsn.
    *-- Open dataset for writing
    DATA rec(80).
    OPEN DATASET dsn FOR OUTPUT IN TEXT MODE.
      TRANSFER rec TO '/usr/test.dat'.
    CLOSE DATASET dsn.
    What is the difference when we use upload, ws_upload, gui_upload function modules?
    UPLOAD, WS_UPLOAD, GUI_UPLOAD, are used in BDC concepts.  ie., Batch Data Communication.
    Batch Data Conversion is a concept where user can transfer the Data from non SAP to SAP R/3.  So , in these various Function Modules are used.
    UPLOAD---  upload a file to the presentation server (PC)
    WS_UPLOAD----    Load Files from the Presentation Server to Internal ABAP Tables.
    WS means Work Station.
    This is used upto SAP 4.6 version.
    GUI_UPLOAD-------    Replaces WS_UPLOAD. Upoad file from presentation server to the app server.  From 4.7 SAP version it is replaced.
    How to Upload csv file to SAP?
    Common File Download Upload Questions:
    How  you upload the data from text file to sap internal table?  From my knowledge its by upload or gui_upload. 
    How you download the data from sap internal table to text file?
    How  you upload the data from xls (excel) file to sap internal table how you download the data from sap internal table to xls(excel) file.
    You can upload data from presentation server to an internal table using gui_upload. Use gui_download to download from internal table to flat file.
    Use fm ALSM_EXCEL_TO_INTERNAL_TABLE to upload data frm excel.
    Use function module GUI_UPLOAD
    The FILETYPE refer to the type of file format you need: For e.g 'WK1' - Excel format , 'ASC' - Text Format etc.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = 'C:\test.csv'
       FILETYPE                      = 'ASC'
      TABLES
        DATA_TAB                      = itab
    EXCEPTIONS
       FILE_OPEN_ERROR               = 1
       FILE_READ_ERROR               = 2
       NO_BATCH                      = 3
       GUI_REFUSE_FILETRANSFER       = 4
       INVALID_TYPE                  = 5
       NO_AUTHORITY                  = 6
       UNKNOWN_ERROR                 = 7
       BAD_DATA_FORMAT               = 8
       HEADER_NOT_ALLOWED            = 9
       SEPARATOR_NOT_ALLOWED         = 10
       HEADER_TOO_LONG               = 11
       UNKNOWN_DP_ERROR              = 12
       ACCESS_DENIED                 = 13
       DP_OUT_OF_MEMORY              = 14
       DISK_FULL                     = 15
       DP_TIMEOUT                    = 16
       OTHERS                        = 17.
    Ramesh

  • F.28 error while executing in background

    Hi All,
    F.28 -Reset Credit Limit, while executing in Background it is showing an error message Internal Error with Background job Scheduling. can any one helpme in this case what is that internal error.
    Regards
    Harsha

    Hi
    Credit Control Basics
    There are only three places where a credit check can occuru2014the sales order, the delivery,
    and at goods issue.
    The system executes the credit check on the sales order or delivery based on the
    configuration settings. If the credit check fails, the system then either stops the user from
    saving the document, or it allows the document to be saved but it blocks the document with
    a credit block.
    Documents blocked for credit must be released by an authorized person before they can
    be processed further. For example, a delivery for an order cannot be created if the order has
    a credit block on it.
    You can view documents blocked for credit by selecting Logistics | Sales and
    Distribution | Credit Management | Sales and Distribution Documents | All (transaction
    code VKM3). You can also use this transaction to release a blocked document.
    Once a document is released, you can continue processing it even though the credit
    limit check failed.
    Every time a user changes a sales document, the credit limit check is executed again.
    For example, if a document was released with a value of $10,000, and the value is changed to
    $11,000 and the customer is still over his limit, the document will be blocked for credit again.
    This is because the new value exceeds the released value.
    You can use program RVKRED08 to recheck all documents blocked for credit. For example,
    if a customer pays his account, you want to recheck all his documents. Some documents can
    now be released because of the payment received. It is a good idea to schedule a background
    job using this program so that blocked documents are checked on a regular basis. This will
    keep the blocked documents up to date with any changes to the account or to sales documents,
    such as a payment being made. If a large sales order that was holding up the credit limit is
    cancelled, other blocked documents can use the value that is freed up by the cancellation.
    Regards from Pakistan

  • I am getting ORA-20001: Seed insert error while seed translatable text step

    Hi,
    I am getting this error while English to Arabic translation in the Seed translatable text step
    ORA-20001: Seed insert error: WWV_FLOW_ICON_BAR.ICON_IMAGE_ALT ORA-00001: unique constraint (APEX_030200.WWV_FLOW_TRANSLATABLE_TEXT_PK) violated
    Can i get any suggetion from your side.
    Thanks,
    nar

    Did you ever figure this out. Because I also have this error.

  • Error while execution of BPEL processes in IPM Solution

    Hi All,
    I am working on the IPM Imaging solution in which Invoice data is captured from OFR in XML format , pushed into IPM and then BPEL process is invoked to push the data into apps tables.
    I am facing following error while invoking a procedure which is in apps schema from BPEL by giving it parameters.
    actually this procedure/function will accept the payloads as parameters and will give some output parameters, but while processing i am getting following error :
    Non Recoverable System Fault :
    Exception occurred when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'PreImportCleanup' failed due to: Parse struct conversion error. An error occurred while parsing XML representing a Java struct. Unable to convert the XSD element P_INVOICE_REC whose user defined
    type is AXF.AXF_PREIMPORT_CUSTOM_PKG_R_IN to a Java struct.
    Cause: java.sql.SQLSyntaxErrorException: ORA-04044: procedure, function, package, or type is not allowed here ".
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
    Any suggestion to get over this issue will be so helpful !
    Thanks & Regards,
    Nupur

    Hi Nupur,
    We had requirement for automating invoice processing, came to know we need to use ODC/ODDC,OFR,OIPM 11g and SOA 11g with EBS.
    My questions are:
    1. do we need OFR for this.
    2. if so how to configure OFR with OIPM
    3. do we need to use imaging solution in OIPM for invoice processing and not managed attaachements
    4. whts the flow is it frm EBS to OIPM or OIPM to EBS(populate invoice) or viceversa
    5. can we do invoice processing automated without AXF solution.
    Thanks a lot in Advance,
    Ra.

  • Error while execution report in background

    Hi,
    I am uploading the data from excel file using ALSM_EXCEL_TO_INTERNAL_TABLE function module in one of the report. If I execute the report in background its giving a error message 'Error during import of clipboard contents'.
    Please help me out what should be the problem.
    <REMOVED BY MODERATOR>
    Thanks,
    Vinay.
    Edited by: Alvaro Tejada Galindo on Feb 21, 2008 11:20 AM

    When a program is executed in background, the programs runs in the application server and so connection exists with the PC.
    And the FM ALSM_EXCEL_TO_INTERNAL_TABLE reads the file from PC. Since the connection is already lost when the program is run in background, the program will not work and might give a short dump.
    So you might have to upload the file into application server and then use OPEN DATASET, READ DATASET commands to read data from the application server file.
    <REMOVED BY MODERATOR>
    Thanks,
    Balaji
    Edited by: Alvaro Tejada Galindo on Feb 21, 2008 11:21 AM

  • Error while creating Materialized View step 3 of 6 using wizard

    have oracle 9i Rel 1 on Windows 2000 server. Master Site has been setup. Database links are created at Materialized view site. But while creating Materialized View Group using wizard there is following error on step 3 of 6.
    Statement:----------------
    /*OracleOEM*/ SELECT 1 FROM SYS.dba_constraints@masterdbname WHERE OWNER='username' and table_name='tabname' AND constraint_type='P'
    Stack Trace:----------------
    ORA-00942: table or view does not exist.
    ORA-02063: preceding line from masterdbname.
    All parameters for replication are correct.
    Please help me early.
    Thanks

    Hello,
    In the masterdbname, logging as sys user, you must grant select permission on sys.dba_constraints view to mvadmin_dbname user (where dbname is the replicated database name).
    Regards,

  • Error while creating Materialized View step 3 of 6

    I have oracle 9i Rel 1 on Windows 2000 server. Master Site has been setup. Database links are created at Materialized view site. But while creating Materialized View Group there is following error on step 3 of 6.
    Statement:----------------
    /*OracleOEM*/ SELECT 1 FROM SYS.dba_constraints@masterdbname WHERE OWNER='username' and table_name='tabname' AND constraint_type='P'
    Stack Trace:----------------
    ORA-00942: table or view does not exist.
    ORA-02063: preceding line from masterdbname.
    All parameters for replication are correct.
    Please help me early.
    Thanks

    Hello,
    In the masterdbname, logging as sys user, you must grant select permission on sys.dba_constraints view to mvadmin_dbname user (where dbname is the replicated database name).
    Regards,

  • Error while running in background for inherintance

    Hi All,
    i am inherinting the customised class from the standard class
    CLASS zcl_history DEFINITION INHERITING FROM cl_gui_alv_grid FINAL.
    But while running in the background it is showing fatal error .

    Because there is no GUI to communicate while your program is running in background.
    Regards,
    Naimesh Patel

  • Regarding runtime error ehile execution of Mail step in workflow

    Hi all when i execute mail step in workflow i am getting following error-
    SQL error in the database when accesing a table.
    How to correct the error
       Database error text........: "SQL system error. MSGID= Job=038082/DEV05/WP02"
       Internal call code.........: "[RSQL/INSR/ARFCSDATA ]"
       Please check the entries in the system log (Transaction SM21).
       If the error occures in a non-modified SAP program, you may be able to
       find an interim solution in an SAP Note.
       If you have access to SAP Notes, carry out a search with the following
       keywords:
       "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"
       "SAPLARFC" or "LARFCU03"
       "END_TRANSACTION_NONE_LOCAL_UPD"
       If you cannot solve the problem yourself and want to send an error
       notification to SAP, include the following information:
       1. The description of the current problem (short dump)
          To save the description, choose "System->List->Save->Local File
       (Unconverted)".
       2. Corresponding system log
          Display the system log by calling transaction SM21.
          Restrict the time interval to 10 minutes before and five minutes
       after the short dump. Then choose "System->List->Save->Local File
       (Unconverted)".
       3. If the problem occurs in a problem of your own or a modified SAP
       program: The source code of the program
          In the editor, choose "Utilities->More
    Please guide.
    Thanks.

    Hi Sanjay,
    Firstly are you using Send mail Activity or are u calling Fm SO_DOCUMENT_SEND_API1.
    Well  I suppose u are calling the FM, in that case just check the data that you are fetching before calling this FM. This error is related to sql query so check your select statements used before sending mail.
    Hope this helps.

  • Error while execution

    Hi,
    I am using Oracle 10G DB.
    I am having one .sql file to do some Insert-Select , Update, and delete of the same table.... and i gave the commit after execution of that file .
    It worked fine in our development database but when i execute the same in testing DB it thrown its completed successfully and when it comes to Commit "ORA- 03114 : not connected to oracle " and rollback all the new record insertion /updation and deletion ....
    I have tried with commit after Insert-SELECT, Update and delete that time also when it comes to that commit its throwing the error ....
    Same code is working fine in our development DB.....
    Can any one help me to solve this .....................

    Hi,
    The count value is coming properly with out commit ... if i ad the commit it is throwing the error ....
    any suggestion from any body
    My code is looking like
    Accept the dblink :
    create or replace procedure proc1
    is
    begin
    delete from table a
    delete from table b
    insert into table a select .... from table_a@dblink;
    insert into table b select .... from table_a@dblink;
    exception
    end;
    begin
    proc1;
    end;
    commit;
    If i comment this commit then i got procedure successfully completed .... if the commit it there then its end of communication chanel error is coming .....
    I have tried with select count(*) from tablea after the execution its printing correctly .....
    This code working fine with some server with commit and its throwing error in some servers ... no idea where is the problem is ...
    any suggestion for me ....
    Edited by: KBG on Mar 10, 2009 5:19 AM

  • In OOPS ALV docking container gives error while execute in Background.

    When i try to use Docking container to execute OOPS ALV in background the jobs still fails with Switch framework error.
    Kindly let me know your inputs to resolve the same.
    Thank you !!

    Hello Nalini,
    Yes, it is possible to schedule background.
    data: or_doc  type ref to cl_gui_docking_container .
    if cl_gui_alv_grid=>offline( ) is initial.
        create object or_custom_container
               exporting container_name = cust_container.
      create object or_grid
             exporting i_parent = or_custom_container.
    else .
    create object or_grid
             exporting i_parent = or_doc .
    endif .
    Regards,
    Vadamalai A.
    Message was edited by: Matthew Billingham

  • BDC Error while executing in background

    Hello,
    I am run a BDC to upload Assessable value in J1ID transaction. When I am running the program in background it gives "Runtime error SAPSQL_ARRAY_INSERT_DUPREC has occurred" But when I am running the same in foreground mode it is running perfectly. Since the data volume is huge I cannot run the program in foreground. can anyone guide me how to correct the program to prevent background errors.
    Thanks,
    Anil N.

    Hi, ref SAP NOTE 668466
    When you load attributes or texts, data records are usually inserted in the master data tables of the characteristic using an array insert statement (P, Q, X, Y, T tables). This results in a SAPSQL_ARRAY_INSERT_DUPREC runtime error if data records that are to be inserted and that relate to the unique primary key of the relevant database table already exist in this table. The following possible reasons are currently known for the occurrence of the SAPSQL_ARRAY_INSERT_DUPREC runtime error:
    1. Data inconsistencies in the master data tables of the characteristic
    SAPSQL_ARRAY_INSERT_DUPREC runtime errors or RSDMD 199 may occur if the data appears in an inconsistent status in the master data tables of the characteristic before you load attributes or texts. Notes 323140, 566044, 592757 and 599269 describe this (among other things) in more detail.
    2. Parallel loading of nondisjunct data packages
    If master data attributes are loaded over several dialog processes that are running in parallel, you must guarantee that the data packages of the relevant request are strictly disjunct concerning the characteristic value. This means that all data records that belong to a certain characteristic value may only be contained in a single data package. If data records of a certain characteristic value are distributed over several data packages, this may cause conflicts during the parallel loading of these packages when the master data tables are accessed and this may result in SAPSQL_ARRAY_INSERT_DUPREC runtime errors.
    The same conditions that apply to loading attributes also apply to loading language-independent master data texts. If language-dependent texts are loaded in parallel, the data packages must be disjunct in relation to the combination of characteristic value and language indicator.
    Note 566044 also describes the problematic nature of nondisjunct data packages or duplicate or overlapping data records.
    3. Parallel loading of time-dependent attributes or texts
    When you load time-dependent attributes or texts, a data record that is to be loaded is assigned to a characteristic value and also specifically to a time interval within which the contained attribute values or texts are valid. For this reason, requests for loading time-dependent attributes or texts typically contain several data records for each characteristic value. If data records of a certain characteristic value or the combination of characteristic value and language indicator are distributed over several data packages, this may (as already explained) cause conflicts when the master data tables are accessed and may result in SAPSQL_ARRAY_INSERT_DUPREC runtime errors or error message RSDMD 199.

  • Error while execution mappings

    Hi All,
    When I try to execute, I am getting the following error.
    Steps:
    1. Created a schema for staging area
    2. Importing data to staging area, default table space is users. all these tables are truncate and insert. Data is loading successfully.
    3. Created a target schema. Here tables uses rep as tables space for indexes.
    4. When I tried to load data, I am getting the following error.
    ORA-01652: unable to extend temp segment by 32 in tablespace TEMP
    can anybody solve the issue.
    Regards,

    Generally this error occurs when you are loading huge data ...
    If you are doing so ask your dba to extend the temp segment..
    or
    If your map contains joiners
    check join conditions ----cross joins(cartesian products) also leads to this error

  • Error during execution in background: No Test Package Selected

    We have created a test package and tried to run both in foreground (Goto -> Automatic Test -> Execute) and background (Goto -> Automatic Test -> Execute in background). We are pretty confident that the test case included in the package works well.
    Foreground run is successful. However, when we try to run using background mode, we get the error "No Test Package Selected." What could be the possible issue for this?

    Unsigned applets are not allowed to access the file system...
    http://java.sun.com/developer/technicalArticles/Security/Signed/

Maybe you are looking for

  • Unable to generate XML's for BLOB datatypes from Concurrent program

    Hi All, I've a requirement to print images on rtf layout. Images are uploaded by end user through attahments men there are getting stored in fnd_lobs tables. for printing blob images we need to convert them into CLOB and generate XML's. I've done the

  • CC&B version 2.3.1 - Data Dictionary

    Hi, Just upgraded to version 2.3.1 and don't seem to have access to the Data Dictionary any more. Was wondering if someone could advise how we can config this ? Thanks

  • Hard Drive Crash! Please help

    I was surfing the internet when my itunes froze up, and then safari froze up. So I just rebooted and I got the flashing folder icon with the ? in the middle of it. I popped in the install CD and help down "c". I went to disk utility where the hard dr

  • Using Web Service in BPEL Causes Compile Error

    I am trying to use a document style web service (accepts an org.w3c.dom.Element as a parameter) in a BPEL process. I am using JDeveloper to generate the web service, and to build the BPEL process. When I incorporate the web service as a partnerlink a

  • Question on Select query

    Hi, I need to prepare a select query which can fetch the below mentioned scenario: Ztable has fields zident, date, time, status. (zident, date, time are key fields) zident      date        time               status       10001    02/09/09    111111