Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now

Close

How To Fix VT808 - El módulo de función ZZ_SD_USEREXIT_PARTNER no existe


SAP Error Message - Details

  • Message type: E = Error

  • Message class: VT - Vertriebstabellen

  • Message number: 808

  • Message text: El módulo de función ZZ_SD_USEREXIT_PARTNER no existe

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

    Function module ZZ_USEREXIT_PARTNER does not exist

    Respuesta del sistema

    You can only maintain a new partner type if this function module
    exists.

    ¿Cómo arreglar este error?

    Enter the function module ZZ_SD_USEREXIT_PARTNER in a new function
    group
    in the customer reserve function group.
    You call up partner types Y* and Z* for processing as follows:
    CALL FUNCTION 'ZZ_SD_USEREXIT_PARTNER'
    EXPORTING I_NRART = TPAR-NRART (STRUCTURE TPAR-NRART)
    I_VTCOM = VTCOM (STRUCTURE VTCOM)
    IMPORTING I_LKUPAV = LKUPAV. (STRUCTURE KUPAV)
    The partner type is in the field I_NRART.
    The partner number is in the field I_VTCOM-ABLAD.
    Depending on the environment, you can use the fields I_VTCOM-VKORG,
    I_VTCOM-VTWEG and I_VTCOM-SPART.

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

    For example, you could define a partner type which checks against a new
    table.
    Example: FUNCTION.
    TABLES: T999.
    SELECT SINGLE * FROM T999
    WHERE PARTNER = I_VTCOM-ABLAD.

    I_LKUPAV-NAME1 = T999-NAME1.

    * Depending on the circumstances, you can decide whether to send output
    * or not.
    CASE I_VTCOM-MSGKZ.
    WHEN 'U'.
    WHEN 'S'.
    MESSAGE S200 WITH I_VTCOM-ABLAD.
    WHEN 'I'.
    MESSAGE I200 WITH I_VTCOM-ABLAD.
    WHEN 'W'.
    MESSAGE W200 WITH I_VTCOM-ABLAD.
    WHEN ' '.
    MESSAGE E200 WITH I_VTCOM-ABLAD
    RAISING NO_PARTNER.
    ENDCASE.
    CASE I_VTCOM-MSGKZ.
    ENDFUNCTION.

    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 VT808 - El módulo de función ZZ_SD_USEREXIT_PARTNER no existe ?




    • Do you have any question about this error?


      Upgrade now to chat with this error.


Instant HelpGet instant SAP help. Sign up for our Free Essentials Plan.


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