The Function Module SF_POINTER_RETURN (Return pointers to calling program) is a standard Function Module in SAP ERP and is part of the function group SFPR within the package SFIN.
Function Module | SF_POINTER_RETURN |
Short Text | Return pointers to calling program |
Function Group | SFPR |
Package | SFIN |
Module Type | Normal Module |
This function module does not define any IMPORTING parameters.
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NUMBER_OF_OTHER_POINTERS | LIKE | FIST-HITS | Number of further pointers not ret | |
NUMBER_OF_POINTERS | LIKE | FIST-HITS | Number of returned pointers |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
POINTER_TABLE | LIKE | PTAB | Pointer table. |
This function module does not define any Exceptions.