TN11B SAP (IS-H: Building Unit Categories) Table details

Dictionary Type: Table
Description: IS-H: Building Unit Categories




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




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

TN11B is a standard SAP Table which is used to store IS-H: Building Unit Categories data and is available within R/3 SAP systems depending on the version and release level.

The TN11B table consists of various fields, each holding specific information or linking keys about IS-H: Building Unit Categories data available in SAP. These include BAUTEX (Category of a Building Unit), ZIMKZ (IS-H: Building unit is Room), BETKZ (IS-H: Building unit is a bed location), BAUAR (IS-H: Building Unit Type).. 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)

Text table = TN11C


SAP TN11B 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
BAUTEXCategory of a Building Unit BAUTYPEXCHAR2BAUTYPEXBTY
ZIMKZIS-H: Building unit is Room ISH_ZIMMKZCHAR1XFELD
BETKZIS-H: Building unit is a bed location BETTKZCHAR1XFELD
BAUARIS-H: Building Unit Type BAUARTCHAR2BAUART
N1APLIndicator for Work Station N1APLCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TN11B
INTO CORRESPONDING FIELDS OF WA_TN11B
WHERE...

How to access SAP table TN11B

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