Menu

SAP Function Module BAPI_DOCUMENT_CHECKOUTVIEW

Check out document for display

The Function Module BAPI_DOCUMENT_CHECKOUTVIEW (Check out document for display) is a standard Function Module in SAP ERP and is part of the function group CVBAPI within the package CV.

Technical Information

Function Module BAPI_DOCUMENT_CHECKOUTVIEW
Short Text Check out document for display
Function Group CVBAPI
Package CV
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DOCUMENTNUMBER LIKE BAPI_DOC_AUX-DOCNUMBER Document Number of Header Document
DOCUMENTPART LIKE BAPI_DOC_AUX-DOCPART Document Part of Header Document
DOCUMENTTYPE LIKE BAPI_DOC_AUX-DOCTYPE Document Type of Header Document
DOCUMENTVERSION LIKE BAPI_DOC_AUX-DOCVERSION Document Version of Header Document
GETHEADER LIKE BAPI_DOC_AUX-FLAG 'X' Check out header document
GETSTRUCTURE LIKE BAPI_DOC_AUX-FLAG '1' Check Out Document Structure (0,1,2)
HOSTNAME LIKE BAPI_DOC_AUX-HOSTNAME SPACE Name of Frontend
ORIGINALPATH LIKE BAPI_DOC_AUX-FILENAME SPACE Path Where You Want to Check In Originals
ORIGINALTYPE LIKE BAPI_DOC_AUX-FLAG Original Number (1,2)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
RETURN LIKE BAPIRET2 BAPI Return

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
DOCUMENTFILES LIKE BAPI_DOC_FILES Which Files Have Been Checked Out?
DOCUMENTSTRUCTURE LIKE BAPI_DOC_STRUCTURE Document Structure (Check Out)

Exceptions

This function module does not define any Exceptions.