Menu

SAP Function Module CHANGE_POINTERS_READ

Read change pointers

The Function Module CHANGE_POINTERS_READ (Read change pointers) is a standard Function Module in SAP ERP and is part of the function group BD01 within the package SALE.

Technical Information

Function Module CHANGE_POINTERS_READ
Short Text Read change pointers
Function Group BD01
Package SALE
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ACTIVATION_DATE_HIGH LIKE SY-DATUM SPACE Activation date upper limit
ACTIVATION_DATE_LOW LIKE SY-DATUM SPACE Activation date lower limit
ACTIVATION_TIME_HIGH LIKE SY-UZEIT '000000' Activation time upper limit
ACTIVATION_TIME_LOW LIKE SY-UZEIT '000000' Activation time lower limit
CHANGE_DOCUMENT_OBJECT_CLASS LIKE CDPOS-OBJECTCLAS SPACE Object class of change document
CREATION_DATE_HIGH LIKE SY-DATUM SPACE Creation date upper limit
CREATION_DATE_LOW LIKE SY-DATUM SPACE Creation date lower limit
CREATION_TIME_HIGH LIKE SY-UZEIT '000000' Creation time upper limit
CREATION_TIME_LOW LIKE SY-UZEIT '000000' Creation time lower limit
MESSAGE_TYPE LIKE BDCPS-MESTYPE Message type
READ_NOT_PROCESSED_POINTERS LIKE BDCPS-PROCESS 'X'

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
CHANGE_POINTERS LIKE BDCP Change pointers

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR_IN_DATE_INTERVAL Error in date interval
ERROR_IN_TIME_INTERVAL Error in time interval