DD02B SAP (DD: BO Header) Table details

Dictionary Type: Table
Description: DD: BO Header




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




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

DD02B is a standard SAP Table which is used to store DD: BO Header data and is available within R/3 SAP systems depending on the version and release level.

The DD02B table consists of various fields, each holding specific information or linking keys about DD: BO Header data available in SAP. These include AS4LOCAL (Activation Status of a Repository Object), CHGUSER (Last Changed by), CHGDATE (Last Changed On), CHGTIME (Last Changed At).. 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: Cannot Be Enhanced

Text table = DD02BT

Text table = DDDDLSRC02BT


SAP DD02B 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
STRUCOBJNDD: Name of Structured Object (For Example, Entity, Context) DDSTRUCOBJNAMECHAR30DDSTRUCOBJNAME
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
CHGUSERLast Changed by AS4USERCHAR12AS4USER
CHGDATELast Changed On DDCHDATEDATS8
CHGTIMELast Changed At DDCHTIMETIMS6
STRUCOBJCLASSDD: Types of a Structured Object DDSTRUCOBJCLASSCHAR10DDSTRUCOBJCLASS
PARENTNAMEDD: Parent of a Structured Object DDSTRUCOBJPARENTCHAR30DDSTRUCOBJNAME
TABARTData class in technical settings TABARTCHAR5Assigned to domainTABART
ACTFLAGActions to be executed for a dependent DD object DEPACTIONCHAR4DEPACTION
ACLROOTTABDD: Name of an ACL Table for RBAM DDACLTABCHAR30TABNAME
ACLENTRYTABDD: Name of an ACL Table for RBAM DDACLTABCHAR30TABNAME
ACLREFDD: Name of an Association DDASSOCIATIONNAMECHAR30DDASSOCIATIONNAME
CLIINDEPDD: Indicator for cross-client (CLNT and 1st key field) DDCLIINDEPCHAR1DDCLIINDEP
DELIVERYCLASSDelivery class CONTFLAGCHAR1CONTFLAG
CLASSNAMEReference type CLASSNAMECHAR30CLASSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM DD02B
INTO CORRESPONDING FIELDS OF WA_DD02B
WHERE...

How to access SAP table DD02B

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