Message type: E = Error
Message class: HRPAY99PM - Messages for HR Process Manager
Message number: 405
Message text: Parameter &2 with type &3 is missing in breakpoint &1
There is predefined interface for a breakpoint in the process model.
Paramter &V2& is missing in function module &V1&.This parameter must be
type &V3&.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Enhance the interface for &V1& to include parameter &V2&.
&HINT&
For more information, see the documentation on function module
<LS>HRPY_PROCESS_STOP_CONDITIONAL</>
Error message extract from SAP system. Copyright SAP SE.
HRPAY99PM405
- Parameter &2 with type &3 is missing in breakpoint &1 ?The SAP error message HRPAY99PM405 typically occurs in the context of payroll processing within the SAP HR module. This error indicates that a required parameter is missing in a specific breakpoint during the execution of a payroll program or function module.
Cause: The error message "Parameter &2 with type &3 is missing in breakpoint &1" suggests that: A specific parameter (denoted by &2) that is expected by the program is not being passed or is not available at the breakpoint (denoted by &1). The type of the parameter (denoted by &3) indicates what kind of data is expected (e.g., character, numeric, etc.). This can happen due to various reasons, such as: Incorrect configuration in the payroll schema. Missing or incorrect data in the infotypes or master data. Issues in the custom code or enhancements that modify the payroll process.
Solution: To resolve this error, you can follow these steps: Check the Breakpoint: Identify the specific breakpoint mentioned in the error message.
Get instant SAP help. Sign up for our Free Essentials Plan.
HRPAY99PM404
In breakpoint &1, parameter &2 does not have type &3
What causes this issue? Interface for breakpoint &V1& is checked in the consistency check. During this check, the system identified that para...
HRPAY99PM403
Text &1 is not yet available &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
HRPAY99PM406
The interface for breakpoint &1 contains additional parameters
What causes this issue? In addition to the parameters that are predefined for the breakpoint interface, breakpoint &V1& also uses other non-o...
HRPAY99PM407
Program &1 with LDB &3 must not contain parameter &2
What causes this issue? Program <LS>&V1&</> uses the logical database &V3&. In this case, the parameters required by the ...
Click on this link to search all SAP messages.