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 MV_GET_AREA_TO_CONDITION (Ermitteln der Bezugsfläche zur Konditionsart) is a standard Function Module in SAP ERP and is part of the function group FVI2 within the package FVVI.
Function Module | MV_GET_AREA_TO_CONDITION |
Short Text | Ermitteln der Bezugsfläche zur Konditionsart |
Function Group | FVI2 |
Package | FVVI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BUKRS | LIKE | VIMI01-BUKRS | Buchungskreis der Mieteinheit | |
DSTICH | LIKE | SY-DATUM | SY-DATUM | Stichtag für Selektion |
FLEIN | LIKE | VIOB01-FEINS | SPACE | Flächeneinh. der WE der Mieteinheit |
I_KZ_BEZUGSFLACHE_IF_NOT_FOUND | TYPE | C | SPACE | 'X': Falls zur Kondart nichts da, Bezugsfl. |
SKOART | LIKE | TZK01-SKOART | Nummer der Konditionsart | |
SMENR | LIKE | VIMI01-SMENR | Nummer der Mieteinheit | |
SWENR | LIKE | VIMI01-SWENR | SPACE | Wirtschaftseinheit der Mieteinheit |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RBEZFLART | LIKE | RBEZFLART | Ergebnisstruktur Bezugsfläche zur Konditionsart | |
RMEDAT | LIKE | RMEDAT | Ergebnisstruktur Bezugsfläche |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ERROR_MV_GET_AREA | Fehler beim Holen der normalen Bezugsfläche |
ERROR_READING_OBJECT | Fehler beim Lesen der Mieteinheit |
NO_OTHER_AREA_FOR_CONDITION | Keine abw. Bezugsflächenart zur Konditionart |