T77AR SAP (Additional Data on Relationships) Table details

Dictionary Type: Table
Description: Additional Data on Relationships




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




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

T77AR is a standard SAP Table which is used to store Additional Data on Relationships data and is available within R/3 SAP systems depending on the version and release level.

The T77AR table consists of various fields, each holding specific information or linking keys about Additional Data on Relationships data available in SAP. These include RELAT (Relationship Between Objects), PASUB (Substructure Additional Data), DYNNR (Screen Number of Additional Data), PROZK (Indicator for Relationship Percentage).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T77AR 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
RELATRelationship Between Objects RELATCHAR3T778VRELAT
PASUBSubstructure Additional Data PASUBCHAR30Assigned to domainAS4TAB
DYNNRScreen Number of Additional Data DYNNRZCHAR4DYNNR
PROZKIndicator for Relationship Percentage PROZKCHAR1CHAR1_X
NORECIndicator: No Recursiveness Check HR_NORECCHAR1CHAR1_X
QSTRUCEnhanced Structure Name for HR Query QSTRUCCHAR30Assigned to domainAS4TAB
PADPBOFuction Module Additional Data: PBO Period HRPADFBPBOCHAR30TFDIRFUNCNAMELIB
PADPAIFunction Module Additional Data: PAI Period HRPADFBPAICHAR30TFDIRFUNCNAMELIB
PADINITFunction Module Additional Data: Initialization HRPADFBINICHAR30TFDIRFUNCNAMELIB
PADBIFunction Module Additional Data: Batch Input HRPADFBBICHAR30TFDIRFUNCNAME
PADCLASSHRBAS: Business Logic for Relationship with Additional Data HRBASPADCLASSCHAR30SEOCLSNAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77AR
INTO CORRESPONDING FIELDS OF WA_T77AR
WHERE...

How to access SAP table T77AR

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