GETWA_NOT_ASSIGNED in Transaction VA42

Hi all,
One of my user have got a runtime error in the transaction VA42 where we have added our customized code.The Main Program is SAPMV45A.I have attached some of the dump details below.
<b>Runtime Error          GETWA_NOT_ASSIGNED
ShrtText
    Field symbol has not yet been assigned.
What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLV61A" 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 84).
    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.
Source Code Extract
46   AND spart = komk-spart
47   AND kschl_1 = komt1-kschl.
48
49 IF sy-subrc = 0.
50  l_subrc = 4.
51   LOOP AT t_condtype.
>>     CLEAR tkomv.
53     READ TABLE tkomv WITH
54       KEY kschl = t_condtype-kschl
55           kposn = komp-kposn.
56     IF sy-subrc = 0 AND tkomv-kbetr IS NOT INITIAL.
57       l_subrc = 0.</b>
The dump exactly occured in the clear statement.Is there any conflict in this line?.
Any inputs on this will be of great help.Thanks in advance.
Regards,
Raj

Hi all,
One of my user have got a runtime error in the transaction VA42 where we have added our customized code.The Main Program is SAPMV45A.I have attached some of the dump details below.
<b>Runtime Error          GETWA_NOT_ASSIGNED
ShrtText
    Field symbol has not yet been assigned.
What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLV61A" 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 84).
    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.
Source Code Extract
46   AND spart = komk-spart
47   AND kschl_1 = komt1-kschl.
48
49 IF sy-subrc = 0.
50  l_subrc = 4.
51   LOOP AT t_condtype.
>>     CLEAR tkomv.
53     READ TABLE tkomv WITH
54       KEY kschl = t_condtype-kschl
55           kposn = komp-kposn.
56     IF sy-subrc = 0 AND tkomv-kbetr IS NOT INITIAL.
57       l_subrc = 0.</b>
The dump exactly occured in the clear statement.Is there any conflict in this line?.
Any inputs on this will be of great help.Thanks in advance.
Regards,
Raj

