TIUID_REG_COM SAP (IUID Registry Communication) Table details

Dictionary Type: Table
Description: IUID Registry Communication




ABAP Code to SELECT data from TIUID_REG_COM
Related tables to TIUID_REG_COM
Access table TIUID_REG_COM




Table field list including key, data, relationships and ABAP select examples

TIUID_REG_COM is a standard SAP Table which is used to store IUID Registry Communication data and is available within R/3 SAP systems depending on the version and release level.

The TIUID_REG_COM table consists of various fields, each holding specific information or linking keys about IUID Registry Communication data available in SAP. These include BWART (Movement Type (Inventory Management)), SOBKZ (Special Stock Indicator), PROCESS_IND (Name of the calling process).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TIUID_REG_COM table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
BWARTMovement Type (Inventory Management) BWARTCHAR3T156BWARTBWA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
PROCESS_INDName of the calling process UID_PROCESSCHAR10UID_PROCESS

Key field Non-key field



How do I retrieve data from SAP table TIUID_REG_COM using ABAP code

The following ABAP code Example will allow you to do a basic selection on TIUID_REG_COM to SELECT all data from the table
DATA: WA_TIUID_REG_COM TYPE TIUID_REG_COM.

SELECT SINGLE *
FROM TIUID_REG_COM
INTO CORRESPONDING FIELDS OF WA_TIUID_REG_COM
WHERE...

How to access SAP table TIUID_REG_COM

Within an ECC or HANA version of SAP you can also view further information about TIUID_REG_COM and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!