Menu

SAP Function Module OBJECT_NUMBER_DELETE

Delete Object Number

The Function Module OBJECT_NUMBER_DELETE (Delete Object Number) is a standard Function Module in SAP ERP and is part of the function group BO01 within the package BONR.

Technical Information

Function Module OBJECT_NUMBER_DELETE
Short Text Delete Object Number
Function Group BO01
Package BONR
Module Type Update Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_TESTRUN TYPE BOOLE_D SPACE 'X' -> Test Run Only
OBJNR LIKE ONR00-OBJNR Object Number

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_OBJNR TYPE BO_T_OBJNR Table of Object Numbers
T_STATISTICS LIKE ARCH_STAT Statistics of Deleted Records

Exceptions

This function module does not define any Exceptions.