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 BAPI_FIXEDASSET_GETLIST (Information on Selected Assets) is a standard Function Module in SAP ERP and is part of the function group 1022 within the package AA.
Function Module | BAPI_FIXEDASSET_GETLIST |
Short Text | Information on Selected Assets |
Function Group | 1022 |
Package | AA |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COMPANYCODE | LIKE | BAPI1022_1-COMP_CODE | Company Code | |
DEPRECIATIONAREA | LIKE | BAPI1022_DEP_AREAS-AREA | Depreciation Area for which Information is Requested | |
EVALUATIONDATE | LIKE | BAPI1022_5-EVAL_DATE | Report Date (Default - Today's Date) | |
MAXENTRIES | LIKE | BAPI1022_MISC-MAXENTRIES | Maximum Number of Assets to be Returned | |
REQUESTEDTABLESX | LIKE | BAPI1022_REQUESTEDTABLESX | Specification of Data to be Returned |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN | LIKE | BAPIRET2 | Information about Errors which Occurred |
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 |
---|---|---|---|---|
ALLOCATIONS | LIKE | BAPI1022_FEGLG004_PID | Allocations | |
DEPRECIATIONAREAS | LIKE | BAPI1022_DEP_AREAS_PID | Depreciation Areas | |
DEPRECIATIONAREAVALS | LIKE | BAPI1022_VALUES | Selected Values | |
EXTENSIONOUT | LIKE | BAPIPAREX | User Fields in Asset Master Record | |
GENERALDATA | LIKE | BAPI1022_FEGLG001_PID | General Data | |
INSURANCE | LIKE | BAPI1022_FEGLG008_PID | Insurance | |
INVENTORY | LIKE | BAPI1022_FEGLG011_PID | Inventory | |
INVESTACCTASSIGNMNT | LIKE | BAPI1022_FEGLG010_PID | Account Assignment for Investment | |
INVESTMENT_SUPPORT | LIKE | BAPI1022_INV_SUPPORT_PID | Investment Support Measures | |
LEASING | LIKE | BAPI1022_FEGLG005_PID | Leasing | |
NETWORTHVALUATION | LIKE | BAPI1022_FEGLG006_PID | Net Worth Valuation | |
ORIGIN | LIKE | BAPI1022_FEGLG009_PID | Origin | |
POSTINGINFORMATION | LIKE | BAPI1022_FEGLG002_PID | Posting Information | |
REALESTATE | LIKE | BAPI1022_FEGLG007_PID | Real Estate and Similar Rights | |
SELECTIONCRITERIA | LIKE | BAPI1022_SELECTIONCRITERIA | Selection Criteria | |
TIMEDEPENDENTDATA | LIKE | BAPI1022_FEGLG003_PID | Time-Dependent Data |
This function module does not define any Exceptions.