T77TMCPRDCTXT SAP (Descriptions for Period Contexts) Table details

Dictionary Type: Table
Description: Descriptions for Period Contexts




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




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

T77TMCPRDCTXT is a standard SAP Table which is used to store Descriptions for Period Contexts data and is available within R/3 SAP systems depending on the version and release level.

The T77TMCPRDCTXT table consists of various fields, each holding specific information or linking keys about Descriptions for Period Contexts data available in SAP. These include LANGUAGE (Language Key), PERIOD_CONTEXT (Context of Definition of Recurring Periods), DESCRIPTION (Description of Period Context).. 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: Cannot Be Enhanced

Text table for: T77TMCPRDCTX


SAP T77TMCPRDCTXT 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
LANGUAGELanguage Key SPRSLLANG1T002ISOLASPRAS
PERIOD_CONTEXTContext of Definition of Recurring Periods HRTMC_PERIOD_CONTEXTCHAR20T77TMCPRDCTXHRTMC_PERIOD_CONTEXT
DESCRIPTIONDescription of Period Context HRTMC_PERIOD_CONTEXT_DESCRCHAR60TEXT60

Key field Non-key field



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

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

SELECT SINGLE *
FROM T77TMCPRDCTXT
INTO CORRESPONDING FIELDS OF WA_T77TMCPRDCTXT
WHERE...

How to access SAP table T77TMCPRDCTXT

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