TBO00 SAP (Object type control parameters) Table details

Dictionary Type: Table
Description: Object type control parameters




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




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

TBO00 is a standard SAP Table which is used to store Object type control parameters data and is available within R/3 SAP systems depending on the version and release level.

The TBO00 table consists of various fields, each holding specific information or linking keys about Object type control parameters data available in SAP. These include FBGEN (Flag 'Generate function module'), INTNUM (Flag 'Internal number allocation'), ONRXX (Flag 'Index table ONRxx exists'), SETTRECV (Flag 'Allowed as settlement receiver').. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = TBO01


SAP TBO00 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
OBARTObject Type J_OBARTCHAR2J_OBART
FBGENFlag 'Generate function module' J_FBGENCHAR1XFELD
INTNUMFlag 'Internal number allocation' J_INTNUMCHAR1XFELD
ONRXXFlag 'Index table ONRxx exists' J_ONRXXCHAR1XFELD
SETTRECVFlag 'Allowed as settlement receiver' J_SETTRECVCHAR1XFELD
SETTRECPFlag 'Allowed as plan settlement recipient' J_SETTRECPCHAR1XFELD
TABNAMEEntity table for relevant objects J_TABNAMECHAR30DD02LAS4TAB
FLDOBJNRField name for object number J_FLDOBJNRCHAR30Assigned to domainFDNAME
KEY01IONRA field for numbered key field from entity table J_FLDNAMECHAR30Assigned to domainFDNAME
KEY02IONRA field for numbered key field from entity table J_FLDNAMECHAR30Assigned to domainFDNAME
KEY03IONRA field for numbered key field from entity table J_FLDNAMECHAR30Assigned to domainFDNAME
KEY04IONRA field for numbered key field from entity table J_FLDNAMECHAR30Assigned to domainFDNAME
KEY05IONRA field for numbered key field from entity table J_FLDNAMECHAR30Assigned to domainFDNAME
KEY06IONRA field for numbered key field from entity table J_FLDNAMECHAR30Assigned to domainFDNAME
KEY07IONRA field for numbered key field from entity table J_FLDNAMECHAR30Assigned to domainFDNAME
REFSTRUCTObj.No.Management: Reference Structure for Key Fields J_REFSTRUCTCHAR30Assigned to domainAS4TAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBO00
INTO CORRESPONDING FIELDS OF WA_TBO00
WHERE...

How to access SAP table TBO00

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