Menu

SAP Function Module ANLA_READ_SINGLE

Es wird eine ANLA-Tabelle zur Verfügung gestellt

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 ANLA_READ_SINGLE (Es wird eine ANLA-Tabelle zur Verfügung gestellt) is a standard Function Module in SAP ERP and is part of the function group ANLR within the package AB.

Technical Information

Function Module ANLA_READ_SINGLE
Short Text Es wird eine ANLA-Tabelle zur Verfügung gestellt
Function Group ANLR
Package AB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
F_ANLA LIKE ANLA Interface, with entering, KEY fiel
I_BYPASSING_MEMORY LIKE ANLA-EIGKZ ' ' Immer direkt von der Datenbank lesen
I_ERROR_IF_FOUND LIKE ANLA-EIGKZ ' ' Error message if asset is availabl
I_GETFB LIKE ANLA-EIGKZ ' ' Get asset from buffer
I_INT_WITHOUT_HYPHEN TYPE XFELD 'X' Interne Nummer ohne Bindestrich erlaubt?
I_LOCK LIKE ANLA-EIGKZ 'X' The asset can be blocked (X-yes)
I_WAIT TYPE XFELD SPACE Feld zum Ankreuzen

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
F_ANLA LIKE ANLA Interface, with entering, KEY fiel

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NOT_FOUND Record was not found
SELBST_GESPERRT Fixed asset is blocked by the same
VORHANDEN Fixed asset already exists