Dump CONNE_IMPORT_ILL_DESCRIPTION on include LSBAL_DBF10

Hi guys,
This dump is coming very frequently  for the WF-BATCH user:
Runtime Error          CONNE_IMPORT_ILL_DESCRIPTION
What happened?                                                                               
|
Error in ABAP application program.
The current ABAP program "SAPLSBAL_DB" had to be terminated because one of the
statements could not be executed.
This is probably due to an error in the ABAP program.
The current ABAP program had to be terminated because the
ABAP processor detected an internal system error.
The current ABAP program "SAPLSBAL_DB" had to be terminated because the ABAP
processor discovered an invalid system state.      
Information on where terminated
The termination occurred in the ABAP program "SAPLSBAL_DB" in
The main program was "SAPMSSY1 ".
The termination occurred in line 206 of the source code of the (Include)
program "LSBAL_DBF10"
of the source code of program "LSBAL_DBF10" (when calling the editor 2060).    
Source Code Extract*
>>>>>
IMPORT             (l_t_tables)
207
FROM DATABASE    baldat(al)
208
ID               i_s_ldat-log_handle
209
USING            baldat_import
210
IGNORING CONVERSION ERRORS
|  211|    ACCEPTING PADDING.    
Does anyone have any idea of what could be causing this?

Moderator message - Welcome to SCN
This is a standard AP program. Have you looked for notes?
Please read [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement], How to post code in SCN, and some things NOT to do... and [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers] before posting again.
Rob

