The Function Module CO_DOCUMENT_RECORD (Find/Display CO Documents for RW Document) is a standard Function Module in SAP ERP and is part of the function group KAIR within the package KBAS.
Function Module | CO_DOCUMENT_RECORD |
Short Text | Find/Display CO Documents for RW Document |
Function Group | KAIR |
Package | KBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_AWORG | LIKE | ACCHD-AWORG | Reference Organization of Callup Application | |
I_AWREF | LIKE | ACCHD-AWREF | Reference Key of Callup Application | |
I_AWTYP | LIKE | ACCHD-AWTYP | Reference Category of Callup Application | |
I_AWTYP_EXCL | LIKE | ACCHD-AWTYP | SPACE | Object Type to be Excluded in Selection |
I_AWTYP_INCL | LIKE | ACCHD-AWTYP | SPACE | Object Type to be Used Exclusively in Selection |
I_BUKRS | LIKE | ACCIT-BUKRS | SPACE | Limit to Documents of Company Code |
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 |
---|---|---|---|---|
T_DOCUMENTS | LIKE | ACC_DOC | Table of Selected Documents |
This function module does not define any Exceptions.