Menu

SAP Function Module CV_BI_DOC_CREATE_BATCH_INPUT

Create document info record via batch input

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

The Function Module CV_BI_DOC_CREATE_BATCH_INPUT (Create document info record via batch input) is a standard Function Module in SAP ERP and is part of the function group CVBI within the package CV.

Technical Information

Function Module CV_BI_DOC_CREATE_BATCH_INPUT
Short Text Create document info record via batch input
Function Group CVBI
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
BDC_FLAG LIKE MCDOK-ACTION SPACE ' ' CALL TRANSACTION USING, 'X' Mappe anlegen
CLOSE_GROUP LIKE MCDOK-ACTION SPACE Indicator: close session
DOCUMENT_DATA LIKE DRAW_BI Document data
GROUP_DATA LIKE BGR00 Session data
NEW_GROUP LIKE MCDOK-ACTION SPACE Indicator: open new session
TCODE_MODE LIKE MCDOK-ACTION 'N' Processing mode for CALL TRANSACTION USING
TCODE_UPDATE LIKE MCDOK-ACTION 'A' Synchronous or asynchronous update

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MSGID LIKE SY-MSGID Message ID
MSGNO LIKE SY-MSGNO Message number
MSGTY LIKE SY-MSGTY Message type
MSGV1 LIKE SY-MSGV1 Message variable 1
MSGV2 LIKE SY-MSGV2 Message variable 2
MSGV3 LIKE SY-MSGV3 Message variable 3
MSGV4 LIKE SY-MSGV4 Message variable 4

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
DOC_CHAR_VALUES LIKE BIAUSP Characteristic value records
DOC_CLASSIFICATIONS LIKE BIKSSK Document classification records
DOC_DESCRIPTIVE_TEXTS LIKE DRAT_BI Document descriptions
DOC_LONG_TEXTS LIKE LTEXT_BI Document long texts
DOC_OBJECT_RELATIONS LIKE DRAD_BI Document object links

Exceptions

This function module does not define any Exceptions.