Menu

SAP Function Module FCJ_PREP_DOC

Prepare tables from CJ posting for posting to the ACC-IF

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 FCJ_PREP_DOC (Prepare tables from CJ posting for posting to the ACC-IF) is a standard Function Module in SAP ERP and is part of the function group SAPLFCJ_PROCESS_MANAGER within the package CAJO.

Technical Information

Function Module FCJ_PREP_DOC
Short Text Prepare tables from CJ posting for posting to the ACC-IF
Function Group SAPLFCJ_PROCESS_MANAGER
Package CAJO
Module Type Normal Module

Importing Parameters

This function module does not define any IMPORTING parameters.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_ACCOUNT_1 LIKE TCJ_C_JOURNALS-GL_ACCOUNT G/L account number
E_ACCOUNT_2 LIKE TCJ_C_JOURNALS-GL_ACCOUNT G/L account number
E_AMOUNT TYPE WRBTR Amount in document currency
E_AWSYS LIKE T000-LOGSYS Logical system
E_DOC_TYPE_DG LIKE TCJ_C_JOURNALS-DOC_TYPE_DG Cash Journal document type customer credit memo
E_DOC_TYPE_DZ LIKE TCJ_C_JOURNALS-DOC_TYPE_DZ Cash Journal document type customer payment
E_DOC_TYPE_KG LIKE TCJ_C_JOURNALS-DOC_TYPE_KG Cash Journal document type vendor credit memo
E_DOC_TYPE_KZ LIKE TCJ_C_JOURNALS-DOC_TYPE_KZ Cash Journal document type vendor payment
E_DOC_TYPE_SK LIKE TCJ_C_JOURNALS-DOC_TYPE_SK Document type
E_DOC_TYPE_SO LIKE TCJ_C_JOURNALS-DOC_TYPE_SO Belegart: Ausgehende Sachkontobuchung
E_GJAHR TYPE GJAHR Geschäftsjahr
E_TEXT LIKE TCJ_C_JOURNALS-TEXT Zusatzfeld für Kassenbuch
E_TRANSACT_TYPE TYPE CJTRANSTYP Cash Journal Transaction Type
E_VERTN TYPE RANL Vertragsnummer
E_VERTT TYPE RANTYP Vertragsart

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
ITCJ_TAX_POSITIONS LIKE ISCJ_TAX_POSITIONS Cash Journal tax positions for posting interface

Exceptions

This function module does not define any Exceptions.