GETWA_NOT_ASSIGNED in production

Hi all
I am getting an error in production server but everything is working fine in development.
<b>Runtime Errors         GETWA_NOT_ASSIGNED
Date and Time          03.11.2007 15:31:28
|Short text                                                                               
|    Field symbol has not yet been assigned.                                      
What happened?                                                                               
Error in the ABAP Application Program                                                                               
The current ABAP program "CL_CRM_BSP_STRUCTUREEDIT======CP" had to be                        
   terminated because it has come across a statement that unfortunately cannot be executed.                               
</b>
I did the following
1. created a ZView name ZCRM_ACT1
2. Copied the application CRMD_BUS2000126 to the View
3. Tab Page group ACT_ODC1_5 Modified in the View
4. Field Groups ACT_DETAIL_50_PARTNER,
                     ACT_DETAIL_50_CLASS and
                     ACT_DETAIL_50_DATES modified.
5. Field Group Layout Generated for ACT_OVERVIEW_50
6. Tool Bar Groups ACT_HEADER and ACT_OIC_50 Modified.
7. Defined an interface text and assigned it to the field label.
Moved the transport requests in the following sequence.
1. Workbench request of ZView
2. Customization Request of ZView
3. Customization Request of Tab Page Group
4. Customization Request of Tool Bar Group
5. Customization Request of Field Group
6. Customization Request of Field group Layout generation
7. Renaming the field label.
and all the above customizations are reflecting in the production.
But all the other Standard views are working, only my view is getting the error.
Tool bar group is working but when I click on new activity only this error occuring
Please help me in this issue
Regards
Ravi

Solved
The problem is with some enhancement done using easy enhancement workbench. That field group is also getting added in the layout and the enhancement was not moved to production.
Regards
Ravi

