How To Fix KE337 - Le nom de la caract. & a été modifié! Adapter la valorisation!


SAP Error Message - Details

  • Message type: E = Error

  • Message class: KE -

  • Message number: 337

  • Message text: Le nom de la caract. & a été modifié! Adapter la valorisation!

  • Show details Hide details
  • Quelle est la cause de ce problème?

    Characteristic &V1& had to be renamed due to a naming conflict in the
    valuation tables. The new name is &V2&.
    Characteristic &V1& is used in condition table A&V4& and access
    sequence &V3& for valuation using conditions in CO-PA.

    Réponse du système

    Valuation in CO-PA is no longer possible for this characteristic under
    the former field name &V1&.

    Comment corriger cette erreur?

    The valuation, i.e. the condition table A&V4& which uses this
    characteristic, and access sequence &V3&, which accesses this condition
    table, must be maintained for this characteristic under the field
    name &V2&.

    Le système émet un message d'erreur et ne vous permettra pas de poursuivre cette transaction tant que l'erreur n'est pas résolue.

    Do the following:
    Create a new condition table for the characteristic in CO-PA
    Customizing.
    <DS:TRAN.KE4A>Proceed</>
    Then use the ABAP Editor to create a program which reads the
    condition records from the previous condition table A&V4& and enters
    them in the new condition table.
    <DS:TRAN.SE38>Proceed</>
    Replace the old access sequence &V3& with a new access sequence
    which accesses the new condition table.
    <DS:TRAN.KE48>Proceed</>
    Assign the new access sequence to the condition types which use
    access sequence &V3&.
    <DS:TRAN.KE47>Proceed</>
    Carry out a test for the valuation.
    Finally, delete the old condition table A&V4&.
    Example:
    You receive the message "Characteristic CUCLA needs to be renamed!
    Adapt valuation accordingly!"
    The long text tells you that condition table A610 and access sequence
    ACUC need to be adapted, and that the new field name is RKE_CUCLA.
    RESET N1
    Proceed as follows:
    Create condition table A610, which contains the characteristic CUCLA
    (and perhaps others), again. Create a new condition table by
    choosing the characteristic RKE_CUCLA (and any others used in A610)
    from the field catalog. Generate the new condition table. The
    system displays a message telling you that Table A687 has been
    activated.
    Next, copy the entries in Table A610 to the new Table A687. If you
    look at the Tables A610 and A687 in the ABAP/4 Dictionary
    (Transaction SE11), you should find the following structure, based
    on our example:
    Table A610 MANDT KAPPL KSCHL CUCLA DATBI DATAB KNUMH
    Table A687 MANDT KAPPL KSCHL RKE_CUCLA DATBI DATAB KNUMH
    A program for copying the entries might look like the following:
    REPORT COPY_TAB.
    TABLES: A610, A687.
    SELECT * FROM A610 CLIENT SPECIFIED.
    MOVE-CORRESPONDING A610 TO A687.
    MOVE A610-CUCLA TO A687-RKE_CUCLA.
    INSERT A687 CLIENT SPECIFIED.
    ENDSELECT.
    Access sequence ACUC used Table A610 up to now. Replace ACUC
    with a new, equivalent access sequence ACU2, which accesses Table
    A687.
    Up to now the condition records were accessed using access sequence
    ACUC for the conditions CT01 and CT02. Assign the new access
    sequence ACU2 to conditions CT01 and CT02.
    After carrying out these steps we can perform valuation again on the
    basis of the characteristic CUCLA.

    Extrait du message d'erreur du système SAP. Copyright SAP SE.


Smart SAP Assistant

  • Quelle est la cause et la solution de l'erreur SAP KE337 - Le nom de la caract. & a été modifié! Adapter la valorisation! ?




    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Start your 7-day free trial now.


Messages d'erreur SAP associés

Cliquez sur les liens ci-dessous pour voir les messages connexes suivants:

Cliquez sur ce lien pour rechercher tous les messages SAP.


Rating
ERPlingo's SAP support assistant is amazing. Saves me countless hours trying to solve complex SAP issues myself. It's a real game changer!
Rate 1
Thomas Michael
SAP Consultant, Author & Speaker