Menu

SAP Function Module ITOB_OBJECT_READ

ITOB Buffer API: Read Technical Objects

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 ITOB_OBJECT_READ (ITOB Buffer API: Read Technical Objects) 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_OBJECT_READ
Short Text ITOB Buffer API: Read Technical Objects
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_HANDLE TYPE ITOB_HANDLE Handle for the ITOB buffer
I_ITOB_FLAGS TYPE ITOB_FLAGS_REC Read buffer control info (Type of ITOB object)
I_LOCK_ONLY TYPE ITOB_TYPES-IND No read, just global lock on all records
I_PARMS_TAB TYPE ITOB_PARMS_TAB Steuerparameter pro Objekt (übersteuern entsprechendes Feld aus I_ITOB_FLAGS)
I_SINGLE_MODE TYPE ITOB_TYPES-BOOL Einzelsatzmodus (-> Fehler immer via Exception)

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 objects that were not read
E_ITOB_TAB TYPE ITOB_TAB Read buffer table (Object/control data)

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 Nummer des Objekts)
C_OBJECT_TAB TYPE ITOB_OBJECT_TAB Table with data of the technical objects

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 technical objects