Similar Messages

  • GETWA_NOT_ASSIGNED - Runtime Error in MIGO

    Dear All
    I am receiving GETWA_NOT_ASSIGNED - Runtime Error in MIGO transaction for a particular user only in production system. I am not able to narrow down is this transaction specific or user issue.  I searched the forum and not able to get reason.  If someone knows about ths kindly give me a hint.
    Regards,
    Venkat

    Hi,
    Please check if any User Exit BADI implemented and have a look into below thread
    Reg Dump in MIGO Transaction
    GETWA_NOT_ASSIGNED run time error_MIGO processing stock transport order
    Shiva

  • Package failed with run time error: " GETWA_NOT_ASSIGNED".

    Hi,
    One of our custom package is failing with run time error " GETWA_NOT_ASSIGNED". We are getting this error after refresh. Infact this package is working fine both in production and Dev, but in QA system it giving runtime error.
    Here with I am pasting run time error details. Please see...If any one have any idea or clue or if you have faced this kind of error.
    Thanks is advance.
    Error Details.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "CL_UJK_CUSTOM_LOGIC===========CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    What can you do?
        Note down which actions and inputs caused the error.
        To process the problem further, contact you SAP system
        administrator.
        Using Transaction ST22 for ABAP Dump Analysis, you can look
        at and manage termination messages, and you can also
        keep them for a long time.
    Error analysis
        You attempted to access an unassigned field symbol
        (data segment 32774).
        This error may occur if
        - You address a typed field symbol before it has been set with
          ASSIGN
        - You address a field symbol that pointed to the line of an
          internal table that was deleted
        - You address a field symbol that was previously reset using
          UNASSIGN or that pointed to a local field that no
          longer exists
        - You address a global function interface, although the
          respective function module is not active - that is, is
          not in the list of active calls. The list of active calls
          can be taken from this short dump.
    Regards, Trine

    Hi Trine,
    the error is about some field you are trying to map using field-simbols, that is diferent in the other system.
    Go to the code program in the st22, there you will see when the erros occurs e what field gives the error.
    Best Regards,
    António

  • GETWA_NOT_ASSIGNED error in CL_UC_MANUAL_DOCUMENT_GUI

    Hello,
    I am receiving the GETWA_NOT_ASSIGNED runtime error in program CL_UC_MANUAL_DOCUMENT_GUI when trying to view a specific BCS document from the "List of Journal Entries" output (UCWB or UCMON).  The error only occurs when trying to view two specific interunit elimination document types (other elimination documents have no problem).  Based on what I could find from existing notes, I thought that the problem might be related to incorrect entries being stored in the buffer.  However, the corrections for OSS notes 914672 and 982402 have been applied but I am still receiving the error. 
    System Info:
    SAP_BW 350: SAPKW35019
    SEM_BW 400: SAPKGS4015
    Program:  CL_UC_MANUAL_DOCUMENT_GUI
    Method:   SWITCH_PLACE_KFIG_UNIT
    Code:
       80 * i_docflg = 'X':
       81 * .key figure is posted by doc. type
       82 * .model supports key figure that is posted by doc. type (has
       83 *  been verified after reading doc. type properties)...
       84 *  -> both <ls_fprop_kfig> and <ls_fprop_unit> are assigned
       85 *     and <> init
       86 * ...prepare kfig entry...
    >>>>>   move-corresponding <ls_fprop_kfig> to ls_mdoc_fprop_kfig.
       88   ls_mdoc_fprop_kfig-component = gc_comp_docline.
       89 * begin of deletion                                          "wms012788d
       90 * if <ls_fprop_unit>-totals is initial.
       91 **  -> unit field is NOT contained in totals (s_char), i.e. an
       92 **     substitute field in s_addchar is required, depending
       93 **     on role of key figure...
       94 *   case i_role_kfig.
       95 *     when uc00_cs_role-tcval.
       96 *       ls_mdoc_fprop_kfig-unit_fld = GC_FNAME_TCKEY.
       97 *     when uc00_cs_role-lcval.
       98 *       ls_mdoc_fprop_kfig-unit_fld = GC_FNAME_lCKEY.
       99 *     when uc00_cs_role-gcval.
      100 *       ls_mdoc_fprop_kfig-unit_fld = GC_FNAME_gCKEY.
      101 *     when uc00_cs_role-quval.
      102 *       ls_mdoc_fprop_kfig-unit_fld = GC_FNAME_quKEY.
      103 *   endcase.
      104 * endif.
      105 * end of deletion                                            "wms012788d
      106 * begin of insertion                                         "wms012788d
    Many thanks in advance for any assistance with this issue.
    Samir

    Hello Eugene,
    Thank you for the response. 
    The error occurs in a production environment.  The customer has been using BCS since July 2007 but there have not been any elimination entires of the two document types until this past month.  That we haven't seen these elimination entries until now was due to the nature of the source data and not due to any newly added configuration. 
    Samir

  • Error in "GETWA_NOT_ASSIGNED" in cor1 tocde ?

    Hi Exports,
                     In Development system process order is creating successfully in COR1 tcode but
                     in production system while creating process order it is giving error,
                     The error is "GETWA_NOT_ASSIGNED"
                    what is the problem ? pls help me in this.

    Hi Ram ,
    GETWA_NOT_ASSIGNED means that any field-symbol is unassigned.
    You can do the following:
    a) Go to st22
    b) Check Active Call events.
    c) Isolate the field-symbol which is unassigned.
    d) Make sure you have performed the check if the field-symbol is assigned.
    If you need further help please post the code which is dumping.
    Regards
    Kavindra

  • 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

  • Will Adobe stand alone products work on a surface pro 3?(non cloud)

    Looking at buying my wife a new computer and she thinks she wants a tablet, just wondering what options will work, still have an unused license key as well as the one she is currently using(she has photoshop, illlustrator).  I am not in design and know nothing about the products other than I've seen them in use on her laptop.
    Thanks for the help.

    We've seen nothing but issues trying to use Surface 3 with software. All came down to the use of their N-trig pen.
    I'll divide the issues up:
    -some programs flat out refused to recognise the pen driver
    -some programs didn't recognise the size of the active area, meaning, when you put your pen down, your cursor actually appears at an offset
    -some programs refused to recognise pressure sensitivity
    -some of the programs that did recognise pressure sensitivity, did so poorly, since the pen only has 256 levels of pressure sensitivity, and is set up to work with wacom pens that have exponentially more, it clips those 256 levels down....so 256 ..which should be the most pressure, becomes a low pressure because the program thinks there should be more levels, it clips your pressure range, which makes it unusable
    -custom software didn't work nearly as well because of bugs in the N-trig driver, some of them have been resolved, some have not
    Do with this info as you wish, our experience has been horrible.

  • I am unable to open my Photoshop program after installing the entire Creative Suite: Premium Production 6. All other programs work, but with Photoshop it says that the program is "locked or in use by another user". I need this fixed immediately.

    I am unable to open my Photoshop program after installing the entire Creative Suite: Premium Production 6. All other programs work, but with Photoshop it says that it "Could not open a scratch file because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the 'Properties' command in the Windows Explorer to unlock the file." Then I select "OK" and the next message comes up "Could not initialize Photoshop because the file is locked, you do not have the necessary permissions, or another program is using the file. Use the 'Properties' command in the Windows Explorer to unlock this file. I installed all of the programs on the same day from a CD. I need this fixed immediately.
    I am not interested in switching to Creative Cloud, so don't even suggest it. I spoke to Mashmi (or something to that effect) on the "Support" Chat and there was absolutely no support. Useless actually.
    Thanks in advance.

    Could not open a scratch file because the file is locked or you do not have the necessary access privileges. (…) | Mylen…
    Mylenium

  • Custom report for SO vs production qty

    Hello
    Can someone advise on how to achieve the following.
    Scenario: Production orders are created based on sales order. Mutiple POs can exist for each SO.
    Create a BI report which will report Sales order qty and production qty (actual GR qty) by month
    infoproviders: 0PP_C01 and 0SD_O01
    Fields:
    0SD_O01: 0DOC_NUMBER, 0S_ORD_ITEM, 0REQU_QTY, 0CREATEDON
    0PP_C01 : 0DOC_NUMBER, 0GR_QTY
    Can some one tell me how to build a logic in BI report to first select all SOs based on created date (selection screen input) and use that to pick all the POs and get the actual GR qty.
    Tks. KS

    In this extractor, find the reference document for 0DOC_NUMBER ( PO number)
    0PP_C01 : 0DOC_NUMBER, 0GR_QTY
    For every PO Created there will be some reference Sales order.
    Include this in your extractor, Update data from this two extracors in  two DSOs and further update to infoproviders for reporting
    In your current list of fields provided, you have not taken the reference doc that relates both

  • Report for open orders and amount of product confirmed

    Hi All,
    Can some one give me an idea on a report which shows open orders and also shows amount of product confirmed against these open orders?
    Thanks,
    Neelima.

    Hi Veni,
    Incomplete order are the order's in which some data is missing so that particular order can't be further processed, that is what you could check through "Incompletion Log". Whereas Open orders are the orders which are open for further processing viz. deliver billing(but open order is a complete order i.e. no data missing).
    Check this program:
    *& Report ZGM_OPENPO *
    REPORT ZGM_OPENPO NO STANDARD PAGE HEADING LINE-SIZE 132 LINE-COUNT 36(2).
    TABLES: t001w, "Plants/Branches
    ekko, "Purchasing Document Header
    ekpo, "Purchasing Document Item
    marc, "Plant Data for Material
    mara. "General Material Data
    DATA:
    BEGIN OF itab OCCURS 0,
    matnr LIKE marc-matnr,
    werks LIKE marc-werks,
    beskz LIKE marc-beskz,
    mmsta LIKE marc-mmsta,
    END OF itab.
    DATA: BEGIN OF iekpo OCCURS 0,
    ebeln LIKE ekpo-ebeln,
    menge LIKE ekpo-menge,
    aedat LIKE ekpo-aedat,
    wemng LIKE eket-wemng,
    END OF iekpo.
    DATA: BEGIN OF iekko OCCURS 0,
    ebeln LIKE ekko-ebeln,
    lifnr LIKE ekko-lifnr,
    bedat LIKE ekko-bedat,
    ekgrp LIKE ekko-ekgrp,
    END OF iekko.
    selection-screen:begin of block b1 with frame title text001.
    SELECT-OPTIONS werks FOR ekpo-werks OBLIGATORY.
    SELECT-OPTIONS matnr FOR ekpo-matnr.
    SELECT-OPTIONS beskz FOR marc-beskz.
    SELECT-OPTIONS bsart FOR ekko-bsart.
    selection-screen:end of block b1.
    INITIALIZATION.
    AT SELECTION-SCREEN ON werks. "Validate for werks
    SELECT SINGLE * FROM t001w WHERE werks IN werks.
    IF sy-subrc 0. MESSAGE e429(mo). ENDIF.
    AT SELECTION-SCREEN ON matnr.
    SELECT SINGLE * FROM mara WHERE matnr IN matnr.
    IF sy-subrc 0. MESSAGE e429(mo).ENDIF.
    START-OF-SELECTION.
    SELECT * FROM marc INTO CORRESPONDING FIELDS OF TABLE itab WHERE werks IN werks AND beskz IN beskz AND
    matnr IN matnr.
    SELECT ebeln FROM ekpo INTO CORRESPONDING FIELDS OF TABLE iekpo
    FOR ALL ENTRIES IN itab WHERE matnr = itab-matnr AND loekz EQ space.
    SELECT ebeln lifnr bedat ekgrp FROM ekko INTO CORRESPONDING FIELDS OF
    TABLE iekko
    FOR ALL ENTRIES IN iekpo WHERE ebeln = iekpo-ebeln AND bsart IN bsart.
    SELECT ebeln menge aedat FROM ekpo INTO CORRESPONDING FIELDS OF iekpo
    FOR ALL ENTRIES IN iekpo WHERE ebeln = iekpo-ebeln. MODIFY iekpo INDEX sy-dbcnt.
    ENDSELECT.
    SORT iekpo BY aedat.
    DELETE ADJACENT DUPLICATES FROM iekpo COMPARING ebeln.
    SELECT wemng FROM eket INTO CORRESPONDING FIELDS OF iekpo FOR ALL ENTRIES IN iekpo WHERE ebeln = iekpo-ebeln.
    MODIFY iekpo INDEX sy-dbcnt.
    ENDSELECT.
    END-OF-SELECTION.
    DATA : file_name TYPE string.
    file_name = 'c:\pay_det\open_po1.xls'.
    DATA : BEGIN OF it_join_fields OCCURS 0,
    field_name(20),
    END OF it_join_fields.
    CLEAR it_join_fields.
    it_join_fields-field_name = 'ebeln'.
    APPEND it_join_fields.
    CLEAR it_join_fields.
    it_join_fields-field_name = 'menge'.
    APPEND it_join_fields.
    CLEAR it_join_fields.
    it_join_fields-field_name = 'aedat'.
    APPEND it_join_fields.
    CLEAR it_join_fields.
    it_join_fields-field_name = 'wemng'.
    APPEND it_join_fields.
    CLEAR it_join_fields.
    CALL FUNCTION 'GUI_DOWNLOAD'
    EXPORTING
    BIN_FILESIZE =
    filename = file_name
    filetype = 'ASC'
    APPEND = 'X'
    write_field_separator = 'X'
    TABLES
    data_tab = iekpo
    FIELDNAMES = it_join_fields
    IF sy-subrc 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    LOOP AT iekpo.
    IF iekpo-menge NE iekpo-wemng.
    WRITE:/4 iekpo-ebeln,21 iekpo-menge ,46 iekpo-aedat, 56 iekpo-wemng.
    ENDIF.
    ENDLOOP.
    if sy-subrc 0. write / 'no data exist for this plant'. endif.
    TOP-OF-PAGE.
    uline 1(80).
    WRITE :/ sy-vline, 20 ' OPEN purchase ORDERs report' color 5,
    80 sy-vline.
    uline 1(80).
    WRITE:/ sy-vline , 4 'PURSCHASE ORDER' COLOR COL_HEADING,
    20 sy-vline, 21 'ORDER QUANTITY' COLOR COL_HEADING,
    45 sy-vline, 46 'item change' color col_heading, 55 sy-vline,
    56 'RECIEVED QUANTITY' COLOR COL_HEADING, 80 sy-vline.
    uline 1(80).
    END-OF-PAGE.
    WRITE :/ 'PAGE NUMBER' ,SY-PAGNO.
    Hope this helps you.
    Regards,
    Chandra Sekhar

  • Open Production Order

    Hi have to create a report that has open sales order , open po , open pur req , open planned order and open Production order.
    I need the logic for OPEN PRODUCTION ORDERS.
    The status of the production orders are maintained in JEST Table .
      I need logic to elimate the completed production orders during my selcet . Since JEST Table has multiple entries and for some orders that are released the 'DELV'  status wil not be maintained at all at that time.
    I wil really appreciate your help , if you can tell me how to emliminate the completed production orders during my select query to get the open prod orders.
    Is there any fun moduel or bapi that wil give the Open prod orders ?? or any std report that gives open PO??
    Thanks

    for this you can use the Function STATUS_TEXT_EDIT , for this pass Objnr (get the objnr from AUFK table using the production order) it will give you the status in the LINE exporting parameters.
    Import parameters               Value
    CLIENT                          100
    FLG_USER_STAT
    OBJNR                           QM000200000010
    ONLY_ACTIVE                     X
    SPRAS                           EN
    BYPASS_BUFFER
    Export parameters               Value
    ANW_STAT_EXISTING
    E_STSMA
    LINE                            OSNO NOTE   "this is the status text
    USER_LINE
    STONR                           00
    if line CS 'DELV'
    "ignore the Order
    endif.

  • Report for daily production and daily sales

    Can you any body Please let me know which fields we should pick to create custom report containing production  qty and sales qty day wise for each material

    Hi Veesh,
    Whats the scenario you using there? i mean to ask
    Discrete
    REM
    or
    PP-PI
    Thanks & Regards,
    Abu Arbab

  • Report for daily production and daily sales quantities

    Can you Please any body let me know what fields and tables should I pick to generate a report for sales qty and production qty for a material on daily basis. we are using PP PI

    Hi,
    You can use table MSEG for that purpose. Try BUDAT-MKPF as one of the selection parameters and use
    MBLNR-MKPF = MBLNR-MSEG
    MJHAR-MKPF = MJHAR-MSEG
    Sort the results in ERFMG-MSEG and ERFME-MSEG using
    BWART-MSEG = 101 minus 102 (for production)
    SOBKS-MSEG = E
    BWART-MSEG = 601 minus 602 (for sales).
    Above stuff might be useful to you for your development requirement provided you are having Sales Order specific production.
    Thanks & Regards,
    Abu Arbab A

  • Opportunity Product Revenue report using Narrative option

    Hi,
    I have created quote report using "Opportunity product revenue report" with the use of narrative option and its working fine but the problem here is if opportunity has multiple product revenue items it shows in multiple quotes. For me it should show in a same quotation if there are multiple opportunity product revenue items in a opportunity. Could anyone help me how can i achieve this.
    Any help would be appreciated. Thanks in advance
    Thanks & Regards
    Ambarish

    You need to modify report and club all revenue to single item / row.

  • Any Mozilla product I install crashes at startup. The first window I see when I open a Mozilla product is the crash reporter. I have tried every possible solution but cannot open anything. It started with firefox. Can anyone please help?

    Hi there, as the question says, I cannot open any Mozilla product. I have tried to install firefox 3.6, older versions of Firefox, Firefox 4.0, Sea Monkey, Thunder Bird and Sun Bird. I have the same problem everytime. I open any of these programs and the first and the only window that appears is the crash reporter. I've tried opening it in Safe Mode and the same occurs. I have tried entirely uninstalling the products incuding the registry keys but no help. I shall post the detailed error reports, if they help solving this issue. Can you kindly look into this and find a solution as I use all of these Mozilla products and my life has been a hell since they've ben down.
    Seamonkey Error Report:
    Add-ons: [email protected]:2.0.4,{59c81df5-4b7a-477b-912d-4e0fdf64e5f2}:0.9.85,{f13b157f-b174-47e7-a34d-4815ddfdfeb8}:0.9.87.4,[email protected]:1.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:1.0
    BuildID: 20101123124820
    CrashTime: 1296412292
    InstallTime: 1296412283
    ProductName: SeaMonkey
    StartupTime: 1296412291
    Theme: classic/1.0
    Throttleable: 1
    URL:
    Vendor: Mozilla
    Version: 2.0.11
    This report also contains technical information about the state of the application when it crashed.
    Sunbird Error Report:
    Add-ons: [email protected]:1.2009p,{e2fda1a4-762b-4020-b5ad-a41df1933103}:1.0b1,{972ce4c6-7e08-4474-a285-3208198ce6fd}:2.0
    BuildID: 20091211101839
    CrashTime: 1296413028
    InstallTime: 1296411446
    ProductName: Sunbird
    SecondsSinceLastCrash: 1578
    StartupTime: 1296413025
    Theme: classic/1.0
    Throttleable: 1
    URL:
    Vendor: Mozilla
    Version: 1.0b1
    This report also contains technical information about the state of the application when it crashed.

    Did you find a solution?
    Same problem over here as well, FF 7 is ok but FF8 / FF9 and Thunderbird 8 / 9 crash on startup.
    They both work if I start them in safe mode with everything enabled.