Similar Messages

  • Getting dump in my include

    HI,
    i wriien a piece of code in the exit  EXIT_SAPLEINM_002.In development is working fine but in quality giving dump
    ABAP runtime errors    TABLE_ILLEGAL_STATEMENT
           Occurred on     04/27/2010 at 06:08:07
    >> Short dump has not been completely stored. It is too big.
    Error analysis
    You attempted to change, delete or create a line in the
    internal table "\PROG=SAPLEINM\DATA=XEKPO[]", but no valid cursor exists
    for the table.
    Possible reasons:
    1. The relevant ABAP/4 statement does not include the addition
       "...INDEX...", although the statement is not
       inside a "LOOP...ENDLOOP" loop processing this table.
    2. The relevant ABAP/4 statement was called from within a
       "LOOP...ENDLOOP" loop after a DELETE "\PROG=SAPLEINM\DATA=XEKPO[]".
    *The stopped line items should be dropped by the idoc
    loop at DEKEK_X where ebelp = xekpo-ebelp.
    if DEKEK_X-stpin = 1.
    delete DEKEK_X where stpin = 1.
    delete xekpo where ebelp eq DEKEK_X-ebelp.
    endif.
    endloop.
    if DEKEK_X[] is initial.
    delete xekpo.
    endif.

    if DEKEK_X[] is initial.
    delete xekpo.
    endif.
    this is wrong... which record do you wish to delete? you need to tell him... either give an index or a where condition.
    if you want to clear the whole table then make use of the CLEAR command instead of delete.

  • How to dump your database including other objects like views, sequence,etc

    hi.
    is it possible to generate a sql file that contains your database structure including the values in it and other objects. I have tried generating just the tables and that's the only way I know to dump a database using jdeveloper. but is there a way to generate a sql file with your db structure and also other objects like views, triggers, sequences and etc.
    thanks.. :D

    You may need to use utility(which may come with your DB) for creating DB dump

  • Dump transaction F110 - include RFFORI08

    Hello !!
    We Are in a project to upgrade SAP R / 3 4.7 Enterprise to ECC EHP4.
    After migrating to ECC EHP4 (SAP Release an Kernel 701 level 150) in transaction F110 by clicking Proposal, the dump is below:
    =======================
    Syntax error in program "ZRFFOBR_U ".
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPF110V" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "ZRFFOBR_U " in include
         "RFFORI08 " in
        line 70:
        Field "GV_SCRIPT" unknown. This field is not contained in one "
      tables indicated was not defined by an instruction "DATA"
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
        Error in the ABAP Application Program
        The current ABAP program "SAPF110V" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Information on where terminated
        Termination occurred in the ABAP program "SAPF110V" - in "JOB_VORBEREITUNG".
        The main program was "SAPF110V ".
        In the source code you have the termination point in line 1461
        of the (Include) program "F110VI00".
    ================
    Any suggestions ?
    tks

    The ABAP Dump says it all
    ZRFFOBR_U has a syntax error !!!
    Variable GV_SCRIPT may not be declared  or some include in a different request

  • Transport Set Dump doesn´t include custom portlet settings

    Hi,
    I´ve developed various PL/SQL portlets with custom settings.
    When I create the transport set dump everthing works fine.
    Everything is being transported fine but the portlet settings are missing.
    Any idea why this can occur?
    I´m using Oracle Portal 10.1.2.3.0 (Build: 263)
    Kind Regards.

    The PORTLET_PATH param must end with a dot:
    turn PORTLET_PATH constant varchar2(256):= 'oracle.portal.pdk.servicesportlet';
    into PORTLET_PATH constant varchar2(256):= 'oracle.portal.pdk.servicesportlet.';
    and it will work.
    Edited by: José Antonio Sánchez on 20-ene-2011 12:57
    Edited by: José Antonio Sánchez on 20-ene-2011 12:57

  • Include A Field in ALV which is not in data dictonary.

    Hi all,
      Im doing ALV report.
         in that i need to calculate the gross price.
           so i've to take difference of two fields & store it in a variable.now i want to know how i should display this field in alv.
    Example:
    v_gprice = i_tab-netwr - i_tab-wavwr.
    i want to display this field(v_gprice) in my output along with other fields.
    i moved this field to that i_tab.but im not getting the result.it shows dump.

    hii
    just include that field in your internal table , and while display give perticular column no. and filed value , if u r using it without merge.
    chk the following code
    OUT TYPE P DECIMALS 2,
          OUTINR TYPE P DECIMALS 2,
           END OF ITAB.
    LS_FIELDCAT-TABNAME      = 'ITAB'.
      LS_FIELDCAT-FIELDNAME    = 'OUT'.
    FLDNAMES-FIELDNAME    = 'OUT'.
      LS_FIELDCAT-COL_POS      = 22.
      LS_FIELDCAT-KEY          = ''.
      LS_FIELDCAT-KEY_SEL      = 'X'.
      LS_FIELDCAT-SELTEXT_L    = 'OUTSTANDING AMOUNT'.
      LS_FIELDCAT-datatype     = 'CURR'.
      LS_FIELDCAT-DO_SUM       = 'X'.
      LS_FIELDCAT-cfieldname     = 'WAERK1'.
    APPEND LS_FIELDCAT TO E01_LT_FIELDCAT  .
    LS_FIELDCAT-TABNAME      = 'ITAB_VBMTV'.
      LS_FIELDCAT-FIELDNAME    = 'OUTINR'.
      LS_FIELDCAT-COL_POS      = 24.
      LS_FIELDCAT-KEY          = ''.
      LS_FIELDCAT-KEY_SEL      = 'X'.
      LS_FIELDCAT-SELTEXT_L    = 'OUT IN INR'.
      LS_FIELDCAT-DO_SUM       = 'X'.
    APPEND LS_FIELDCAT TO E01_LT_FIELDCAT  .

  • Dump while adding a shopping cart in work area in Carryout Sourcing

    Hi Experts,
    We are getting dump while adding a shopping cart to the work area in Carryout Sourcing.
    We want to replicate the Purchase Requisition from R/3 to SRM. And SC contains the limit item with free text service.
    The dump details are as follows :
    The exception 'CX_BBP_PD_ABORT' was raised, but it was not caught anywhere
    along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program 'SAPLBBP_PDH' has to be
    Error analysis
        An exception occurred which is explained in detail below.
        The exception, which is assigned to class 'CX_BBP_PD_ABORT', was not caught and
        therefore caused a runtime error.
        The reason for the exception is:
        Buffer table not up to date
    How to correct the error
        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:
        "UNCAUGHT_EXCEPTION" "CX_BBP_PD_ABORT"
        "SAPLBBP_PDH" or "LBBP_PDHU08"
        "BBP_PD_ABORT"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLBBP_PDH" - in "BBP_PD_ABORT".
        The main program was "SAPLBBP_SOCO_UI_ITS ".
        In the source code you have the termination point in line 73
        of the (Include) program "LBBP_PDHU08".
      READ TABLE lt_callstack INTO ls_callstack2 INDEX 4.
      CONCATENATE   '/' ls_callstack2-eventtype
                    ls_callstack2-eventname ls_callstack2-progname
                    INTO lv_msgarg3 SEPARATED BY space.
      CALL FUNCTION 'BBP_ALERT_INTERNAL_OT'
        EXPORTING
          msgid   = gc_msgid_bbp_pd
          msgno   = 047
          msgarg1 = lv_msgarg1
          msgarg2 = lv_msgarg2
          msgarg3 = lv_msgarg3.
      MESSAGE ID gc_msgid_bbp_pd TYPE c_msgty_i NUMBER iv_msg_no
              WITH ls_callstack1-eventtype
                   ls_callstack1-eventname
                   ls_callstack1-progname.
      rollback work.
    get the messages from the application log
      TRY.
          CALL FUNCTION 'BBP_PD_LOG_GET_MESSAGES'
            TABLES
            e_messages = lt_messages.
        CATCH cx_bbp_pd_abort.
          REFRESH lt_messages.
      ENDTRY.
      RAISE EXCEPTION TYPE cx_bbp_pd_abort EXPORTING
          worked_on_document = lv_guid
          t100_msgid = gc_msgid_bbp_pd
          t100_msgno = iv_msg_no
          t_appl_log_messages = lt_messages.
    ENDFUNCTION.
    Could you please help me on this, how to rectify the dump ?
    Thank you very much in advance.

    Hello,
    I have seen this dump many times because the ERP version defined in table BBP_BACKEND_DEST was not correct.
    Please, check the following note related to this configuration:    
    1230789 - Dump: BBPSOCO01 at include LBBP_PDH_TEOF0B               
    Kind regards,
    Ricardo

  • Error (short dump) while doing Print review of PO

    Freinds,
    Business Scenario:We have developed a custom message type for PO output based on standard message type NEU.Also we have created a custom requirement type such taht print as well email output can created by system.
    Problem:While doing print preview (via TCode ME23N)of the custom output we manage to see the print preview of PO      -->then come back.
    But while coming back we get a short dump related to include CL_HANDLE_MANAGER_MM==========CM005.
    If any one of you have faced this problem eralier please let us know about the solution.
    Regards,
    Shailesh Seth

    check the OSS note 358293, 548857, 923695

  • ERP EHP4 causing dump when posting invoice in MIRO

    I originally posted this in the MM forum but was advised to move it here.
    We just implemented ERP EhP4 w/SAPAPPL603 and are now getting a dump when using MIRO to posting a vendor invoice against a PO. The error seems to involve new logic for multiple account assignment introduced with this EHP. The dump is in include LMRMBWF02 of SAPLMRMBM, and indicates that data object S_MCRBPO does not contain component XHISTMA. The lines in LMRMBWF02 are (starting at 772):
    FORM bw_read_co_history_dyn_sub USING event TYPE bwmode
    s_index_mcrbpo TYPE eval_iv_index_key_s
    s_mcrbpo TYPE mcrbitm
    CHANGING s_mcrbco TYPE mcrbco.
    DATA: s_ekbe LIKE ekbe,
    s_ekbz LIKE ekbz,
    s_ekbz_ma TYPE ekbz_ma, "MAA EhP4
    s_ekbe_ma TYPE ekbe_ma, "MAA EhP4
    f_arewr TYPE ekbz-arewr, "MAA EhP4
    f_areww TYPE ekbz-areww. "MAA EhP4
    CASE event.
    WHEN c_recompilation.
    IF s_mcrbco-xunpl = space.
    Not for unplanned account assignments
    IF ( s_mcrbpo-exkbe = 'X' ).
    Read PO history for goods item
    IF s_mcrbpo-xhistma = space. "MAA EhP4
    ...with the last line being the culprit. The actual break in execution occurs at line 119 of SAPLMRMP, BESTELLUNG_BUCHEN where function MRM_BW_PO_HISTORY is called.
    Had some other errors where tables weren't properly activated after the EHP installation, but here most everything seems to be activated properly. The exception is table EKBE, which activates but with warnings about missing enhancement categories of tables or includes/subtypes for four active dependent tables. That's the only lead I've got.
    Can't find any notes or other posts about this error, any ideas would be greatly appreciated!

    Hi,
    the only thing i´ve found is this OSS Note:
    https://service.sap.com/sap/support/notes/1105679
    Best regards.

  • Is there any BAPI allowing to retreive dump information in details?

    Dear all,
    I would like to ask a question about dumps that are sometimes generated on SAP sytems.
    Each morning, by using the transaction ST22 I can see the dumps that were generated during
    the precedent day. I click on each dump label then in the menu System > list > save
    I can save the dump file which includes technical information about the error (our
    developers look inside in order to find out what went wrong that gernerated the error)
    Now, sometimes there are actually too many dumps and saving each file by ST22 one by one
    takes too much time.
    I know ABAP programming language, I would like to ask is there any BAPI in SAP which could be called
    and that provides the same details that you can have by ST22 about the generated dumps? I was thinking
    to call inside a loop (as many times as there are dumps) this BAPI and write the datails about each
    dump in DATASET and creates the files.
    So, do you know any BAPI providing information about dumps?
    Thank you very much for your attention,
    Kind Regards,
    Dariyoosh

    Hello there,
    Thanks for this information, I'm going to look into the function group in order to
    see how I may use its function modules properly for my purpose.
    Thank you very much,
    Kind Regards,
    Dariyoosh

  • SAP NOTE for COMPUTE_BCD_OVERFLOW in include LM60EF0C

    Hello friends,
    I am getting dump COMPUTE_BCD_OVERFLOW in include LM60EF0C of standard program  SAPLM60E.
    Error position -->  ADD L_PBET-PLNMG TO LV_GESAMT_PLNMG.
    The above code is added in sap program in note 671875.
    I am not getting any correction note for 671875 note to avoid dump.
    Please let me know if you knows any correction note for 671875 note.
    Thanks in advance.
    Edited by: lovely_yp on Dec 22, 2011 9:20 AM

    Hi,
    @Srikishan : Correction note 561614 you suggested is for include LM60EFXS,
                 But i want correction note for include LM60EF0C.
                 SAP system component version -->  SAP ECC 6.0
    @Siva Kumar: Correction note 671875 is already implemented in program,
                 Now I am facing the problem in the code of note 671875.
                 Hence i need correction note for the already implemented note 671875.
    Thank you.
    Edited by: lovely_yp on Dec 23, 2011 7:45 AM
    Edited by: lovely_yp on Dec 23, 2011 7:49 AM

  • Memory dump in contract data load

    Hi,
    e are doing CRM service contract data load from flat file to CRM using
    BAPI_BUSPROCESSND_CREATEMULTI and it is giving ABAP memory dump.Please
    see attached file for more details about dump.
    Following steps we are doing.
    1.Call following functional modules in loop to create service contract.
    2. call
      call function 'BAPI_BUSPROCESSND_CREATEMULTI'
        tables
          header          = lt_header
          item            = lt_item
          sales           = lt_sales
          partner         = lt_partner
          appointment     = lt_appointment
          status          = lt_status
          input_fields    = lt_input_fields
          created_process = lt_created_process
          return          = lt_return
          scheduleline    = lt_scheduleline
          pricing         = lt_pricing
          billing         = lt_billing
          objects         = lt_objects
          condition_create = lt_condition_create
         billplan        = lt_billplan
         billplan_date   = lt_billplan_date
           cancel          = lt_cancel
          document_flow   = lt_docflow.
    2.call
          call function 'CRM_ORDER_SAVE'
        exporting
          it_objects_to_save = lt_objects_to_save
          iv_no_bdoc_send    = 'X'
        exceptions
          document_not_saved = 1
          others             = 2.
    3. call
              call function 'BAPI_TRANSACTION_COMMIT'
        exporting
          wait = 'X'.
    4.call
               call function 'CRM_ORDER_INITIALIZE'
        exporting
          it_guids_to_init           = lt_guid_16
          iv_initialize_whole_buffer = 'X'
          iv_init_frame_log          = 'X'
        exceptions
          error_occurred             = 1
          others                     = 2.
    5.close the loop.
    Though we are every time calling 'CRM_ORDER_INITIALIZE' it's still
    giving following dump. Looks like 'CRM_ORDER_INITIALIZE' is not
    initializing the memory.
    Dump details
    STORAGE_PARAMETERS_WRONG_SET
    &INCLUDE INCL_INSTALLATION_ERROR
    What happened?
    The current program had to be terminated because of an
    error when installing the R/3 System.
    The program had already requested 256701152 bytes from the operating
    system with 'malloc' when the operating system reported after a
    further memory request that there was no more memory space
    available.
    Could you please suggest how to clear the memory?
    -Kavitha

    Hi Kavitha,
    What are the approx. number of records you are trying to Populate? You can follow the below given sequence for loading the data.
    1. call function 'BAPI_BUSPROCESSND_CREATEMULTI'
    2. CALL FUNCTION 'BAPI_BUSPROCESSND_SAVE'
    Example:  
    call function 'BAPI_BUSPROCESSND_SAVE'
          EXPORTING
            update_task_local = false
            save_frame_log    = true
         IMPORTING
          log_handle        = lv_loghandle
          TABLES
            objects_to_save   = lt_objects_to_save
            saved_objects     = lt_saved_objects
            return            = lt_return.
    3.   CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    i think this would work without problem. Let me know whether you still get ABAP Dump.
    Regards
    Abinash

  • ERP EhP4 causing dump in MIRO posting

    We just implemented ERP EhP4 w/SAPAPPL603 and are now getting a dump when using MIRO to posting a vendor invoice against a PO. The error seems to involve new logic for multiple account assignment introduced with this EHP.  The dump is in include LMRMBWF02 of SAPLMRMBM, and indicates that data object S_MCRBPO does not contain component XHISTMA.  The lines in LMRMBWF02 are (starting at 772):
    FORM bw_read_co_history_dyn_sub  USING   event  TYPE bwmode
                                     s_index_mcrbpo TYPE eval_iv_index_key_s
                                     s_mcrbpo       TYPE mcrbitm
                            CHANGING s_mcrbco       TYPE mcrbco.
      DATA: s_ekbe LIKE ekbe,
            s_ekbz LIKE ekbz,
            s_ekbz_ma TYPE ekbz_ma,                             "MAA EhP4
            s_ekbe_ma TYPE ekbe_ma,                             "MAA EhP4
            f_arewr TYPE ekbz-arewr,                            "MAA EhP4
            f_areww TYPE ekbz-areww.                            "MAA EhP4
    CASE event.
        WHEN c_recompilation.
          IF s_mcrbco-xunpl = space.
    Not for unplanned account assignments
            IF ( s_mcrbpo-exkbe = 'X' ).
    Read PO history for goods item
              IF s_mcrbpo-xhistma = space.                      "MAA EhP4
    ...with the last line being the culprit.  The actual break in execution occurs at line 119 of SAPLMRMP, BESTELLUNG_BUCHEN where function MRM_BW_PO_HISTORY is called.
    Had some other errors where tables weren't properly activated after the EHP installation, but here most everything seems to be activated properly.  The exception is table EKBE, which activates but with warnings about missing enhancement categories of tables or includes/subtypes for four active dependent tables.  That's the only lead I've got. 
    Can't find any notes or other posts about this error, any ideas would be greatly appreciated!

    Per the recommendation I've moved this thread to the ABAP forum:
    ERP EHP4 causing dump when posting invoice in MIRO

  • Dump Error when creating sales order

    Dear Friends,
    When I am creating sales order after entering order quantity field value in item table giving dump error.
    INCLUDE LV03VF0B.
    INCLUDE LV03VFB4 inside below code trigger error.
    PERFORM VVBBD_AUFBAUEN USING WA_AVBBD
                                        WA_AVBBD-APOMOBILE
                                        DA_SUBRC
                                        DA_UPDKZ
                                        DA_VVBBD_TABIX
                                        0.

    Hello Praveen,
    checked this program in other systems.
    The weird thing in your code is the final parameter 0, it should not be there.
    The call should be:
    PERFORM VVBBD_AUFBAUEN USING WA_AVBBD
                                        WA_AVBBD-APOMOBILE
                                        DA_SUBRC
                                        DA_UPDKZ
                                        DA_VVBBD_TABIX.
    Hope it helps.

  • Short Dump when deleting CMR/DMR

    Hi,
    When I delete a CMR or DMR the system hangs and I get a Short Dump.  I have traced the line where the dump is occuring, but cannot figure why the error/short dump occurs.
    INCLUDE FV45KFKD_VBKD_FUELLEN_TEIL_2
    FORM VBKD_FUELLEN_TEIL_2 USING VALUE(US_POSNR)
      IF NOT DA_WARNUNG IS INITIAL AND
         SVBKD-TABIX > 0.
        CLEAR DA_WARNUNG.
        IF VBKD-FKDAT EQ DA_FKDAT.
          SET CURSOR FIELD 'VBKD-FKDAT'.
          WRITE VBKD-FKDAT TO DA_DATUMC DD/MM/YYYY.
          MESSAGE W221 WITH DA_DATUMC.  <== The error is occuring when this statement is exceuted.
        ENDIF.
      ENDIF.
    Although the short dump thing the error occurs when trying do the next ste PERFORM VBKD_FUELLEN_IAOM USING US_POSNR.
    Thanks in advance
    Naing

    I would check if you have any code in userexit_check_vbkd for example.
    NOTE: sapmv45a processes not only sales orders but contracts, CMR/DMR,... so please be careful with your code in userexits and make sure you restrict it to proper document types/transactions.
    Ideally you need to write your userexits in such a way that they all can be switched-off easily (like put all code in each userexit between if sy-uname = 'SAPLOOK' ... endif. for example) in this case when you are logged on with SAPLOOK ID - userexits are off.
    The bottom line is - if you are able to perform any action (delete DMR/CMR) when your exits are OFF -> the problem is somewhere in your exits.
    The problem may NOT be in the code where dump occurs, it can be well in advance
    One small flag or incorrect read statement which re-sets workarea of internal table in one of your userexits may cause problems down the line.

