Menu

SAP Function Module BAPI_DOCUMENT_CHECKOUTVIEW2

Check out document for display

The Function Module BAPI_DOCUMENT_CHECKOUTVIEW2 (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_CHECKOUTVIEW2
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
DOCBOMCHANGENUMBER LIKE BAPI_DOC_DRAW2-ECNUMBER Change number
DOCBOMREVISIONLEVEL LIKE BAPI_DOC_DRAW2-REVLEVEL Revision level
DOCBOMVALIDFROM LIKE BAPI_DOC_DRAW2-VALIDFROMDATE Valid-From Date
DOCUMENTFILE LIKE BAPI_DOC_FILES2 Original
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
GETCOMPONENTS LIKE BAPI_DOC_AUX-FLAG 'X' Addit. Files
GETHEADER LIKE BAPI_DOC_AUX-FLAG 'X' Check out header document
GETSTRUCTURE LIKE BAPI_DOC_AUX-FLAG '1' Document Hierarchy (Several Variants Possible)
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
PF_FTP_DEST TYPE RFCDES-RFCDEST SPACE logische Destination (Wird bei Funktionsaufruf angegeben)
PF_HTTP_DEST TYPE RFCDES-RFCDEST SPACE logische Destination (Wird bei Funktionsaufruf angegeben)

Exporting Parameters

These are the EXPORTING parameters of this function module.

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

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
COMPONENTS LIKE BAPI_DOC_COMP Actually checked out additional files (in future development)
DOCUMENTFILES LIKE BAPI_DOC_FILES2 Checked Out Originals
DOCUMENTSTRUCTURE LIKE BAPI_DOC_STRUCTURE Document Structure

Exceptions

This function module does not define any Exceptions.