Menu

SAP Function Module TRINT_TADIR_INSERT

Internal: Insert an entry in the object directory (TADIR)

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 TRINT_TADIR_INSERT (Internal: Insert an entry in the object directory (TADIR)) is a standard Function Module in SAP ERP and is part of the function group SDI0 within the package SCTS_CAT.

Technical Information

Function Module TRINT_TADIR_INSERT
Short Text Internal: Insert an entry in the object directory (TADIR)
Function Group SDI0
Package SCTS_CAT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AUTHOR LIKE TADIR-AUTHOR SY-UNAME Object author
DEVCLASS LIKE TADIR-DEVCLASS Development class
EDTFLAG LIKE TADIR-EDTFLAG SPACE 'X' -> Object cannot be edited
FORCE_MODE LIKE TRPARI-FLAG SPACE Forces update, entry must exist
GENFLAG LIKE TADIR-GENFLAG SPACE X: Object is a generated object
MASTERLANG LIKE TADIR-MASTERLANG SPACE Object was generated in this language
OBJECT LIKE TADIR-OBJECT Object subtype (PROG, TABL ...)
OBJSTABLTY LIKE TADIR-OBJSTABLTY SPACE Release status of a development object
OBJ_NAME LIKE TADIR-OBJ_NAME Object name
PAKNOCHECK LIKE TADIR-PAKNOCHECK SPACE Exception Indicator for Package Check
PGMID LIKE TADIR-PGMID Object type (R3TR, R3OB, ...)
SRCDEP LIKE TADIR-SRCDEP L: Object must be checked against the GTADIR
SRCSYSTEM LIKE TADIR-SRCSYSTEM SY-SYSID Original system

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_TADIR LIKE TADIR Object directory entry (TADIR)

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
OBJECT_EXISTS_GLOBAL Object already exists globally
OBJECT_EXISTS_LOCAL Object already exists locally