T777D SAP (Infotypes - Dialog/Database Assignment) Table details

Dictionary Type: Table
Description: Infotypes - Dialog/Database Assignment




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




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

T777D is a standard SAP Table which is used to store Infotypes - Dialog/Database Assignment data and is available within R/3 SAP systems depending on the version and release level.

The T777D table consists of various fields, each holding specific information or linking keys about Infotypes - Dialog/Database Assignment data available in SAP. These include DIALG (Dialog Module), PPNNN (Structure), PPSUB (Substructure), EDYNR (Single Screen Number).. 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 T777D 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
INFTYInfotype INFOTYPCHAR4INFOTYPHRBAS00INFTY
DIALGDialog Module DIALGCHAR30Assigned to domainDIALOG_ID
PPNNNStructure PPNNNCHAR30Assigned to domainAS4TAB
PPSUBSubstructure PPSUBCHAR30Assigned to domainAS4TAB
EDYNRSingle Screen Number EDYNRCHAR4CHAR4
LDYNRScreen Number for List Screen LDYNRCHAR4CHAR4
VTASKType of Update VTASKCHAR1HR_VTASK
LANGULanguage-Specific LANGUXCHAR1CHAR1_X
DBTABDatabase Table DBTABLCHAR30Assigned to domainAS4TAB
TBTABDatabase Table for Table Infotype TBTABLCHAR30Assigned to domainAS4TAB
IDOCSName of IDOC Segment or Structure for Data Transfer HR_IDOCSEGCHAR30DD02LAS4TAB
IDOCS2Name of Other IDOC Segment for Data Transfer SH_IDOCSE2CHAR30DD02LAS4TAB
IDOCS3Name of Third IDOC Segment for Data Transfer SH_IDOCSE3CHAR30Assigned to domainAS4TAB
PTNNNNSubstructure for Table Division of New Table Infotype PTNNNNCHAR30Assigned to domainAS4TAB
PPNNN_EXPExpanded Infotype Structure for Table Infotype PPNNN_EXPCHAR30Assigned to domainAS4TAB
REPIDHR: Infotype Module Pool HR_MODPOOLCHAR40Assigned to domainPROGRAMM
BTCI_PROGHR: Batch Input Program for Infotypes BTCI_PROGCHAR40Assigned to domainPROGRAMM
PAPDHR: Indicator Personnel Adminstration or Personnel Planning HR_PAPDCHAR1CHAR1_X
APTABDatabase Table for Applicant Data APTABCHAR30Assigned to domainAS4TAB
ZRMKNPeriod Indicator: Key Date / Interval PAD_ZRMKNZCHAR1PAD_ZRMKNZ
NAMSTName of Subtype Field PAD_NAMSTCHAR30Assigned to domainFDNAME
STYPTSubtype Table PAD_STYPTCHAR30Assigned to domainAS4TAB
SYTXTSubtype Text Table PAD_SYTXTCHAR30Assigned to domainAS4TAB
ZBTABTime Constraint Table When TC is Subtype-Dependent PAD_ZBTABCHAR30Assigned to domainAS4TAB
KFASTIndicator: List Entry (Person-Specific Fast Entry) PAD_KFASTCHAR1XFELD
INFKNPrimary / Secondary Infotype PAD_INFKNCHAR1PAD_INFKN
PSZRMIndicator: Selection of Records For One Period Only PAD_PSZRMCHAR1CHAR1
EXT_INFTYIndicator: External Infotype EXT_INFTYCHAR1CHAR1_X
NAT_INFTYIndicator for Country-Specific Infotype NAT_INFTYCHAR1CHAR1_X
PAY_INFTYIndicator: Evaluation Infotype PAY_INFTYCHAR1CHAR1_X
NAT_SUBTYCountry-Specific Subtypes NAT_SUBTYCHAR1CHAR1_X
TIM_INFTYIndicator: Simulated Infotype TIM_INFTYCHAR1CHAR1_X
ITVERSIONSSwitch: Infotype Versions Possible ITVERSIONSCHAR1CHAR1_X
FLG_OBJPSObject Identification Allowed FLG_OBJPSCHAR1XFELD
FLG_SPRPSLock Prohibited FLG_SPRPSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T777D
INTO CORRESPONDING FIELDS OF WA_T777D
WHERE...

How to access SAP table T777D

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