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 FVRA_ANLAGEN_ZUR_WE (Liefert zur WE-Nummer alle aktuellen Gebäude- und Grundstück-Anlagen) is a standard Function Module in SAP ERP and is part of the function group FVRA within the package FVVI.
Function Module | FVRA_ANLAGEN_ZUR_WE |
Short Text | Liefert zur WE-Nummer alle aktuellen Gebäude- und Grundstück-Anlagen |
Function Group | FVRA |
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 | T001-BUKRS | Buchungskreis | |
FLAG_ANLUE | LIKE | SY-DATAR | Anlagenübernummer - WE-Nummrer: 'X' | |
GE_NR | LIKE | VIOB03-SGENR | Nr. des Grundstücks | |
GR_NR | LIKE | VIOB02-SGRNR | Nr. des Gebäudes | |
WE_NR | LIKE | VIOB01-SWENR | Nr. der Wirtschaftseinheit |
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 |
---|---|---|---|---|
GEBAUDE | LIKE | VIWEGB | Rückgabe: Tabelle mit Gebäuden zur WE | |
GRUNDSTK | LIKE | VIWEGR | Rückgabe: Tabelle mit Grundstücken zur WE |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
WE_UNKNOWN | Die angegebene WE existiert nicht |