GETWA_NOT_ASSIGNED dump

Hi ,
i have creatd a new SyncBo, I generated it and replicated but when I try to sicronize it a dump GETWA_NOT_ASSIGNED  is produced.
I read in the next thread a posible solution:
But i don´t know where I must configure it or if my problem will be solved with this.
Can anybody help me?
Thanks, regards

hi,
this is the detail of dump:
ShrtText                                   
    Field symbol has not yet been assigned.
What happened?                                                                 
    Error in ABAP application program.                                                                               
The current ABAP program "SAPLMEREP_RUNTIME_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.                      
Error analysis                                                             
    You attempted to access an unassigned field symbol                     
    (data segment 32773).                                                                               
This error may occur for any of the following reasons:                 
    - You address a typed field symbol before it is set using ASSIGN       
    - You address a field symbol that points to a line in an internal table
      that has been deleted                                                
    - You address a field symbol that had previously been reset using      
      UNASSIGN, or that pointed to a local field that no longer exists     
    - You address a global function interface parameter, even              
      though the relevant function module is not active,                   
      that is it is not in the list of active calls. You can get the list  
      of active calls from the this short dump.                                                                               
program "LMEREP_RUNTIME_DBU06"
1105   TYPES:                                               
1106      BEGIN OF LTS_MBLLANG,                             
1107      MBLID TYPE MEREP_507-MBL_ID,                      
1108      LANG  TYPE MEREP_507-LANG,                        
1109      END OF LTS_MBLLANG.                               
1110                                                        
1111   TYPES:                                               
1112      BEGIN OF LTS_DELTA,                               
1113        SYNC_KEY TYPE MEREP_207-SYNC_KEY,               
1114        R3KEY    TYPE MEREP_207-R3KEY,                  
1115        UPDACT   TYPE CHAR1,                            
1116        ITM      TYPE CHAR1,                            
1117        LANG     TYPE SY-LANGU,                         
1118      END OF LTS_DELTA.                                 
1119                                                        
1120                                                        
1121                                                        
1122   DATA : LDT_MAP      TYPE STANDARD TABLE OF LTS_MAP   
1123                       WITH HEADER LINE,                
1124          LDT_DELTA    TYPE STANDARD TABLE OF LTS_DELTA 
1125                       WITH HEADER LINE,                
1126          LDT_MBLLANG  TYPE STANDARD TABLE OF LTS_MBLLANG
1127                       WITH HEADER LINE,                
1128          LDT_DELTAML  TYPE STANDARD TABLE OF LTS_DELTA 
1129                       WITH HEADER LINE.                
1130                                                        
1131 *Get the scenario name                                 
1132   READ TABLE PRT_HEAD ASSIGNING <L_207> INDEX 1.       
1133                                      
1134 *get the sync type                   
>>>>   SELECT SINGLE SYNCTYPE             
1136     FROM MEREP_401                   
1137     INTO SYNCTYPE                    
1138     WHERE SCENARIO EQ <L_207>-SCENARIO
1139                                      
1140 *get the program name                
1141   CONCATENATE 'SAPLZ_MEREP_GEN_'     
1142               SYNCTYPE               
1143               '_'                    
1144               <L_207>-SCENARIO       
1145                INTO PNAME.           
1146 *get the subroutine name             
1147   CONCATENATE <L_207>-SCENARIO       
1148               '_DELTAML'             
1149                INTO SNAME.           
1150   SORT: PRT_ITEM,                    
1151         PRT_CUR BY SYNC_KEY.         
1152                                      
1153 *Get the delta for updating the data 
1154   PERFORM (SNAME)                    
Coul you help me, please?
Thanks,regards.

