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

Similar Messages

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

    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.

  • 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

  • The dynpro 0201 in program SAPLXM06  does not exist.

    Hi All,
    i am facing a problem that is after opening T-code ME31K (create contract: Initial screen) and after providing the values for Vendor,Agreement Type,Agreement Date,Purchasing Org. and purchasing group,when I am clicking enter to create the contract
    it is giving an exception " The system attempted to use dynpro 0201 in program SAPLXM06,The dynpro does not exist.Please suggest me any solution or reson for this problem.
    Thanks
    Anand.

    Hi Anand,
    This error occurs because of improper activation in the Screen exit that created using an Enhancement MM06E005. You or someone would have implemented screen exit for either of the following.
    1. Purchase order
    2. Outline agreement
    3. RFQ
    Solution for this problem:
    1. Go to the (Z) project created in SMOD for this purpose using the enhancement MM06E005.
    2. You will find Screen exit.
    3. Under screen exit, you will find Custom screens 0101, 0111, 0201, 0211, 0301, 0311
    4. Double click on 0201 screen
    5. Activate the flow logic, screen exit and also the Project in SMOD
    Now you check your transaction ME31K, you will not get the dump..
    Note: You have to activate for other screens also, so that you will get the dump for ME21N or ME41...

  • 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

  • Dump While Executing ME21N, ME22N and ME23N

    Hi,
    Am getting the below Short Dump while executing ME21N, ME22N and ME23N.
    Runtime Errors         SYNTAX_ERROR
    Date and Time          08.07.2009 15:41:00
    |Short text                                                                               
    Syntax error in program "ME_PROCESS_PO_CUST============CP ".
    |What happened?                                                                               
    |    Error in the ABAP Application Program                                                                               
    |                                                                               
    |    The current ABAP program "CL_EX_ME_PROCESS_PO_CUST======CP" had to be                     
    |     terminated because it has                                                                               
    |    come across a statement that unfortunately cannot be executed.                                                  
    |                                                                               
    |    The following syntax error occurred in program                                                                             
    |     "ME_PROCESS_PO_CUST============CP " in include                                                                 
    |     "ME_PROCESS_PO_CUST============CM000 " in                                                                      
    |    line 14:                                                                               
    |    "The specified type cannot be converted into the target variables."                         
    |    " "                                                                               
    |    " "                                                                               
    |    " "                                                                               
    |                                                                               
    |    The include has been created and last changed by:                                           
    |    Created by: "SILABAP "                                                                      
    |    Last changed by: "SILABAP "                                                                 
    |    Error in the ABAP Application Program                                                        
    |                                                                               
    |    The current ABAP program "CL_EX_ME_PROCESS_PO_CUST======CP" had to be                     
    |     terminated because it has                                                                   
    |    come across a statement that unfortunately cannot be executed.                               
    |Error analysis                                                                               
    |    The following syntax error was found in the program                                          
    |     ME_PROCESS_PO_CUST============CP :                                                          
    |    "The specified type cannot be converted into the target variables."                          
    |    " "                                                                               
    |    " "                                                                               
    |    " "                                                                               
    |Trigger Location of Runtime Error                                                                
    |    Program                                 CL_EX_ME_PROCESS_PO_CUST======CP                     
    |    Include                                 CL_EX_ME_PROCESS_PO_CUST======CM001                  
    |    Row                                     1                                                    
    |    Module type                             (METHOD)                                             
    Module Name                             IF_EX_ME_PROCESS_PO_CUST~INITIALIZE
    |Source Code Extract                                                                               
    |Line |SourceCde                                                                               
    |>>>>>|method IF_EX_ME_PROCESS_PO_CUST~INITIALIZE.                                                
    |    2|  CLASS CL_EXIT_MASTER DEFINITION LOAD.                                                    
    3
    |    4|  DATA l_badi TYPE REF TO ME_PROCESS_PO_CUST.                                              
    5
    6
    7
    8
    9
    |   10|  TRY.                                                                               
    11
    |   12|    GET BADI l_badi                                                                        
    |   13|     CONTEXT me.                                                                           
    14
    |   15|    CALL BADI l_badi->INITIALIZE                                                           
    |   16|.                                                                               
    17
    18
    19
    |   20|    CATCH CX_BADI_NOT_IMPLEMENTED CX_BADI_INITIAL_REFERENCE.                               
    Please let me know is there any OSS note to resolve the Issue.
    Thanks,
    Subas

    Hi,
    when I try to do the same in my system SAP gives me an information message as follows:-
    Changes to transported Business Add-In definitions are incompatible
    Message no. ENHANCEMENT236
    Diagnosis
    This business add-in definition has already been transported. Subsequent changes could invalidate existing business add-in implementations.
    System Response
    The runtime behaviour is no longer predictable. Syntax errors or short dumps may occur.
    Procedure
    If possible, do not make these changes. Alternatively, create a new business add-in definition incorporating the changes and use it, along with the existing definition.
    It clearly indicates that the BADI definition should not be changed if active implementations already exists.
    I am really now not sure how to solve your issue.
    Try deactiviting the standard BADI implementation.
    Then again add the filter and then remove it.
    And then try activating the BADI implementation once again.
    Regards,
    Ankur Parab

Maybe you are looking for