The Function Module SDOK_PHIOS_CHECKOUT (Check Out Physical Documents from Knowledge Provider) is a standard Function Module in SAP ERP and is part of the function group SDCL within the package SDOK.
Function Module | SDOK_PHIOS_CHECKOUT |
Short Text | Check Out Physical Documents from Knowledge Provider |
Function Group | SDCL |
Package | SDOK |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLIENT | LIKE | SY-MANDT | SY-MANDT | Client |
FTP_KEEP_OPEN_FLAG | LIKE | SY-DATAR | Obsolete, Do Not Use | |
SUPPRESS_TRANSFER | LIKE | SY-DATAR | 'X' --> No Content Transfer |
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 |
---|---|---|---|---|
BAD_OBJECTS | LIKE | SDOKERRKEY | Objects That Could Not Be Checked Out | |
COMPONENTS | LIKE | SDOKCOMCHO | Component Information | |
OBJECT_FILE_INFORMATIONS | LIKE | SDOKEXPORT | Obsolete, Only Use 'COMPONENTS' |
This function module does not define any Exceptions.