The Function Module API_DOCUMENT_SAVE_BOM (Dokumentstruktur für Dokument anlegen/ändern (create/change)) is a standard Function Module in SAP ERP and is part of the function group CVBAPI within the package CV.
Function Module | API_DOCUMENT_SAVE_BOM |
Short Text | Dokumentstruktur für Dokument anlegen/ändern (create/change) |
Function Group | CVBAPI |
Package | CV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CAD_MODE | LIKE | CSDATA-XFELD | SPACE | CAD Flag für Dokumentstückliste |
CHANGE_NUMBER | LIKE | BAPI_DOC_DRAW2-ECNUMBER | Änderungsnummer | |
PF_DESCRIPTION | LIKE | STKO_API01-BOM_TEXT | '' | Stücklistentexte |
PF_DOKAR | LIKE | DRAW-DOKAR | Dokumentenart | |
PF_DOKNR | LIKE | DRAW-DOKNR | Dokumentennummer | |
PF_DOKTL | LIKE | DRAW-DOKTL | Teildokument | |
PF_DOKVR | LIKE | DRAW-DOKVR | Dokumentenversion | |
REVISION_LEVEL | LIKE | BAPI_DOC_DRAW2-REVLEVEL | Revisionsstand | |
SENDCOMPLETEBOM | LIKE | BAPI_DOC_AUX-FLAG | SPACE | Flag, ob gesamte Stüli (oder nur Delta) gesendet wird, nur bei Änderungsdienst! |
VALID_FROM | LIKE | BAPI_DOC_DRAW2-VALIDFROMDATE | Datum gültig ab |
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 |
---|---|---|---|---|
PT_DOCUMENTSTRUCTURE | LIKE | BAPI_DOC_STRUCTURE | Dokumentenstruktur | |
PT_MESSAGES | LIKE | MESSAGES | Messages von CSAP-Bausteinen |
This function module does not define any Exceptions.