Similar Messages

  • Urgent - BDC program to update technical objects using transaction VA42

    Hi,
    Currently my program updates technical objects details at item level as well as BOM header level.
    But my client insists on updating at contract level i.e when u go to va42 transaction and without selecting any item, we need to go to menu,technical objects where the client  wants all the items to be displayed.
    How to do this way?, is it possible, please advise on this regard.
    Very urgent!
    Thanks in advance
    Anandh.B

    I went into va42 and tried to extras->technical objects but it saying to select the item. Without selecting any item it is not going into technical objects.
    You can only do BDC if is possible manually, since its not possible you cannot do BDC for that.
    Cheers,
    Satya

  • Va42 calendar invoicing

    hI,
    I creat contract with the 'BAPI_CONTRACT_CREATEFROMDATA' and new I want to change calendar invoicing by coding  for this contract in the transaction va42.
    I dont now how to change dates of calendar by the fields FPLA-PERIO.
    I need  hepls plaise.

    The correct term is "Billing plan", not "calendar invoicing". Billing plan is usually driven by configuration, please consult with your SD specialist.
    There are some user exits available for the billing plan:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/erplo/sdUserexits
    Also use Search for "billing plan".

  • ABAP : How to select a line in a table control

    Hi everybody,
    I have a multi-item Contract (2 items: item 10 and item 20)
    I store the contract items informations in an internal table wt_ha
    I want to call a transaction that can assign the quantity of an order item to contract items.
    Here's the code :
    LOOP AT wt_ha
    CONSTANTS :
      c_fnam1  TYPE BDCDATA-FNAM VALUE 'CONTRACT_VBAP-SELKZ(',
      c_fnam2  type BDCDATA-FNAM value 'CONTRACT_VBAP-POSNR(',
      c_close  type C      VALUE ')'.
      wa_sytabix = sy-tabix.
      concatenate c_fnam1 wa_sytabix c_close into wa_champ1.
      concatenate c_fnam2 wa_sytabix c_close into wa_champ2.
    * Transaction VA42                                     
      PERFORM bdc_dynpro      USING 'SAPMV45A' '0102'.
      PERFORM bdc_field       USING 'VBAK-VBELN' wt_comm-vbeln.
      PERFORM bdc_field       USING 'BDC_OKCODE' '/00'.
      PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.
    * Action : Assign an item
      PERFORM bdc_field       USING 'BDC_OKCODE' '=APPL'.
      PERFORM bdc_field       USING 'BDC_CURSOR' 'VBAP-POSNR(01)'.
      PERFORM bdc_field       USING 'RV45A-VBAP_SELKZ(01)' 'X'.
      PERFORM bdc_dynpro      USING 'SAPLV45C' '0103'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=ZUOR'.
      PERFORM bdc_field       USING 'LV45C-VBELN' wt_ha-vbeln.
      PERFORM bdc_dynpro      USING 'SAPLV45C' '0900'.
      PERFORM bdc_field        USING 'BDC_CURSOR' wa_champ2.
      PERFORM bdc_field        USING  wa_champ1 'X'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=ANWD'.
      PERFORM bdc_dynpro      USING 'SAPMV45A' '4001'.
      PERFORM bdc_field       USING 'BDC_OKCODE' '=SICH'.
      CALL TRANSACTION 'VA02' USING bdcdata MODE 'N' UPDATE 'S'
                                            MESSAGES INTO wt_mess.
    ENDLOOP
    The problem is that even if the internal table wt_ha contain 2 items, this programm can assign the order item quantity to only the FIRST contract item !

    hi there
    This is the code to handle BDC table control for sales
    order screen, VA02.
    PERFORM bdc_dynpro USING 'SAPMV45A' '0102'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'VBAK-VBELN'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '/00'.
    PERFORM bdc_field USING 'VBAK-VBELN'
    i_final-sls_docno.
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '4001'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=POPO'.
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '0251'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'RV45A-POSNR'.
    PERFORM bdc_field USING 'RV45A-POSNR'
    i_final-sls_docitm.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=POSI'.
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '4001'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=PEIN'.
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '4003'.
    LOOP AT i_vbep WHERE vbeln = v1_docno
    AND posnr = v1_docitm..
    IF i_vbep-wmeng GT 0.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=EIPO'.
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '0252'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'RV45A-ETDAT'.
    CLEAR w_date.
    WRITE i_vbep-edatu TO w_date DD/MM/YYYY.
    PERFORM bdc_field USING 'RV45A-ETDAT'
    w_date.
    IF i_final-kitstatus EQ 'KC'.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=POSI'.
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '4003'.
    PERFORM bdc_field USING 'VBEP-LIFSP(01)'
    c_blank.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '/00'. "Enter
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '4003'.
    PERFORM bdc_field USING 'VBEP-LIFSP(01)'
    c_delblk.
    ELSE.
    PERFORM bdc_field USING 'BDC_OKCODE'
    '=POSI'.
    PERFORM bdc_dynpro USING 'SAPMV45A'
    '4003'.
    PERFORM bdc_field USING 'BDC_CURSOR'
    'VBEP-LIFSP(01)'.
    PERFORM bdc_field USING 'VBEP-LIFSP(01)'
    c_delblk.
    ENDIF.
    ENDIF.
    ENDLOOP.
    Save the document
    PERFORM bdc_field USING 'BDC_OKCODE' '=SICH'.
    CALL TRANSACTION 'VA02' USING i_bdcdata
    MODE v_mode
    UPDATE 'S'
    MESSAGES INTO
    i_bdcmessage.
    do reward if helpful.

  • Problems with running BAPI   BAPI_SALESORDER_CREATEFROMDAT2

    Hi all,
    I’ve got a problem running BAPIs in SD invironment.
    I’m creating contract releases in SD via BAPI.
    First I run BAPI BAPISORDER_GETDETAILEDLIST in my program to get detaildata of the contract.
    Then I run the BAPI   BAPI_SALESORDER_CREATEFROMDAT2 filled with contract reference data and in addition with order data to create the contract release.This works properly so far. On both sides in the contract and in he contract release I find the correct document flow. Means: in document flow of the contract I find all the releases created . Also I find the contract in the documentflow of the releases.
    But…something does not work: In the contract the released values are not updated. When I create a release manually, the release values are accumulated  in the contract in field  ‘value released’ under flag ‘item detail’. But this does not work, when the leases are created via BAPI. However I checked several parameters in the BAPIS but I cannot find something that leads to an update .
    Can somebody help me and can tell me what is to be done to get this field updated? Thanks in advance.
    same in German...
    Ich habe ein Problem mit BAPIs im SD.
    Ich erzeuge Abrufe zum Kontrakt im SD mittels BAPIs.
    Zuerst lasse ich den BAPI BAPISORDER_GETDETAILEDLIST laufen, um mittels Kontraktnummer alle Daten zum Kontrakt zu bekommen. Dann lasse ich den BAPI   BAPI_SALESORDER_CREATEFROMDAT2 gefüllt mit SD-Abrufdaten und den Referenzdaten des Kontraktes laufen Dies funktioniert soweit sehr gut. Sowohl im Kontrakt als auch im Abruf sind jeweils die übergeordneten bzw. untergeordneten Vertiebsbelege zu sehen. Die Referenz wird also hergestellt. Jedoch wird im Kontrakt nicht die Abrufwerte aufsummiert. Normalerweise wird bei manueller Erstellung der Abrufe im Kontrakt die jeweilgen abgerufenen Werte gegen den Kontraktwert aufsummiert (Feld abgerufene Werte im Kontrakt unter Reiter ‚Positionsdetail‘. Ich habe alle möglichen Parameter im BAPI geprüft und getestet aber nichts gefunden, was mir die abgerufenen Werten aufsummiert.
    Kann mir dazu einen Tip geben, was ich tun kann, damit auch die Werte richtig referenzieren ? Danke im Voraus.

    the usage of exactly this BAPIs in the way I described  is in according to SAP note 370988.
    BAPI_SALES_DEL_SCHEDULE_CREATE ist for SD schedule agreements and not for SD contracts and does not offer Input parameters for e.g.  adding price conditions what is needed for my task.
    The field in contract I mentioned e.g. in Transaction VA42 VA43 is filled / gets its Information out of Infostructure/table S135. The BAPI seems not be able to fill this structure while creating the contract release.
    I'm looking for example an input parameter I did not found already or any other option that leads to an update of infostructure S135 while creating/posting a release via BAPI.

  • Alternate BAPI for BAPI_SALESDOCUMENT - Mass creation

    We are trying to mass create Schedule lines for the SD contract items through the BAPI "BAPI_SALESDOCUMENT_CHANGE". The performance is very slow for bulk items.
    This scedule line creation is equivalent to creating scedule lines through the transaction VA42.
    Is there any alternate function module or BAPI for mass creation of schedule lines for the SD contract?

    Depends on your release: in ECC 6.0 i have BAPI_SALESORDER_CREATEFROMDAT2
    Nevermind: it's contracts not salesorder.
    Try BAPI_CUSTOMERCONTRACT_CHANGE or do a F4 on BAPICONTRACT
    Edited by: Maen Anachronos on Sep 16, 2010 1:19 PM

  • Need to change CONTRACT End date using Bapi BAPI_CUSTOMERCONTRACT_CHANGE

    Hi,
    I need to change date of a contract and for the same I am using Bapi "BAPI_CUSTOMERCONTRACT_CHANGE".
    I am passing the following Parameters to the BAPI.
    SALESDOCUMENT  -- Have passed the Contract Number in this.
    CONTRACT_HEADER_IN -- Have passed the values of the following fields ::
    COLLECT_NO -- Sales Document number
    Sales_Org  -- Sales Organization
    Distribution Channes -- Dist. Channel
    Division -- Division
    CT_VALID_T -- New date which I want as the contract end date.
    CONTRACT_HEADER_INX -- Following values have been paased in this Structure.
    UPDATEFLAG -- 'U'.
    CT_VALID_T -- 'X'.
    Now when I run the BAPI with these inputs I get the output as ' Field 'GUEEN' cannot be copied, because it is not ready for input'.This is a information message. But the changes are not reflected in the contract. I have done the commit work after BAPI.
    When I changes the value for CT_VALID_T flag from 'X' to 'U' the message mentioned above does not come but the end result is same and changes are not reflected in the contract.
    I would be really helpful to you if get any kind of helf to know ehy the output is not coming.
    Thanks a Lot for your kind help!!!!
    Regards,
    Lalit Kabra

    Hi Lalit,
    The value for CT_VALID_T flag has to be 'X' in the CONTRACT_HEADER_INX structure.
    In this case, you receive an informative message "Field 'GUEEN' cannot be copied, because it is not ready for input'"
    That is the problem. You cannot change this field because your functional team has this field as "not ready for input" in change mode.
    Can you change this field in transaction VA42? If you can't modify it in dialog, you can't modify it with BAPI.
    Regards,

  • Function module to read error message provided message class and mssg no.

    Hi experts,
    I am trying to populate my database table with the error message.
    The error message as comming form standard code in an ITAB.
    I am getting the error class and message number.
    Can any body please tell me any function module to read the error.
    Or is there any way to populate the database table with the error message.
    Regards,
    Sandipan.

    Hi,
        You can use the Function module mentioned below.
    call transaction 'VA42' using bdcdata  mode  w_mode
                                        update  w_synch
                                      messages into it_mesgtab.
        loop at it_mesgtab into wa_mesgtab where msgtyp ca 'EA'.
        endloop.
        if sy-subrc <> 0.
          read table it_mesgtab into wa_mesgtab index 1.
        endif.
        call function 'MESSAGE_TEXT_BUILD'
          exporting
            msgid               = wa_mesgtab-msgid          "Messg class
            msgnr               = wa_mesgtab-msgnr          "Messg No.
            msgv1               = wa_mesgtab-msgv1
            msgv2               = wa_mesgtab-msgv2
            msgv3               = wa_mesgtab-msgv3
            msgv4               = wa_mesgtab-msgv4
          importing
            message_text_output = it_err-sapmessage.
       Append it_err.
    Regards,
         Srinivas

  • Error "The sales document is not yet complete" when using SD_SALES_DOCU_MAINTAIN

    Hi there,
    I have built an update program for updating the sales documents (VA42). In that program I am using the BAPI-SD_SALES_DOCU_MAINTAIN. It works fine except for the sales docs that are incomplete. For those sales docs I have the following messages in the Return-internal tab. from the BAPI:
    V4
    233
    VBAKKOM has been processed successfully
    V4
    233
    VBAPKOM has been processed successfully
    V4
    233
    VBAPKOM has been processed successfully
    V4
    233
    VBAPKOM has been processed successfully
    V1
    555
    The sales document is not yet complete: Edit data
    V1
    311
    Collection Contract 55259592 has been saved
    The sales doc is indeed incomplete. What is missing in this sales doc is the prices. After discussion with the people from the business, I found out that it is impossible to complete those sales docs.
    In the transaction-VA42 it is possible to save such sales docs, after clicking the "Save" button in the pop-up "The sales doc is incomplete. (Save - Edit - Cancel)".
    The standard reports SDVBUV00 and SDVBUK00 do not help.
    Is there any other possibility or other BAPI that I could use to save such sales docs?
    Thanks,
    Dimce

    no issue anymore. On the QA-system it didn't work and on the production one it works.

  • SPRO - SD

    Hi!
    I want to use a BAPI (BAPI_CUSTOMERCONTRACT_CHANGE) to change the contract end.
    I found a post [Using BAPI BAPI_CUSTOMERCONTRACT_CHANGE|Re: Need to change CONTRACT End date using Bapi BAPI_CUSTOMERCONTRACT_CHANGE; which sum up my problem.
    I can change the contract end using the transaction VA42 but not using the BAPI.
    As indicated in the previous post is there a customizing implementation to indicate that a zone can or not be changed directly or not? (For me Contract end = VEDA-VENDDAT.)
    Can someone tell me the way to this - my functionnal team is not disponible at the moment.
    Thanks for your help.
    David

    To illustrate what i am looking for:
    The transaction OBC4 which is based on the Field Status Group (FSG) to activate or not the field. This transaction seems to be FICO. Is there the same for SD?
    David

  • Is Table Control's default size is 13 always in all resolutions?

    Hi Experts,
    Pls. let me clarify that, " Is Table Control is always possess the DEFAULT # of records as 13? Is it SAP's  standard feature? or Is it purely depends on the machine (windows) resolution? Particularly, am interested in BDC scenarios?
    Is any body is hving the SAP Documentation, about the above specific issue?
    thanq.
    Message was edited by:
            Srikhar

    If you use below code for your VA42 ,then table controls number columns will not vary from pc to pc :
    data: f_option type ctu_params,
    f_option-updmode = 'S'.
    f_option-defsize = 'X'.
    f_option-dismode = 'N'.
    call transaction 'VA42' using bdcdata options from f_option messages into bdcerror.
    I know your requirement ,screen resolution will not solve your problem
    Check the below link :
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://web.mit.edu/ist/org/admincomputing/dev/abapstds/current/devstand8.html
    Thanks
    Seshu

  • Long Pending Jobs

    Current Business Process :
    Unilever has got one contract per concessionaire (about 125 in total) and 450.000 cabinets approximately. Due to this amount of items there are lot movements along the year, assignments, transfers, lostu2026 All of them are managed by deliveries document, and most of them require an update of the concessionaire contract (in order to add the cabinet, delete or just maintain them).
    Since the number of items and the deliveries are so many, the process of contract maintenance would be impossible to be done manually; and this is why a custom program has been developed.
    Although there will be the possibility to execute the program manually, it is usually run daily through the YCAB_PROCESS_CONTRATTI job. The job run a custom program that collects those deliveries that are relevant for the Cabinet process (Z2_CABMSG2). Once done, it creates a new job with these deliveries as selection parameters of the custom program Z253408_CONTRACT.
    The program Z253408_CONTRACT retrieves all data from the deliveries, creates a batch input session and updates the contract trough a call of the standard transaction VA42.
    Problem:
    We have a scenario last 2010 campaign year where the delivery is not processed by the Job on or before September 30, 2010. Since this is a long running, the said delivery where processed on campaign year 2011 u2013 around October 2010. With this, calculated dates are incorrectly determined. This scenario only shows that Long running Jobs for this process also impact on the dates to reflect in the contract -VA42.

    Hi Raghu,
    Thanks for your response...
    Here is the process for your understanding.
    This process is used in order to rent a cabinet to the concessionaire. The cabinet it is tran-ported physically the concessionaire but it remains under the property of comoany for the period of the agreement of the contract.
    Sales Order>Delivery>Pick & GI>Updation of contract throgh a program>Invoice
    Now answering to your questions one by one ..
    1.The moment any deliveries is created and goods issue is done,immediately this delivery is ready for updating the contract.
    I mean numbers of line item in deliveries are added in the contract through the schedule program.
    Example:Suppose a Contract X with line item 10000 is existing for a customer A,now if a sales order and delivery is made for customer A and the delivery contains 50 line items then through the scheduled job run the contract gets updated and its line item becomes 10050.
    2.No Deliveries are not getting updated.It is only contract which is updated.
    3.There is no specific data based on which contract gets updated. The basis is only the delivery and Good issue.
    I hope I have answered your question.
    Looking for your help

  • Updating Header data in VA42 transaction.

    Hi all,
    I have BDC program that updates technical objects at item level, BOM header level.
    But my client insists me to update on overall header level where all the item data must be populated. It is like when u enter into VA42 and without selecting any item, if we select technical objects all item level technical objects must be displayed.
    Please advise on this regard.
    Regards,
    Thanks in advance.
    B.Anandh

    Hi all,
    I have BDC program that updates technical objects at item level, BOM header level.
    But my client insists me to update on overall header level where all the item data must be populated. It is like when u enter into VA42 and without selecting any item, if we select technical objects all item level technical objects must be displayed.
    Please advise on this regard.
    Regards,
    Thanks in advance.
    B.Anandh

  • Short Dump GETWA_NOT_ASSIGNED while calling Transaction launcher in IC_WEB

    Hi Folks,
    We have a problem with Transaction Launcher profile in IC web client , after support pack implementation when i launch few R/3 transaction in Web client profile getting short dump.
    when i check ST22 transaction , i found these information in Dump.
    !) Error in ABAP application program.
    The current ABAP program "CL_CRM_IC_ABOX_ABSTRACT_URL===CP" had to be
    terminated because one of the
    statements could not be executed.
    we came to know below method not executing properly .
    CL_CRM_IC_ABOX_ABSTRACT_URL method IF_CRM_IC_ACTION_HANDLER~GET_ACTION_PROPERTY
    and also for
    CL_CRM_IC_ABOX_CONSTANTS => Object_type
    Any could you please advice on the same ....
    Regards
    raju....

    Hello Raju,
    Please apply the note 1101443. This should help you resolve the issue.
    Thanks and Regards,
    Varsha

  • Runtime Error  -GETWA_NOT_ASSIGNED when running COI

    Hi ALL,
    We are getting run time error -  GETWA_NOT_ASSIGNED when running COI tasks.
    Error analysis
         You attempted to access an unassigned field symbol
         (data segment 32995).
         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
        "CL_UC_COI_ACT_PT==============CP" or "CL_UC_COI_ACT_PT==============CM00P"
        "REDUCE_GOODWILL_ENTRIES"
        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.
    Information on where terminated
        The termination occurred in the ABAP program "CL_UC_COI_ACT_PT==============CP"
         in "REDUCE_GOODWILL_ENTRIES".
        The main program was "UCUWB000 ".
        The termination occurred in line 722 of the source code of the (Include)
         program "CL_UC_COI_ACT_PT==============CM00P"
        of the source code of program "CL_UC_COI_ACT_PT==============CM00P" (when
         calling the editor 7220).
    702   call method do_inv_net_change->create_data_reference
    703     exporting
    704       i_type   = cl_uc_coi_inv_net=>gc_ref_pt_block
    705       io_model = do_model
    706     importing
    707       er_data  = lr_t_data.
    708   assign lr_t_data->* to <lt_share_block>.
    709   call method do_inv_net_change->get_block
    710     importing
    711       et_pt_shares = <lt_share_block>.
    712
    713   create data lr_s_data like line of <lt_share_block>.
    714   assign lr_s_data->* to <ls_share_block>.
    715 * change due to selling invor's transaction
    716   read table <lt_share_block> into <ls_share_block> index 1.
    717
    718 * direct shares prior to divestiture
    719   assign component 'R_TH_DSH_OLD'
    720     of structure <ls_share_block> to <lr_th_dsh_old>.
    721   assign <lr_th_dsh_old>->* to <lt_dsh_old>.
    >>>>   create data lr_s_data like line of <lt_dsh_old>.
    723   assign lr_s_data->* to <ls_dsh_old>.
    724   assign component ucf6_cs_coi_fld-pcnt1
    725     of structure <ls_dsh_old> to <pcnt1_7a>.
    726
    727 * change of direct shares in divestiture
    Please provide your suggestions.
    Edited by: VM2727 on Feb 10, 2012 3:27 AM

    Or even these ones:
    SAP Note 1480856 - C/I: Program termination GETWA_NOT_ASSIGNED
    Symptom
    When you execute the consolidation of investments, a program termination
    occurs (short dump GETWA_NOT_ASSIGNED in the method CREATE_OCI_LIST of the
    class CL_UC_COI_ACT).
    Note 1467924 - Termination GETWA_NOT_ASSIGNED in CL_UC_COI_ACT_PD
    Symptom
    When you execute the consolidation of investments, the program termination GETWA_NOT_ASSIGNED occurs in the method CALC_NET_INCOME_MEM of the class CL_UC_COI_ACT_PD.

Maybe you are looking for

  • Compiling java program in the sqlplus in oracle8i

    SQL*Plus internal error state 2087, context 160:0:0 Unsafe to proceed SQL> ed Wrote file afiedt.buf 1 create or replace and resolve java source named PA as 2 import java.util.Properties; 3 public class PA 4 { 5 public static String patientName(String

  • [SOLVED] Cannot mount usb (as normal user)

    Hello I'm facing this problem for the first time, but can't tell if it came after an update or an unexpected reboot (light went out). I'm using latest kde (4.9.2?), and the latest kernel, Linux gantz 3.6.6-1-ARCH #1 SMP PREEMPT Mon Nov 5 11:57:22 CET

  • Why is there no option to play this track next in the right click menu?

    Why is there no option to play this track next in the right click?

  • Adobe Inserts the wrong file

    I am creating a new PDF document by combining existing PDF files. When I go to insert one file it keeps inserting a different file. The preview picture of the file I am trying to insert is correct. I have tried restarting my computer. Deleting the fi

  • Indirectly connecting to internet

    A couple of days ago I received a new laptop from my work ( unfortunately a Dell , but at least it was for free...) and to my surprise it had a wireless card in it. So after a short while I got it connected to my Airport Express base station. But the