T371I SAP (IB: Classes for Installation Rules) Table details

Dictionary Type: Table
Description: IB: Classes for Installation Rules




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




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

T371I is a standard SAP Table which is used to store IB: Classes for Installation Rules data and is available within R/3 SAP systems depending on the version and release level.

The T371I table consists of various fields, each holding specific information or linking keys about IB: Classes for Installation Rules data available in SAP. These include IBASE_TYPE (IB: Installed Base Category), PARENT_CL_NAME (IBase: ABAP Class for Object Family), CHILD_CL_NAME (IBase: ABAP Class for Object Family), ALLOWED (Yes/No (X/ )).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T371I 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
IBASE_TYPEIB: Installed Base Category IB_IBTYPCHAR2T371AIB_IBTYPH_IB_IBTYP
PARENT_CL_NAMEIBase: ABAP Class for Object Family IBCLASSNAMECHAR30SEOCLSNAME
CHILD_CL_NAMEIBase: ABAP Class for Object Family IBCLASSNAMECHAR30SEOCLSNAME
ALLOWEDYes/No (X/ ) OAXCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM T371I
INTO CORRESPONDING FIELDS OF WA_T371I
WHERE...

How to access SAP table T371I

Within an ECC or HANA version of SAP you can also view further information about T371I 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!