Menu

SAP Function Module CKMV_AC_DOCUMENT_CREATE

Durchreichen und evtl. verarbeiten der acc* - Tabellen

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module CKMV_AC_DOCUMENT_CREATE (Durchreichen und evtl. verarbeiten der acc* - Tabellen) is a standard Function Module in SAP ERP and is part of the function group CKMV within the package CKML.

Technical Information

Function Module CKMV_AC_DOCUMENT_CREATE
Short Text Durchreichen und evtl. verarbeiten der acc* - Tabellen
Function Group CKMV
Package CKML
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_COMP LIKE TRWPR-COMPONENT SPACE Component limitation
I_COMP_CHECK LIKE TRWPR-COMPONENT SPACE Component limitation for checks
I_FREE_TABLE TYPE XFELD 'X' Feld zum Ankreuzen
I_SIMULATION TYPE XFELD SPACE Simulation: kein smbew-update

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
NEEDS_SMBEW_UPDATE TYPE XFELD Feld zum Ankreuzen

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_ACCCR LIKE ACCCR Account document currency information
T_ACCDA LIKE ACCDA Accounting doc. additional asset info
T_ACCFI LIKE ACCFI Accounting doc. additional FI information
T_ACCHD LIKE ACCHD Account document header information
T_ACCIT LIKE ACCIT Account document item information
T_ACCIT_EXT LIKE ACCIT_EXTENSION RW-Beleg: zusätzliche Positionsinformationen
T_ACCTAX LIKE ACCTAX Tax information
T_ACCTX LIKE ACCBSET Tax statement

Exceptions

This function module does not define any Exceptions.