The Function Module C15Z_RECORDS_DET_TO_BE_READ (PP-SHE: Bestimmen der noch im Puffer fehlenden Records) is a standard Function Module in SAP ERP and is part of the function group C15Z within the package CBUI.
Function Module | C15Z_RECORDS_DET_TO_BE_READ |
Short Text | PP-SHE: Bestimmen der noch im Puffer fehlenden Records |
Function Group | C15Z |
Package | CBUI |
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 |
---|---|---|---|---|
E_NUMREAD | LIKE | SY-TABIX | Anzahl der noch fehlenden Records |
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 |
---|---|---|---|---|
E_READTAB | LIKE | RCGSTDRECN | Missing records | |
I_KEYTAB | LIKE | RCGSTDRECN | Requested records | |
I_LOADTAB | LIKE | RCGSTDRECN | Records already available |
This function module does not define any Exceptions.