RNLBAULI SAP (IS-H: ALV List Building Units) Structure details

Dictionary Type: Structure
Description: IS-H: ALV List Building Units




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




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

RNLBAULI is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-H: ALV List Building Units" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RNLBAULI TYPE RNLBAULI.

The RNLBAULI table consists of various fields, each holding specific information or linking keys about IS-H: ALV List Building Units data available in SAP. These include ORGID (Identification Key of Organizational Unit), BAUID (IS-H: Identification of Building Unit), ORGTY (Object type of organizational assignment), ORGNA (IS-H: Organizational Unit Name).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RNLBAULI structure 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
LEVEL_ASSPacked field with length 2 (-> hierarchy level of an elem.) PACK02DEC2PACK02
ORGIDIdentification Key of Organizational Unit ORGIDCHAR8Assigned to domainALPHAORGIDOGE
BAUIDIS-H: Identification of Building Unit BAUIDCHAR8Assigned to domainALPHABAUIDBAU
ORGTYObject type of organizational assignment ORGTYCHAR2Assigned to domainOTYPE
ORGNAIS-H: Organizational Unit Name ORGNACHAR30TEXT30
ORGKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
OTTXTIS-H: Text Describing Organizational Unit Category OTTXTCHAR20TEXT20
SERIAL_NO_HIIS-H: Field CHAR 1 NC1CHAR1CHAR1
KEY_HIIS-H: Field CHAR 16 NC16CHAR16CHAR16
LEVEL_HIPacked field with length 2 (-> hierarchy level of an elem.) PACK02DEC2PACK02
BAUID_HIIS-H: Identification of Building Unit BAUIDCHAR8Assigned to domainALPHABAUIDBAU
PARENT_BAUID_HIIS-H: Identification of Building Unit BAUIDCHAR8Assigned to domainALPHABAUIDBAU
BAUTY_HICategory of a Building Unit BAUTYPEXCHAR2Assigned to domainBAUTYPEXBTY
BAUNA_HIBuilding Unit Name BAUNACHAR30TEXT30
BKURZ_HIIS-H: Building Unit Identifier BKURZCHAR8CHAR8
BAUKB_HIIS-H: Short Text for Building Unit BAUKBCHAR12TEXT12
BTTXT_HIIS-H: Text Describing Building Unit Category BAUTYPTXTCHAR20TEXT20

Key field Non-key field



How do I retrieve data from SAP structure RNLBAULI using ABAP code?

As RNLBAULI is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RNLBAULI as there is no data to select.

How to access SAP table RNLBAULI

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