The Function Module CJDW_PRPS_APPEND (Eintragen neue PSP-Elemente in Belegtabelle) is a standard Function Module in SAP ERP and is part of the function group CJDW within the package CN_PSP_OPR.
Function Module | CJDW_PRPS_APPEND |
Short Text | Eintragen neue PSP-Elemente in Belegtabelle |
Function Group | CJDW |
Package | CN_PSP_OPR |
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 |
---|---|---|---|---|
COUNT_NEW | LIKE | SY-TFILL | Number of new elements | |
FROM_INDEX | LIKE | SY-TABIX | Index first new element in document table |
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 |
---|---|---|---|---|
ELEMENTS | LIKE | PRPS | List of new elements |
This function module does not define any Exceptions.