Maybe you are looking for

  • Animated .GIF Issue Need Help

    I made an animated gif with a transparent background, saved it for the web with the best quality settings I know of, and the image gets this weird white outline around it. Here's what it looks like on grey background so you can actually see the issue

  • Error While Employee Termination  APP-PAY-07490

    Dear An employee 130,when i go to terminate of this employee system raise error *'APP-PAY-07490:The person must exist as an employee at the time specified by Date Start*", Can any body help me,how to rectify that problem, Thanks in advance.

  • Help needed in Message Control - very urgent

    Hi Experts, I have one requirement where in the customer wants to stop creation of IDOC which posts Invoice using message control and message control status should be changed to RED color and also the message should be populated in the processing log

  • Access denied message

    I am running an swf file that is loaded into an lms. To test this I am using Captivate 5...I have 2 slides...the movie goes through the 2 slides and then gets an access denied on the following: _flash_removeCallback(document.getElementById(""), Set E

  • Can I run dota 2 on my MacBook Pro

    Do you guys think i can run DOTA 2 with my macbook pro (13 inch, Mid 2009)? OS X Yosemite Processor: 2.26 GHz Intel Core 2 Duo Memory: 2 GB 1067 MHz DDR3 Graphics: NVIDIA GeForce 9400M 256 MB