Message type: E = Error
Message class:  SEPMH_DG - EPM HANA DG - Messages 
Message number: 022
Message text: Poisson distribution (Lambda='&1') exceeds ABAP decimal value range
The EPM HANA DG attribute rule 'Poisson distribution' cannot be
calculated based on the given
Lambda value ( expected value ) because the calculation exceeds the
maximum decimal value
range that ABAP can handle (DECFLOAT34).
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
None.
Assign a smaller lambda value. Example: You want to calculate a Poisson
distribution with
Lambda = 150.000 $. Express the value as 150k $ => Lambda = 150.
Error message extract from SAP system. Copyright SAP SE.
The SAP error message SEPMH_DG022 indicates that a Poisson distribution calculation is attempting to use a lambda (?) value that exceeds the allowable range for ABAP decimal values. This typically occurs in statistical calculations where the lambda parameter is used to model the average rate of events in a fixed interval of time or space.
Cause: Excessive Lambda Value: The lambda value being used in the Poisson distribution calculation is too large for the ABAP decimal data type. In ABAP, the maximum value for a decimal is limited, and if the lambda exceeds this limit, the error will occur. Data Input Issues: The input data for the lambda value may be incorrectly set or derived from a calculation that results in an excessively large number.
Configuration Issues: There may be configuration settings in the SAP system that are not properly set, leading to the generation of large lambda values.
Solution: Check Input Values: Review the input
 Get instant SAP help. Sign up for our Free Essentials Plan.
Get instant SAP help. Sign up for our Free Essentials Plan. 
SEPMH_DG021 Factorial value &1! can not be calculated because '&1' is smaller than 0
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SEPMH_DG020 Plausibility violation in time processing: &1 - Entity: &2
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SEPMH_DG023 Lambda value for Poisson distribution has not yet been specified
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SEPMH_DG024 Invalid attribute value
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.