How To Fix HRPBSDEVAVG673 - No known output type could be determined.


SAP Error Message - Details

  • Message type: E = Error

  • Message class: HRPBSDEVAVG - HR-VADM: Public Sector Pensions Act

  • Message number: 673

  • Message text: No known output type could be determined.

  • Show details Hide details
  • What causes this issue?

    a) Info for the administrator
    This is a technical error. Please forward this message to your ABAP
    developers.
    b) Info for the developer

    The system issues an error message and will not allow you to continue with this transaction until the error is resolved.

    In method Init of class &v1&, method
    CL_HRDEPBSNO_FORM_DATA_DEF=>PREPARE_RESULTTABLE_FOR_ADOBE is generally
    called as follows:
    me->prepare_resulttable_for_adobe(
    EXPORTING
    ...
    iv_import_format = me->c_import_format "optional
    it_notif_result_ids = lt_notif_data_result_ids
    ...
    IMPORTING
    es_no_import_format = as_import_format
    ).
    <ZK>As_import_format </> corresponds to a structure that contains a text
    as the first component and a table as the second component. In the
    present case, you have assigned a value that does not correspond to this
    kind of structure to parameter <ZK>iv_import_format</>.

    System Response

    How to fix this error?

    a) Comment out the transfer of the optional parameter when calling the
    method and get the system to interpret the data.
    or
    b) Fill parameter <ZK>iv_import_format</> with a variable of type <ZK>
    string</> when calling the method of class &v1&. The content of the
    variables must be the name of the type of a structure that contains a
    text as the first component and a table as the second component.
    Example:
    ...
    iv_import_format = 'HRDEPBSCAS_NO_IMPORT_FORMAT_01'
    ...

    Procedure for System Administrators


    Error message extract from SAP system. Copyright SAP SE.


Smart SAP Assistant

  • What is the cause and solution for SAP error message HRPBSDEVAVG673 - No known output type could be determined. ?

    The SAP error message "HRPBSDEVAVG673 No known output type could be determined" typically occurs in the context of HR (Human Resources) processes, particularly when generating outputs such as payslips, reports, or other HR-related documents. This error indicates that the system is unable to identify a valid output type for the document or report you are trying to generate.

    Causes:

    1. Missing Output Type Configuration: The output type required for the document may not be configured in the system.
    2. Incorrect or Incomplete Master Data: The employee or document master data may be incomplete or incorrect, leading to the inability to determine the output type.
    3. Output Determination Procedure: The output determination procedure may not be set up correctly, or the conditions for determining the output type are not met.
    4. Authorization Issues: The user may not have the necessary authorizations to access the output type or generate the document.
    5. Custom Development Issues: If there are custom developments or enhancements in the output determination logic, they may not be functioning correctly.

    Solutions:

    1. Check Output Type Configuration:

      • Go to the transaction code SPRO and navigate to the relevant configuration for output types in HR.
      • Ensure that the output type you are trying to use is defined and properly configured.
    2. Review Output Determination Procedure:

      • Check the output determination procedure to ensure that it is correctly set up and that the conditions for determining the output type are met.
      • You can find this in the configuration settings under HR forms or payroll.
    3. Verify Master Data:

      • Ensure that the employee master data is complete and correct. Check for any missing information that might be required for output determination.
    4. Check Authorizations:

      • Verify that the user has the necessary authorizations to generate the output. This can be checked in the user roles and profiles.
    5. Debugging:

      • If the issue persists, consider debugging the output determination process to identify where it fails to determine the output type.
    6. Consult Documentation:

      • Review SAP documentation or notes related to the specific output type or process you are working with for any known issues or additional configuration steps.
    7. Contact SAP Support:

      • If you are unable to resolve the issue, consider reaching out to SAP support for assistance, especially if this is a production issue.

    Related Information:

    • Transaction Codes: Familiarize yourself with relevant transaction codes such as SPRO, PA30 (for employee master data), and PC00_MXX_CEDT (for payroll processing).
    • SAP Notes: Search for SAP Notes related to the specific error message or output type for any patches or updates that may address the issue.
    • Community Forums: Engage with SAP community forums or user groups where similar issues may have been discussed.

    By following these steps, you should be able to identify and resolve the cause of the error message HRPBSDEVAVG673.

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


Related SAP Error Messages

Click the links below to see the following related messages:

Click on this link to search all SAP messages.


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