T5BSD SAP (SI Declaration: directory table) Table details

Dictionary Type: Table
Description: SI Declaration: directory table




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




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

T5BSD is a standard SAP Table which is used to store SI Declaration: directory table data and is available within R/3 SAP systems depending on the version and release level.

The T5BSD table consists of various fields, each holding specific information or linking keys about SI Declaration: directory table data available in SAP. These include DECID (SI Declaration identifier), DYEAR (Year the declaration refers to), DQART (Quarter the declaration refers to), DSQNR (Sequence number per declaration step).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T5BSD 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 MANDTCLNT3Assigned to domainMANDT
DECIDSI Declaration identifier P12_DECIDNUMC6NUM06
DYEARYear the declaration refers to P12_DYEARNUMC4NUMC4
DQARTQuarter the declaration refers to P12_DQARTNUMC1NUMC1
DSQNRSequence number per declaration step P12_DSQNRNUMC2Assigned to domainBSEQF
DSTATStatus SI declaration P12_DSTATCHAR1P12_DSTAT
CDATECreation date SI declaration P12_CDATEDATS8DATS
CTIME Time Creation SI declaration0
RDATERelease date SI declaration P12_RDATEDATS8DATS
RTIME Time Release SI declaration0
DDATERejection date SI declaration P12_DDATEDATS8DATS
DTIME Time Rejection SI declaration0
ADATEAcceptance date SI declaration P12_ADATEDATS8DATS
ATIME Time Acceptance SI declaration0
SDATESelection date payroll results in SI declaration P12_SDATEDATS8DATS
ADMINUser Name in User Master Record XUBNAMECHAR12Assigned to domainXUBNAMEXUS
STREFReference pointing to the detailed declaration info P12_STREFNUMC3P12_STREF
ONECOCorrective declarations limited to one P12_ONECOCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM T5BSD
INTO CORRESPONDING FIELDS OF WA_T5BSD
WHERE...

How to access SAP table T5BSD

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