How To Fix 37569 - Función en modo de modificación para el elemento original & no ejecutable


SAP Error Message - Details

  • Message type: E = Error

  • Message class: 37 - Screen Painter

  • Message number: 569

  • Message text: Función en modo de modificación para el elemento original & no ejecutable

  • Show details Hide details
  • ¿Qué causa este problema?

    You are working in the Screen Painter under the Modification Assistant
    and have selected a screen element. You wanted to use a function that:
    Changes the type of the element
    Example: Converting a checkbox into a radio button.
    Changes the assignment of the element to a graphical element
    (container)
    Example: Converting to a step loop.
    Deletes the screen element
    Under the Modification Assistant, these actions are only allowed for
    screen elements that are not SAP original elements.
    However, the element that you selected is an original element.

    Respuesta del sistema

    Operation canceled.

    ¿Cómo arreglar este error?

    If you want to:
    Change the type of the origianal element, or
    Change the assignment of an original element to a graphical element
    (container),
    you must do it without the Modification Assistant. You can do this by
    choosing Edit -> Modification -> Switch off assistant.
    You should, however, be certain that this change is really necessary,
    and consider the possible consequences in the screen flow logic.
    You must also switch off the Modification Assistant if you want to
    delete an original element. In most cases, you do not need to delete
    the original element. Instead, you can reduce its size or make it
    invisible.
    To make a screen element invisible at runtime, set the "Invisible"
    display attribute. In this case, values are still transported from the
    program to the screen at runtime, so the danger of unwanted changes is
    much less.
    You can set the display attribute to "invisible" within the PROCESS
    BEFORE OUTPUT
    for the column col_name of the table controls tc_name

    El sistema emite un mensaje de error y no le permitirá continuar con esta transacción hasta que se resuelva el error.

    TYPE-POOLS: cxtab.
    DATA: col_wa TYPE cxtab_column.
    READ TABLE tc_name-cols WITH KEY screen-name = 'COL_NAME'
    INTO col_wa.
    col_wa-invisible = '1'.
    MODIFY tc_name-cols FROM col_wa INDEX sy-tabix.
    fnr alle anderen elementaren Dynproelemente durch
    LOOP AT screen WHERE name = 'COL_NAME'.
    screen-invisible = '1'.
    MODIFY screen.
    ENDLOOP.

    Procedimiento para Administradoras de Sistemas


    Extracto de mensaje de error del sistema SAP. Copyright SAP SE.


Smart SAP Assistant

  • ¿Cuál es la causa y la solución del error de SAP 37569 - Función en modo de modificación para el elemento original & no ejecutable ?




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


Mensajes de error de SAP relacionados

Haga clic en los enlaces a continuación para ver los siguientes mensajes relacionados:

Haga clic en este enlace para buscar todos los mensajes de SAP.


Rating
The AI Support Assistant is great. It provides comprehensive assistance even on the most difficult issues. I highly recommend this service.
Rate 1
John Jordan
SAP Consultant & Author