T770A SAP (Day Segments) Table details

Dictionary Type: Table
Description: Day Segments




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




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

T770A is a standard SAP Table which is used to store Day Segments data and is available within R/3 SAP systems depending on the version and release level.

The T770A table consists of various fields, each holding specific information or linking keys about Day Segments data available in SAP. These include ZBLID (Day segment name), BBLK1 (Start Time Block 1), EBLK1 (End Time Block 1), BBLK2 (Start Time Block 2).. 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: Can be enhanced (character-type)


SAP T770A 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
ZBLIDDay segment name DZBLIDCHAR8ZBLID
BBLK1Start Time Block 1 BBLK1TIMS6TIMESPOB
EBLK1End Time Block 1 EBLK1TIMS6TIMESPOE
BBLK2Start Time Block 2 BBLK2TIMS6TIMES
EBLK2End Time Block 2 EBLK2TIMS6TIMES
BBLK3Start Time Block 3 BBLK3TIMS6TIMES
EBLK3End Time Block 3 EBLK3TIMS6TIMES
DAUERTotal Duration DAUERTIMS6TIMES

Key field Non-key field



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

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

SELECT SINGLE *
FROM T770A
INTO CORRESPONDING FIELDS OF WA_T770A
WHERE...

How to access SAP table T770A

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