Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
Bei amazon.de ansehen →The Function Module FC_ACCOUNT_TO_ITEM_MAP (Abbildung eines Kontos bzw. einer Kostenart auf eine CS-Position) is a standard Function Module in SAP ERP and is part of the function group FCIN within the package FCIN.
Function Module | FC_ACCOUNT_TO_ITEM_MAP |
Short Text | Abbildung eines Kontos bzw. einer Kostenart auf eine CS-Position |
Function Group | FCIN |
Package | FCIN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ALTKT | TYPE | FCIN_SAKNR | Konzernkonto | |
I_BUKRS | TYPE | FCIN_BUKRS | Buchungskreis | |
I_FLG_CHK_EXIST | TYPE | FC_FLG | KZ: Umgeschlüsselte Position auf Existenz prüfen | |
I_FLG_SKAMAP | TYPE | FC_FLG | KZ: Für Umschlüsselung i_i_ska1 benutzen | |
I_FLG_TFIN200_CHK | TYPE | FC_FLG | CON_X | KZ: Zuordnung Konten-/PosPlan in TFIN200 prüfen |
I_ITCLG | TYPE | FC_ITCLG | Ziel-Positionsplan | |
I_KTOPL | TYPE | FCIN_KTOPL | Operativer Kontenplan | |
I_SAKNR | TYPE | FCIN_SAKNR | Operatives Konto |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ITEM | TYPE | FC_ITEM | Ziel-Position |
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
C_A_T001IN | TYPE | FCIN_S_T001 | Kopfzeile zu i_t_t001in | |
C_A_T004IN | TYPE | FCIN_S_T004 | Kopfzeile zu i_t_t004in | |
C_A_TFIN200 | TYPE | TFIN200 | Kopfzeile zu i_t_tfin200 | |
C_A_TFIN201 | TYPE | TFIN201 | Kopfzeile zu i_t_tfin201 |
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_T_T001IN | TYPE | FCIN_T_T001 | Buchungskreis-Information | |
I_T_T004IN | TYPE | FCIN_T_T004 | Kontenplan-Information | |
I_T_TFIN200 | TYPE | FCIN_T_TFIN200 | Zuordnung Konten-/Positionspläne | |
I_T_TFIN201 | TYPE | FCIN_T_TFIN201 | Abbildung sekundärer Kostenarten |
This function module does not define any Exceptions.