T371A SAP (IB: Installed Base Category) Pooled Table details

Dictionary Type: Pooled Table
Description: IB: Installed Base Category




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




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

T371A is a standard SAP Pooled Table which is used to store IB: Installed Base Category data and is available within R/3 SAP systems depending on the version and release level.

The T371A table consists of various fields, each holding specific information or linking keys about IB: Installed Base Category data available in SAP. These include IBTYP (IB: Installed Base Category), STSMA (Status Profile), COMPIND (IB: Component Store Indicator (Not Currently Used)), CONFIND (IB: Installed Base Used for Variant Configuration).. 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

Text table = T371A_T


SAP T371A pooled 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 MANDTCLNT3T000MANDT
IBTYPIB: Installed Base Category IB_IBTYPCHAR2IB_IBTYPH_IB_IBTYP
STSMAStatus Profile J_STSMACHAR8Assigned to domainJ_STSMA
COMPINDIB: Component Store Indicator (Not Currently Used) IB_COMPINDCHAR1XFELD
CONFINDIB: Installed Base Used for Variant Configuration IB_CONFINDCHAR1XFELD
FILIDIB: Identification for a Group of Physical Files IB_FILIDCHAR2T371BCHAR2
VALTYPIB: Validity type for the installed base IB_VALTYPNUMC1IB_VALTYP
INTSTIB: Internal Status of the IBase IB_INTSTATENUMC1IB_INTSTATE
STTYPIBase: Status Type IB_STTYPCHAR2T371STIB_STTYP
IBASEMAINIB: Installed Base Maintenance IB_IBASE_MAINTENANCECHAR1IB_IBASE_MAINTENANCE
CHGKZIBase: Flag Indicates Whether Chang Docs Active f.IBase Cat. IB_CHGKZCHAR1XFELD
CASEKZIBase: Flag for Usage of IBase in Case Management IB_CASEKZCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T371A
INTO CORRESPONDING FIELDS OF WA_T371A
WHERE...

How to access SAP table T371A

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