The Function Module SF_POINTER_CUT (Delete a pointer from management) is a standard Function Module in SAP ERP and is part of the function group SFCP within the package SFIN.
Function Module | SF_POINTER_CUT |
Short Text | Delete a pointer from management |
Function Group | SFCP |
Package | SFIN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASS | LIKE | TFIC-CLASS | Information class | |
LANGU | LIKE | SY-LANGU | Language indicator | |
POINTER | LIKE | PTAB-POINTER | Pointer |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_ON_DATABASE | Error when deleting on DB. |
INVALID_CLASS | Invalid information class. |
UNKNOWN_POINTER | Pointer to be deleted does not exi |