Menu

SAP Function Module QF00_BETAI

Incomplete beta integral

The Function Module QF00_BETAI (Incomplete beta integral) is a standard Function Module in SAP ERP and is part of the function group QF00 within the package BSF.

Technical Information

Function Module QF00_BETAI
Short Text Incomplete beta integral
Function Group QF00
Package BSF
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
V LIKE QF00-ARGUMENT first parameter of the beta integral
W LIKE QF00-ARGUMENT second parameter of the beta integral
X LIKE QF00-ARGUMENT Integration limit

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BETAI LIKE QF00-WERT Function value
ITERATIONEN LIKE QF00-ANZAHL Number of iterations carried out

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
INVALID_X Integration limit x not between 0 and 1
NOT_POSITIVE Parameter v or w not > 0