T001C SAP (Valid Posting Periods for Global Companies) Table details

Dictionary Type: Table
Description: Valid Posting Periods for Global Companies




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




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

T001C is a standard SAP Table which is used to store Valid Posting Periods for Global Companies data and is available within R/3 SAP systems depending on the version and release level.

The T001C table consists of various fields, each holding specific information or linking keys about Valid Posting Periods for Global Companies data available in SAP. These include RRCTY (Record Type), RCOMP (Company), MKOAR (Account Type or Masking), BKONT (To Account).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T001C 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
RRCTYRecord Type RRCTYCHAR1RRCTY
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
MKOARAccount Type or Masking MKOARCHAR1MKOAR
BKONTTo Account BKONT_001BCHAR10ALPHAMAXKN
VKONTFrom Account VKONT_001BCHAR10ALPHAMAXKN
FRYE1Fiscal Year for First Period Allowed (in Interval 1) FRYERNUMC4GJAHRGJAHR
FRPE1First Posting Period Allowed (in Interval 1) FRPERNUMC3POPER
TOYE1Fiscal Year for Last Period Allowed (Period 1) TOYERNUMC4GJAHRGJAHR
TOPE1Last Posting Period Allowed (in Interval 1) TOPERNUMC3POPER
FRYE2Fiscal Year for First Period Allowed (Period 2) FRYE2NUMC4GJAHRGJAHR
FRPE2First Posting Period Allowed (in Interval 2) FRPE2NUMC3POPER
TOYE2Fiscal Year for Last Period Allowed (Period 2) TOYE2NUMC4GJAHRGJAHR
TOPE2Last Posting Period Allowed (in Interval 2) TOPE2NUMC3POPER

Key field Non-key field



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

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

SELECT SINGLE *
FROM T001C
INTO CORRESPONDING FIELDS OF WA_T001C
WHERE...

How to access SAP table T001C

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