SAP Function Module CO_DOCUMENT_RECORD

Find/Display CO Documents for RW Document

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.

Technical Information

Function Module CO_DOCUMENT_RECORD
Short Text Find/Display CO Documents for RW Document
Function Group KAIR
Package KBAS
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.