T5B1T SAP (Relationships Betw. Companies and Institutions) Table details

Dictionary Type: Table
Description: Relationships Betw. Companies and Institutions




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




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

T5B1T is a standard SAP Table which is used to store Relationships Betw. Companies and Institutions data and is available within R/3 SAP systems depending on the version and release level.

The T5B1T table consists of various fields, each holding specific information or linking keys about Relationships Betw. Companies and Institutions data available in SAP. These include BUKRS (Company Code), INSTG (Institution Group), EEGRM (Employee Grouping Modifier (Institution Tables)), ENDDA (End Date).. 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)


SAP T5B1T 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
BUKRSCompany Code BUKRSCHAR4T5B1SBUKRSBUKC_T001
INSTGInstitution Group P_99S_INSTGRCHAR4T5F99IGP_99S_INSTGR
EEGRMEmployee Grouping Modifier (Institution Tables) P12_EEGR_MODCHAR3T5B1EP12_EEGR_MOD
ENDDAEnd Date ENDDADATS8DATUM
BEGDAStart Date BEGDADATS8DATUM
INSTLInstitution Code P_99S_INSTCHAR4T5F99IEP_99S_INST
REGNORegistration Number at Institution P12_REGNOCHAR20P12_REGNO
CONTACTINSTPerson to be contacted 1 PERS1CHAR25NACHN
CONTACTFUNCPerson to be contacted PERSFCHAR25TEXT25
FAX_INSTFax Number of Contact Person (00678) P12_FAXNKCHAR20CHAR20
TEL_INSTPhone Number of Contact Person P12_TELNKCHAR20CHAR20
MOB_INSTMobile Phone Number of Contact Person P12_MOBNRCHAR20CHAR20
EMAIL_INSTEmail Address of Contact Person (00637) P12_EMAILCHAR60CHAR60
DIPBX_INSTP.O. Box Number P12_DIPBXCHAR3CHAR3
CONTACT1Personnel number PERSNONUMC8Assigned to domainPERSNOPER
FAX1Fax Number of Contact Person (00678) P12_FAXNKCHAR20CHAR20
TEL1Phone Number of Contact Person P12_TELNKCHAR20CHAR20
MOB1Mobile Phone Number of Contact Person P12_MOBNRCHAR20CHAR20
EMAIL1Email Address of Contact Person (00637) P12_EMAILCHAR60CHAR60
DIPBX1P.O. Box Number P12_DIPBXCHAR3CHAR3
CONTACT2Personnel number PERSNONUMC8Assigned to domainPERSNOPER
FAX2Fax Number of Contact Person (00678) P12_FAXNKCHAR20CHAR20
TEL2Phone Number of Contact Person P12_TELNKCHAR20CHAR20
MOB2Mobile Phone Number of Contact Person P12_MOBNRCHAR20CHAR20
EMAIL2Email Address of Contact Person (00637) P12_EMAILCHAR60CHAR60
DIPBX2P.O. Box Number P12_DIPBXCHAR3CHAR3

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5B1T
INTO CORRESPONDING FIELDS OF WA_T5B1T
WHERE...

How to access SAP table T5B1T

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