Similar Messages

  • GETWA_NOT_ASSIGNED dump error in program SAPLSLVC

    Hi,
        I am using REUSE_ALV_GRID_DISPLAY FM to print ALV report and getting GETWA_NOT_ASSIGNED dump error in program SAPLSLVC.
    I check the SAP Note for this error.. no luck..
    Any one face similar issue.
    Cheers
    Senthil

    Hi,
        Here is my source code.
    Layout
      it_layout-no_input          = 'X'.
      it_layout-colwidth_optimize = 'X'.
      it_layout-zebra = 'X'.
      it_layout-get_selinfos = 'X'.
      it_layout-box_fieldname = 'SEL'.
      it_layout-detail_initial_lines = 'X'.
      it_layout-detail_titlebar = 'Details'.
    ALV
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                i_callback_pf_status_set = y_pfstatus
                i_callback_program      = y_repid
               i_callback_user_command = 'USER_COMMAND'
                i_grid_title           = y_outtext
                is_layout               = it_layout
                it_fieldcat             = it_fieldcat[]
                i_save                  = 'X'
           TABLES
                t_outtab                = it_out
           EXCEPTIONS
                program_error           = 1
                OTHERS                  = 2.
    I am still getting dump error.
    Any parameter missing..!
    Thanks
    Senthil

  • GETWA_NOT_ASSIGNED dump while creating ME21N

    Hi,
    While creating ME21N user getting this error "GETWA_NOT_ASSIGNED dump ". please tell me the OSS notes or any solution.
    Client.............. 600
    User................ "RINFMFGS"
    Language key........ "P"
    Transaction......... "ME21N "
    Program............. "SAPLV61A"
    Screen.............. "SAPLV69A 6201"
    Screen line......... 43
    How to correct the error
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "GETWA_NOT_ASSIGNED" C
    "SAPLV61A" or "RV61AFZA"
    "USEREXIT_PRICING_RULE"
    Thanks

    Hi
    the error occurs in your own program RV61* , sorry but we cannot know the source code of this program and user-exit
    you wrote...
    Regards,
    Mauro

  • GETWA_NOT_ASSIGNED dump  in me21n

    Hi,
    While creating ME21N user getting this error  "GETWA_NOT_ASSIGNED dump ". please tell me the OSS notes or any solution.
    Client.............. 600
    User................ "RINFMFGS"
    Language key........ "P"
    Transaction......... "ME21N "
    Program............. "SAPLV61A"
    Screen.............. "SAPLV69A 6201"
    Screen line......... 43
    How to correct the error
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    use the following search criteria:
    "GETWA_NOT_ASSIGNED" C
    "SAPLV61A" or "RV61AFZA"
    "USEREXIT_PRICING_RULE"
    Thanks
    Edited by: pandu123 on May 18, 2011 7:20 PM

    Check the following notes which may help you
    1)  Note 61979 - SAPLV61A - GETWA_NOT_ASSIGNED
    2)  Note 586743 - short dump - "GETWA_NOT_ASSIGNED" - ME21, ME22
    3)  Note 951039 - ME21N: DUMP "GETWA_NOT_ASSIGNED" in /SAPMP/LMM_PURU02
    4)  Note 1558128 - Dump GETWA_NOT_ASSIGNED while comp availability check in PO
    thanks
    G. Lakshmipathi

  • GETWA_NOT_ASSIGNED- Dump while Creating Delivery

    Hi all,
    When I am trying to create Deliver for a Sale Order, then as soon as I save the Delivery, it displayes me message " Return Delivery  XXXXXXX has been saved" but when I go to VL03 to see the delivery, it turns a Dump with heading " GETWA_NOT_ASSIGNED".
    In ST22 Dump is with the heading " Field Symbol not yet assigned"
    Please note that we have just now upgraded from 4.6C to ECC 6.0 and we have come across this issue during functional testing.
    Any Input for this issue are welcome.
    Points assured to each helpful answers.
    Regards,
    Lalit Kabra
    Regards,
    Lalit

    Hi,
    Thanks a lot for the quick response. Please find below the extracts from Dump. May be this will help you to understand my issue.
                                                                                    _________________________________________________       Short text                                                                               
    Field symbol has not yet been assigned.
    What Happened?                                                                               
    Error in the ABAP Application
    Program                                                         
    The current ABAP program "SAPLV50S" had to be terminated because it has                       
        come across a statement that unfortunately cannot be executed.                                
    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:                                                                               
    "GETWA_NOT_ASSIGNED" " "                                                  
        "SAPLV50S" or "/SPE/V50SF07"                                              
        "/SPE/RET_HUS_GET"                                                       .......
    Source Code Extract 
        *...First: Read corresponding item(s) of HU(S) to delivery item            
      LOOP AT verpotab ASSIGNING <fs_verpo_tab> WHERE vbeln = xlips-vbeln AND_
                                                       posnr = xlips-posnr.  
    The above code is at line number 436 in include program /SPE/V50SF07  and this program belongs to program SAPLV50S.
    Hope this clarifies my issue. In case some more details are needed please let me know.
    Also I activated the include but issue still persists.
    Regards,
    Lalit Kabra

  • GETWA_NOT_ASSIGNED DUMP while creating quotation.from existing quotation.

    hi,
    when i am creating an quotation from the existing quotation using the COPY button in the crmd_order
    i get an runtime error (DUMP)
    "GETWA_NOT_ASSIGNED" C
    "SAPLSLVC" or "LSLVCF36"
    "DATA_TABLE_FILL"
    this is happenning in production server,  but in the development and quality and maintenance servers
    we are not facing this dump.
    can you please explain,  how to proceed in fixing this dump..
    ADV. thanks
    dhineshsm.

    Try SAP Notes 431889 and 1004771. See if they help.
    Edited by: Amar Nath on Aug 28, 2008 7:27 PM

  • GETWA_NOT_ASSIGNED dump in sap

    Hi experts,
    I have a problem with ALV list.
    The case is like below.
    I added a new field that length is 6 with CHAR type.It was okay. There was no problem with just adding a field.
    I added thefield with the attribute "EDIT = 'X'".In this case, the GETWA_NOT_ASSIGNED dmp occurs.
    Everything is the same execpt EDIT attribute.
    I need to set the field as editable so is there any solutions for this case?
    Thanks.

    Hi,
    The code is like below.
    DATA ls_fcat TYPE lvc_s_fcat .
            ls_fcat-fieldname = 'CNTMONT'.
          ls_fcat-reptext   = 'Aggregate Month'.
    *      ls_fcat-edit      = 'X'.
          ls_fcat-outputlen = 6.
          APPEND ls_fcat TO gt_lvc_fcat.
       *** ALV DISPLAY
      CALL METHOD lcl_grid->set_table_for_first_display
        EXPORTING
          is_layout            = gs_lvc_layo
          it_toolbar_excluding = gt_ui_functions
          i_save               = 'A'
          i_default            = 'X'
          is_variant           = gs_variant
    *      IS_VARIANT           = GS_VARIANT
        CHANGING
          it_sort              = gt_sort[]
          it_outtab            = gt_disp[]
          it_fieldcatalog      = gt_lvc_fcat[].
    Thank you.

  • Short dump during activating the BC Set in SCPR20 - "GETWA_NOT_ASSIGNED"

    Hi experts,
    We have upgraded from SRM 4 to 7.0.We are facing an issue when activating the BC Set in SCPR20. A short dump is occuring inside the program 'VIRSA/SAPLZVIR'. We got the solution that some correction instructions mentioned in the SAP Note 1095700 needs to be mplemented. The steps mentioned in the Note are,
    1) Run transaction SE54 and click the button 'Edit Function Group'.
    2) Next, enter the name of the function group /VIRSA/ZVR1.
    3) Select the radio button option 'Re-generate group-specific programs',and press the 'Change' button.
    4) In the following popup please mark only the option 'structure spec.data declaration renewal' and press enter.
    We were able to proceed with the first two steps but stuck up during the execution of step3. When we selected the radio button u2018Re-generate group-specific programsu2019 and when clicked on the change button, we are getting a message like u2018the name space u2018/VIRSA/ZVR1u2019 does not exists. Because of this we are not able to proceed with the last step.
    Kindly provide some ponters as of how to overcome this issue ..
    Thanks in advance,
    Dhan

    Hi there,
    To overcome this error you need to go to se06 and make the "/VIRSA/" namespace as Modifiable.
    Also, you should have a look at the following note if my first suggestion doesn't work.
    1041089 Tx SCPR20: GETWA_NOT_ASSIGNED dump during BC Set activation
    Hope this helps.
    Kind Regards,
    Matthew

  • Getwa_not_assigned - error in grid display - when trying for list output

    Hi all,
    i have searched the SDN before posting and tried all the possibilites given in the forum.
    my problem is
    data gr_alvgrid type ref to cl_gui_alv_grid.
    data: gc_custom_control_name type scrfname value 'CC_ALV'.
    data gr_ccontainer type ref to cl_gui_custom_container.
    data: gt_fieldcat type lvc_t_fcat.
    data gs_layout type lvc_s_layo.
    data: begin of gt_itab_alv occurs 0,
            lifnr type char10,    "ekko-lifnr,                " vendor
            ebeln type ekpo-ebeln,                " purchase order
            aedat type ekko-aedat,                " order date
            ebelp like ekpo-ebelp,                " item
            matnr like mara-mfrpn,                " material part no.
           end of gt_itab_alv.
    in field cat preparation
    perform prepare_fieldcat changing gt_fieldcat.
    form prepare_fieldcat  changing pt_fieldcat type lvc_t_fcat. "M24
      data ls_fcat type lvc_s_fcat.
        ls_fcat-fieldname = 'LIFNR'.
    *    ls_fcat-ref_table = 'EKKO'.
    *    ls_fcat-ref_field = 'LIFNR'.
       ls_fcat-inttype   = 'C'.
       ls_fcat-outputlen = '12'.
        ls_fcat-coltext = 'Vendor'.
        ls_fcat-seltext = 'Vendor'.
        append ls_fcat to pt_fieldcat.
        clear ls_fcat.
    endform.
          CALL METHOD gr_alvgrid->set_table_for_first_display
            EXPORTING
              is_layout                     = gs_layout
            CHANGING
              it_outtab                     = gt_itab_alv[]
              it_fieldcatalog               = gt_fieldcat
            EXCEPTIONS
              invalid_parameter_combination = 1
              program_error                 = 2
              too_many_lines                = 3
              OTHERS                        = 4.
          IF sy-subrc <> 0.
          ENDIF.
    i am trying to change it to list output - it is giving the getwa_not_assigned dump error.
    when i try to do it for one field also, it is giving the same error.
    kindly help me.
    thanks and regards,
    Sakthi Sri.

    The Problem is with the layout and not with the field cat preparation.
    I gave colours to the layout and now i have changed it to the zebra and the problem solved by me.

  • GETWA_NOT_ASSIGNED while executing VF21

    Hi Experts,
    While trying to create a invoice list in T-Code VF21, I am getting a runtime error
    GETWA_NOT_ASSIGNED, Dump informatation suggests to find SAP note for following keywords
    "GETWA_NOT_ASSIGNED" C
    "SAPLV60A" or "LV60AA09"
    "BELEG_SPERREN_VBRK"
    Please note that account assignment group has been correctly maintained in VKOA.
    I would appreciate if you could provide me suitable pointers for its root cause.
    Thanks in advance
    Regards
    Harpreet

    Hi Srinath,
    All the pre-requisites have been met here for invoice lists
    u2022     Condition type RL00 (factoring discount) maintained
    u2022     Invoice list type assigned to required billing type
    u2022     Copying requirements are be defined
    u2022     Customer calendar has been defined and assined to payer     
    u2022     Pricing condition records for the condition type RL00 maintained
    u2022     Output condition records for condition types LR00 maintained
    If you feel I am missing any step then please let me know.
    Thanks
    Harpreet

  • BPC NW: Field symbol not assigned in BADi as Endroutine

    HI Experts,
    I have a problem when working with BADis as Endroutines in a TransformationFile.
    Guided by the "How To... Use Start and End Routine" I followed the different steps and for the Start Routine everything works fine. My problem is when trying to call the TransformationFile with the Endroutine I get a  GETWA_NOT_ASSIGNED dump telling me that: Field symbol has not yet been assigned.
    I'm using quite the same code as given in the How To. I introduced some checks, but  I did not get any positive results. Can anybody help, please? The How To is made for master data, I assume the error comes from this side, but I can't assure it.
    The code in the Badi is:
    field-symbols:
           type any.
    data: lt_columns type table of string.
    data: lt_column_data type table of string.
    data: lt_message type uj0_t_message.
    data: lt_error_reason type uj0_t_message,
          lv_tabix like sy-tabix.
    data:
          lo_dataref      type ref to data,
          lv_cuenta_asig  type zmap_cuentas-cuenta_asignado.
    Assign importing data reference to field symbol
    assign ir_data->* to  IS ASSIGNED.
    Create work area for importing data
    create data lo_dataref like line of .
    Create new internal table for exporting data
    check .
    Get CUENTA value from custom table or other datasource
    loop at .
    The error occurs when assigning the first pointer.
    By the way, I'm working on BPC 7.5 SP07 for NW.
    Hope someone can help. Thanks very much in advance,
    Àlex

    Hi Kaylan,
    thank you very much for your quick answer.
    Sorry, I think I haven't made quite clear my point.
    I want to use the Endroutine BADi in a Transformation File for Transaction Data, therefor there is no InfoObject directly involved. I use the Transformation File in the Package "Import Transaction Data". The How To I mentioned, and the only one I found that is more or less near to my problem describes how to use Endroutines and BADis for the Import of Master Data.
    Looking at the different tests I have done, as our system team is not giving us a debug user, the dump happens at the assignment of the first field symbol: assign ir_data->* to . Therefor I assume that  ir_data contains no data and this causes the dump.
    My main question is, can I use the code of the mentioned How To for the package "Import Transaction Data" at all? Or do I have to use different tables or table names for this package? How and where do I get them?
    You have an idea? Would be very helpful! Thanks in advance!
    Cheers
    Àlex

  • Short Dump  while scrolling on the ALV (GETWA_NOT_ASSIGNED)

    Hi All,
    I have an interactive ALV list, After the user double click on the list line item,
    the list control goes to top of the list.
    When i want to scroll  for further interaction, I am getting  a Short dump  GETWA_NOT_ASSIGNED.
    Please advice
    Solomon

    Hi
    Please find the ALV code
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program       = hf_repid
          i_callback_user_command  = 'USER_COMMAND'
          i_callback_pf_status_set = 'SET_PF_STATUS'
          it_fieldcat              = int_fieldcat[]
          it_sort                  = int_sort[]
          is_layout                = fs_layout
          i_save                   = 'A'
          is_variant               = alv_variant
          it_events                = int_events[]
        TABLES
          t_outtab                 = i_bsid
        EXCEPTIONS
          program_error            = 1
          OTHERS                   = 2.
    ENDFORM.                               " write_alv_report
    FORM user_command *
    FORM user_command USING ucomm LIKE sy-ucomm
    selfield TYPE slis_selfield.
      IF selfield-tabindex GE 1.
        check sy-ucomm <> 'POST'.
        READ TABLE i_bsid into i_bsid_alv INDEX selfield-tabindex.
        CASE I_BSID-CHECK.
          WHEN SPACE.
            I_BSID-CHECK = 'X'.
          WHEN OTHERS.
            I_BSID-CHECK = ''.
        ENDCASE.
        MODIFY I_BSID TRANSPORTING CHECK  WHERE matchkey = i_bsid_alv-matchkey.
      ENDIF.
      selfield-refresh = 'X'.
    *CLEAR selfield.
    ENDFORM.                    "user_command
    FORM SET_PF_STATUS *
    FORM set_pf_status USING extab TYPE slis_t_extab.
      data : lv_answer(1) TYPE c.
      SET PF-STATUS 'S200'.
      IF SY-UCOMM = 'POST'.
        I_BSID_ALV1[] =  I_BSID[].
        DELETE I_BSID_ALV1 WHERE CHECK  = SPACE.
        CLEAR I_BSID[].
        I_BSID[] = I_BSID_ALV1[].
      ENDIF.
    2. when I double click on the ALV list line item, after the line is selected the control goes to the top of the list.
    I have already setup the ALV menu bar.

  • Short dump GETWA_NOT_ASSIGNED while transporting Datasource in BI 7.0

    Hi Friends,
    I am getting an error, while trying to transport Datasource into quality system. The Transport request log says that "Program terminated (job: RDDEXECL, no.: 11372100)"
    If I check the log in SM37 of target system it gives following steps
    29.06.2007 11:37:21 Job started
    29.06.2007 11:37:21 Step 001 started (program RDDEXECL, variant , user ID DDIC)
    29.06.2007 11:37:21 All DB buffers of application server bdhp4488 were synchronized
    29.06.2007 11:37:30 SQL: 29.06.2007 11:37:30 DDIC
    29.06.2007 11:37:30  CREATE UNIQUE INDEX "/BIC/B0000566001~0" ON
    29.06.2007 11:37:30 "/BIC/B0000566001" ("REQUEST", "DATAPAKID",
    29.06.2007 11:37:30 "PARTNO", "RECORD") PCTFREE 10 LOCAL INITRANS 002
    29.06.2007 11:37:30 TABLESPACE PSAPSR3 STORAGE (INITIAL
    29.06.2007 11:37:30 0000000016 K NEXT        0000000160 K MINEXTENTS
    29.06.2007 11:37:30 0000000001
    If I see the short dump in ST22 in target system (quality) The I get error
    "Runtime Errors         GETWA_NOT_ASSIGNED"
    Could somebody help me in resolving this?
    Thanks and regards,
    Balaraj

    Thanks Edwin,
    My issue is still not resolved.
    Now the error that I am getting while transporting the Transformation is
    Program terminated (job: RDDEXECL, no.: 12091300)
    The SM37 job log says that
    "Job started
    Step 001 started (program RDDEXECL, variant , user ID DDIC)
    All DB buffers of application server bdhp4488 were synchronized
    ABAP/4 processor: GETWA_NOT_ASSIGNED
    Job cancelled"
    When i see the dump in ST22. It says that it could not find entry in one of the tables
    "   READ TABLE p_t_mapping ASSIGNING <fs_map>
       WITH KEY target_stepid = 0
                targetsegid   = <fs_posit>-rulesegid
                targetposit   = <fs_posit>-ruleposit
                targetid      = 0.
    Sy-subrc <> 0 for this read.
    Could you please advise?
    Thanks and regards,
    Balaraj

  • ABAP dump "GETWA_NOT_ASSIGNED" C

    HI,
    kindly suggest we are getting a abap dump while downloading a file and when i check the error in service market place its shows that we have to apply  support packages.can i directly apply support packages by downloading the market or i have to raise a query fro exact support packages to market place.
    my version-mssql2005-ecc5-640version.
    kindly see the below abap dump.
    Runtime Error          GETWA_NOT_ASSIGNED                                                          
    Date and Time          21.10.2008 11:25:01                                                         
    ShrtText                                                                               
    Field symbol has not yet been assigned.                                                       
    What happened?                                                                               
    Error in ABAP application program.                                                                               
    The current ABAP program "SAPLKKBL" had to be terminated because one of the                   
        statements could not be executed.                                                                               
    This is probably due to an error in the ABAP program.                                         
    What can you do?                                                                               
    Print out the error message (using the "Print" function)                                      
        and make a note of the actions and input that caused the                                      
        error.                                                                               
    To resolve the problem, contact your SAP system administrator.                                
        You can use transaction ST22 (ABAP Dump Analysis) to view and administer                      
         termination messages, especially those beyond their normal deletion                          
        date.                                                                               
    is especially useful if you want to keep a particular message.                                
    Error analysis                                                                               
    You attempted to access an unassigned field symbol                                            
        (data segment 169).                                                                               
    This error may occur for any of the following reasons:                                        
        - You address a typed field symbol before it is set using ASSIGN                              
        - You address a field symbol that points to a line in an internal table                       
          that has been deleted                                                                       
        - You address a field symbol that had previously been reset using                             
          UNASSIGN, or that pointed to a local field that no longer exists                            
        - You address a global function interface parameter, even                                     
          though the relevant function module is not active,                                          
          that is it is not in the list of active calls. You can get the list                         
          of active calls from the this short dump.                                                                               
    How to correct the error                                                                               
    You may able to find an interim solution to the problem                                       
        in the SAP note system. If you have access to the note system yourself,                       
        use the following search criteria:                                                                               
    "GETWA_NOT_ASSIGNED" C                                                                        
        "SAPLKKBL" or "LKKBLF99"                                                                      
        "GEN_FIELD_OUT2"                                                                               
    If you cannot solve the problem yourself and you wish to send                                 
        an error message to SAP, include the following documents:                                                                               
    1. A printout of the problem description (short dump)                                         
           To obtain this, select in the current display "System->List->                              
           Save->Local File (unconverted)".                                                                               
    2. A suitable printout of the system log                                                      
           To obtain this, call the system log through transaction SM21.                              
           Limit the time interval to 10 minutes before and 5 minutes                                 
           after the short dump. In the display, then select the function                             
           "System->List->Save->Local File (unconverted)".                                                                               
    3. If the programs are your own programs or modified SAP programs,                            
           supply the source code.                                                                    
           To do this, select the Editor function "Further Utilities->                                
           Upload/Download->Download".                                                                               
    4. Details regarding the conditions under which the error occurred                            
           or which actions and input led to the error.                                               
    System environment                                                                               
    SAP Release.............. "640"                                                                               
    Application server....... "TERHSAPTST01"                                                      
        Network address.......... "10.129.48.15"                                                      
        Operating system......... "Windows NT"                                                        
        Release.................. "5.2"                                                               
        Hardware type............ "4x Intel 801586"                                                   
        Character length......... 16 Bits                                                             
        Pointer length........... 32 Bits                                                             
        Work process number...... 0                                                                   
        Short dump setting....... "full"                                                                               
    Database server.......... "TERHSAPTST01"                                                      
        Database type............ "MSSQL"                                                             
        Database name............ "INQ"                                                               
        Database owner........... "inq"                                                                               
    Character set............ "C"                                                                               
    SAP kernel............... "640"                                                               
        Created on............... "Mar 21 2007 23:46:50"                                              
        Created in............... "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"                      
        Database version......... "SQL_Server_8.00 "                                                                               
    Patch level.............. "175"                                                               
        Patch text............... " "                                                                               
    Supported environment....                                                                     
        Database................. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"                          
        SAP database version..... "640"                                                               
        Operating system......... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"                                                                               
    Memory usage.............                                                                     
        Roll..................... 8176                                                                
        EM....................... 12542784                                                            
        Heap..................... 0                                                                   
        Page..................... 286720                                                              
        MM Used.................. 8264648                                                             
        MM Free.................. 95024                                                               
        SAP Release.............. "640"                                                                               
    User and Transaction                                                                               
    Client.............. 100                                                                      
        User................ "CHINNIJ"                                                                
        Language key........ "E"                                                                      
        Transaction......... "ZSDOST "                                                                
        Program............. "SAPLKKBL"                                                               
        Screen.............. "SAPLKKBL 0500"                                                          
        Screen line......... 3                                                                        
    Information on where terminated                                                                   
        The termination occurred in the ABAP program "SAPLKKBL" in "GEN_FIELD_OUT2".                  
        The main program was "ZSDSO_ORDER_STATUS ".                                                                               
    The termination occurred in line 3380 of the source code of the (Include)                     
         program "LKKBLF99"                                                                               
    of the source code of program "LKKBLF99" (when calling the editor 33800).                     
    Source Code Extract                                                                               
    Line  SourceCde                                                                               
    3350       else.                                                                               
    3351         assign <fs74> to <field>.                                                           
    3352         gs_fc = gs_sfc74.                                                                   
    3353       endif.                                                                               
    3354     when 075.                                                                               
    3355       if gs_out_flags-slave ne 'X'.                                                         
    3356         assign <fm75> to <field>.                                                           
    3357         gs_fc = gs_mfc75.                                                                   
    3358       else.                                                                               
    3359         assign <fs75> to <field>.                                                           
    3360         gs_fc = gs_sfc75.                                                                   
    3361       endif.                                                                               
    3362     when 076.                                                                               
    3363       if gs_out_flags-slave ne 'X'.                                                         
    3364         assign <fm76> to <field>.                                                           
    3365         gs_fc = gs_mfc76.                                                                   
    3366       else.                                                                               
    3367         assign <fs76> to <field>.                                                           
    3368         gs_fc = gs_sfc76.                                                                   
    3369       endif.                                                                               
    3370     when 077.                                                                               
    3371       if gs_out_flags-slave ne 'X'.                                                         
    3372         assign <fm77> to <field>.                                                           
    3373         gs_fc = gs_mfc77.                                                                   
    3374       else.                                                                               
    3375         assign <fs77> to <field>.                                                           
    3376         gs_fc = gs_sfc77.                                                                   
    3377       endif.                                                                               
    3378     when 078.                                                                               
    3379       if gs_out_flags-slave ne 'X'.                                                         
    >>>>>         assign <fm78> to <field>.                                                           
    3381         gs_fc = gs_mfc78.                                                                   
    3382       else.                                                                               
    3383         assign <fs78> to <field>.                                                           
    3384         gs_fc = gs_sfc78.                                                                   
    3385       endif.                                                                               
    3386     when 079.                                                                               
    3387       if gs_out_flags-slave ne 'X'.                                                         
    3388         assign <fm79> to <field>.                                                           
    3389         gs_fc = gs_mfc79.                                                                   
    3390       else.                                                                               
    3391         assign <fs79> to <field>.                                                           
    3392         gs_fc = gs_sfc79.                                                                   
    3393       endif.                                                                               
    3394     when 080.                                                                               
    3395       if gs_out_flags-slave ne 'X'.                                                         
    3396         assign <fm80> to <field>.                                                           
    3397         gs_fc = gs_mfc80.                                                                   
    3398       else.                                                                               
    3399         assign <fs80> to <field>.                                                           
    Contents of system fields                                                                         
    Name     Val.                                                                               
    SY-SUBRC 4                                                                               
    SY-INDEX 78                                                                               
    SY-TABIX 0                                                                               
    SY-DBCNT 0                                                                               
    SY-FDPOS 0                                                                               
    SY-LSIND 0                                                                               
    SY-PAGNO 1                                                                               
    SY-LINNO 7                                                                               
    SY-COLNO 1002                                                                               
    SY-PFKEY STANDARD                                                                               
    SY-UCOMM %PC                                                                               
    SY-TITLE Order Data ware house                                                                    
    SY-MSGTY                                                                               
    SY-MSGID                                                                               
    SY-MSGNO 000                                                                               
    SY-MSGV1                                                                               
    SY-MSGV2                                                                               
    SY-MSGV3                                                                               
    SY-MSGV4                                                                               
    Active Calls/Events                                                                               
    No.   Ty.          Program                             Include                             Line   
          Name                                                                               
    16 FORM         SAPLKKBL                            LKKBLF99                             3380  
          GEN_FIELD_OUT2                                                                               
    15 FORM         SAPLKKBL                            LKKBLF99                              777  
          GEN_LINE_OUT                                                                               
    14 FORM         SAPLKKBL                            LKKBLF98                             1314  
          DATA_OUT_SIMPLE                                                                               
    13 FORM         SAPLKKBL                            LKKBLF01                              360  
          LIST_OUTPUT_NEW                                                                               
    12 FORM         SAPLKKBL                            LKKBLF01                             6109  
          FIRST_LIST_DISPLAY                                                                          
       11 MODULE (PBO) SAPLKKBL                            LKKBLO01                               11  
          LIST_DISPLAY                                                                               
    10 FUNCTION     SAPLKKBL                            LKKBLU01                              419  
          K_KKB_LIST_DISPLAY                                                                               
    9 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM00R   455  
          CL_GUI_ALV_GRID=>PRINT_BACKEND                                                              
        8 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM008     3  
          CL_GUI_ALV_GRID=>EXPORT_TO_LOCAL_FILE                                                       
        7 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM007   481  
          CL_GUI_ALV_GRID=>EXECUTE_FCODE                                                              
        6 METHOD       CL_GUI_ALV_GRID===============CP    CL_GUI_ALV_GRID===============CM01E    58  
          CL_GUI_ALV_GRID=>SET_FUNCTION_CODE                                                          
        5 FORM         SAPLSLVC_FULLSCREEN                 LSLVC_FULLSCREENF01                  1167  
          PAI                                                                               
    4 MODULE (PAI) SAPLSLVC_FULLSCREEN                 LSLVC_FULLSCREENI01                     4  
          PAI                                                                               
    3 FUNCTION     SAPLSLVC_FULLSCREEN                 LSLVC_FULLSCREENU01                   186  
          REUSE_ALV_GRID_DISPLAY                                                                      
        2 FORM         ZSDSO_ORDER_STATUS                  ZSDSO_ORDER_STATUS                   1305  
          DATA_DISPLAY                                                                               
    1 EVENT        ZSDSO_ORDER_STATUS                  ZSDSO_ORDER_STATUS                    632  
          START-OF-SELECTION                                                                          
    Chosen variables                                                                               
    Name                                                                               
    Val.                                                                               
    No.      16 Ty.          FORM                                                                     
    Name  GEN_FIELD_OUT2                                                                               
    <FS76>                                                                               
    <FIELD>                                                                               
    222                                                                               
    000                                                                               
    000                                                                               
    000                                                                               
    GS_FC                                                                               
    ##M#MVGR5                         I_OUT                                                       
        0040454532222222222222222222222222454552222222222222222222222222222222222222222222222222222222
        10D0D672500000000000000000000000009FF540000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GS_SFC76                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GFLG_FIELD                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_SFC24                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    GS_OUT-FIELD_COLCOUNT                                                                               
    78                                                                               
    4000                                                                               
    E000                                                                               
    GT_INFO_COUNTTAB_OUTTAB                                                                               
    Table[initial]                                                                               
    SY-REPID                                                                               
    SAPLKKBL                                                                               
    5454444422222222222222222222222222222222                                                      
        310CBB2C00000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
    GS_OUT_FLAGS-SLAVE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    SPACE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    <FM77>                                                                               
    222                                                                               
    000                                                                               
    000                                                                               
    000                                                                               
    GS_MFC77                                                                               
    ##M#MVGR5                         I_OUT                                                       
        0040454532222222222222222222222222454552222222222222222222222222222222222222222222222222222222
        10D0D672500000000000000000000000009FF540000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    <FS77>                                                                               
    GS_SFC77                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    TC_FIELD_LIST-CX                                                                               
    <initial>                                                                               
    <initial>                                                                               
    <initial>                                                                               
    GT_INFO_FILTER_OUTTAB                                                                               
    Table[initial]                                                                               
    <FM78>                                                                               
    GS_MFC78                                                                               
    ##N#ZRELEASE                      I_OUT                                                       
        0040554444542222222222222222222222454552222222222222222222222222222222222222222222222222222222
        10E0A25C513500000000000000000000009FF540000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    <FS78>                                                                               
    GS_SFC78                                                                               
    0000222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    HEAD                                                                               
    22222222222222222222                                                                               
    00000000000000000000                                                                               
    00000000000000000000                                                                               
    00000000000000000000                                                                          
    G_INFO_POPUP                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    No.      15 Ty.          FORM                                                                     
    Name  GEN_LINE_OUT                                                                               
    GT_STACK2-S_SUBTOT_OPTIONS-OFFSET                                                                 
        0                                                                               
    0000                                                                               
    0000                                                                               
    %_DUMMY$$                                                                               
    2222                                                                               
    0000                                                                               
    0000                                                                               
    0000                                                                               
    SYST-REPID                                                                               
    SAPLKKBL                                                                               
    5454444422222222222222222222222222222222                                                      
        310CBB2C00000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
        0000000000000000000000000000000000000000                                                      
    GS_ACT_GROUP-SUBTOT                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_OUT_FLAGS-SUM                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    EUINFO                                                                               
                            0000000000000000###
        2222222222222222222222222222222222222222222222200022222222222222222222222223333333333333333000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    %_SPACE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_OUT_FLAGS-HOTLINE                                                                               
    2                                                                               
    0                                                                               
    0                                                                               
    0                                                                               
    GS_OUT-COL                                                                               
    2                                                                               
    0000                                                                               
    2000                                                                               
    GS_OUT-INT                                                                               
    0                                                                               
    0000                                                                               
    0000                                                                               
    GS_OUT-ROWS                                                                               
    1                                                                               
    0000                                      

    Hi,
    We got a lot of short dumps with the same error when we upgraded from 46C to ECC6.
    They were all for reports that used ALV and in evry case, corrections were needed to the field catalog.
    I suggest that you double and triple check the table and field names in your field catalog. ALV is a lot more sensitive in ECC6 (or performs less checks) and it is possible that you're experiencing the same problem in ECC5.
    Hope that answers your question
    Alex Dixon

  • GETWA_NOT_ASSIGNED short dump

    Hi Gurus,
    I am trying to load only specific source fields selection cretira to target, i have written following code to load only specific data set. I am getting the short dump as GETWA_NOT_ASSIGNED at this point.
    If <source_fields>-/BIC/ZCJ_STAT = 'J0001'.
    sort
    SOURCE_PACKAGE by
    /BIC/ZCOBJ_NO Ascending
    /BIC/ZCJ_STAT Ascending
    /BIC/ZK_UDATE1 Descending
    /BIC/ZK_UTIME1 Descending.
    delete adjacent duplicates from SOURCE_PACKAGE comparing /BIC/ZCOBJ_NO
    /BIC/ZCJ_STAT.
    endif.
    Do i need to assign source fields from source package.
    Regards,
    Suresh.

    Field-symbols: <fs_new> type /BIC/ZCJ_STAT.
    if <source_fields> is assigned.
    assign component '/BIC/ZCJ_STAT' of STRUCTURE <source_fields> to <fs_new>.
    if <fs_new> is assigned>.
    If <fs_new> = 'J0001'.
    sort
    SOURCE_PACKAGE by
    /BIC/ZCOBJ_NO Ascending
    /BIC/ZCJ_STAT Ascending
    /BIC/ZK_UDATE1 Descending
    /BIC/ZK_UTIME1 Descending.
    delete adjacent duplicates from SOURCE_PACKAGE comparing /BIC/ZCOBJ_NO
    /BIC/ZCJ_STAT.
    endif.
    endif.
    endif.
    Try this code format.
    Regards,
    Janani

Maybe you are looking for

  • Problem trying to update iPhone 4 to latest software

    When in iTunes, it is asking me if I want to update my iPhone Software. But when I click to do that, I keep getting the message, "There are purchased items on the iPhone "Kathy Cortez's iPhone" that have not been transferred to your iTunes library. Y

  • How to..Show a wait dialog when data loads, then hide once data loads

    Description: This code will have the SAP default wait dialog become visible when the page loads and hidden after the data is returned for the table. 1. Place this code within the head tags. <head> <SCRIPT Language="JavaScript"> function show_wait_dia

  • Cant retry download of file on messaging

    Hi I am having a problem downloading a jpeg in skype for windows 8 and now with the latest update from the store.  I got a file and I tried to download it but it just kept saying pending for like 3 minutes, so I canclled it and then when I tried  to

  • Custom Data Source in CMC does not work

    Hi there, Server : Crystal Reports Server 2008 V1 Designer : CR 2008 I have several reports that are originally set located to ODBC DSN1. I deployed this report to the server and in CMC, updated the database configuration in CMC as below. Enabled "Us

  • Editor Issues - Photoshop Elements 8

    My editor will not launch in Photoshop Elements 8.  This program worked 6 to 9 months ago.  The only difference in my system is that I installed a new printer.