Menu

SAP Function Module ITOB_SERIALNO_READ

ITOB Buffer API: Read Serial Numbers

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

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 ITOB_SERIALNO_READ (ITOB Buffer API: Read Serial Numbers) is a standard Function Module in SAP ERP and is part of the function group ITO3 within the package ITOB.

Technical Information

Function Module ITOB_SERIALNO_READ
Short Text ITOB Buffer API: Read Serial Numbers
Function Group ITO3
Package ITOB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_AUTH_TCODE LIKE SY-TCODE TCode für Berechtigungsprüfung der Stammdaten
I_EQUI_ONLY TYPE ITOB_TYPES-BOOL Nur EQUI-Segment lesen
I_HANDLE TYPE ITOB_HANDLE Handle for the ITOB buffer
I_LOCK TYPE ITOB_TYPES-BOOL Lock for equipment to be read
I_LOCK_ONLY TYPE ITOB_TYPES-IND Kein Lesen, nur globale Sperre auf alle Sätze

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_COUNT_NOT_READ TYPE I Number of equipment not read

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
C_ERR_TAB TYPE ITOB_READ_INFO_TAB Tabelle mit fehlgeschlagenen Lesezugriffen (sortiert nach Equi-/Mat-/Serialnr)
C_OBJECT_TAB TYPE ITOB_OBJECT_TAB Table with equipment data

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_SUCCESSFUL Error when reading equipment