The Function Module SDOK_UT_PRS_GET (Verbuchungspuffer: Properties zu einem IO lesen) is a standard Function Module in SAP ERP and is part of the function group SDOK_UPDTSK within the package SDOK.
Function Module | SDOK_UT_PRS_GET |
Short Text | Verbuchungspuffer: Properties zu einem IO lesen |
Function Group | SDOK_UPDTSK |
Package | SDOK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLIENT | TYPE | SYMANDT | SY-MANDT | Mandant |
CLIENT_DEPENDENT | TYPE | SYDATAR | X' - mandantenabhängig | |
OBJECT_IDS | TYPE | SDOKOBJECTS | Schlüssel des IO | |
PROP_NAMES | TYPE | SDOKPROPTNS | Namen der Properties | |
TABLE | TYPE | SDOK_HDTAB | Kopftabelle |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
PROPERTIES_TO_DELETE | LIKE | SDOKPHNMPR | Liste der zu löschenden Properties | |
PROPERTIES_TO_PERSIST | LIKE | SDOKPHNMPR | Liste der einzutragenden Properties |
This function module does not define any Exceptions.