Maybe you are looking for

  • How do I restore files from External Harddrive - Disk warrior cannot rebuild

    Hi Guys I have a External Hard drive that I can see via Disk Ulitity and shows in finder - but I cannot see the actual files and directories, hence not being able to copy them to a new external hard drive When I connect the External Harddrive to my M

  • MSDTC set up in SQL Server 2008 failover cluster

    Hi Guys, I am in the process of setting up failover cluster using SQL Server 2008  (64Bit) Enterprise on Windows Server 2008 R2 (64Bit) I have completed almost all the works but I got few questions regarding MSDTC configuration whether the MSDTC disk

  • After updating from ios 7.1.2 to 8.1.2, iphone got stuck syncing with itunes!

    After updating from ios 7.1.2 to 8.1.2, iphone got stuck syncing with itunes! I searched for some solutions on the internet and applied following fixes: 1- Disconnected iphone from PC and closed itunes. 2- Reset the iphone by holding down the On/Off

  • No progress bar for iWeb?  Why not?

    Maybe I'm missing something here but, I can't find a progress bar to follow progress when publishing. I know I'm loading a large set of files, but I've been "publishing" for about 7 hours now and I have no idea whether or not "publishing" is taking p

  • Lost money in my app account

    There  are several of us missing money in our app accounts. We put I gift cards and go to use them and it says there is not eough money in the account. We check if the gift card worked. And that was not the problem.  There is a problem. I am the only