Menu

SAP Function Module FIAA_AT_HISTORY_SHEET

Stores Asset History Sheet in the memory ID

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 FIAA_AT_HISTORY_SHEET (Stores Asset History Sheet in the memory ID) is a standard Function Module in SAP ERP and is part of the function group ID_FIAA_AT within the package AR.

Technical Information

Function Module FIAA_AT_HISTORY_SHEET
Short Text Stores Asset History Sheet in the memory ID
Function Group ID_FIAA_AT
Package AR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
BERDATUM TYPE RBADA-BRDATU Reporting date in program
BERDATUM_PREV TYPE RBADA-BRDATU Previous year's End Date
BEREICH1 TYPE RBADA-AFABE1 First depreciation area (Reporting)
BUKRS TYPE ANLAV-BUKRS Company Code
VERSN TYPE T011-VERSN Financial Statement Version

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
MEM_ID TYPE CHAR20 Char20

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
M_BUKRS TYPE BUKRS_RAN_ITAB Table Type for BUKRS_RAN

Exceptions

This function module does not define any Exceptions.