T445A SAP (Planning Configuration for Info Structure) Table details

Dictionary Type: Table
Description: Planning Configuration for Info Structure




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




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

T445A is a standard SAP Table which is used to store Planning Configuration for Info Structure data and is available within R/3 SAP systems depending on the version and release level.

The T445A table consists of various fields, each holding specific information or linking keys about Planning Configuration for Info Structure data available in SAP. These include CVRSI (Number of historical versions in a continuous planning cycle), SPERI (Storage periodicity), PERIV (Fiscal Year Variant), FABKL (Factory calendar key).. 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: Can be enhanced (character-type or numeric)


SAP T445A 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
GSTRUGenerated DDIC table for LIS, conditions, messages GSTRUCHAR30Assigned to domainAS4TAB
CVRSINumber of historical versions in a continuous planning cycle CVRSINUMC3NUMC3
SPERIStorage periodicity PERKSCHAR1PERKZ
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
FABKLFactory calendar key FABKLCHAR2TFACDWFCID
PRASTPeriod split PERIRCHAR10T445ZPERIR
FLGPLIndicator: consistent or level-by-level planning FLGPLCHAR1FLGPL
FLG01Zero values transferred to MRP NPBEDCHAR1CHAR1
FLG02Single-Character Indicator CHAR1CHAR1CHAR1
KAFLGResources planning and leveling allowed KAFLGCHAR1CHAR1
KURSTExchange Rate Type KURST_CURRCHAR4TCURVKURST
FLG08Indicator: Convert units (X = no conversion) FLGUOMCHAR1CHAR01
FLG09Single-Character Indicator CHAR1CHAR1CHAR1
FLG03Indicator: Do not save in forecast database FLGPRDBCHAR1CHAR1
FLG04Single-Character Indicator CHAR1CHAR1CHAR1
FLG05Indicator: read actual and user exit data FLGIULCHAR1CHAR01
FLG06Indicator: determine zero column (X = do not read from DB) FLGZCOLCHAR1CHAR01
FLG07Indicator: Event usage (X = do not read from DB) FLGEVECHAR1CHAR01
STWAEStatistics currency STWAECUKY5TCURCWAERS
BASMEBase Unit of Measure MEINSUNIT3T006CUNITMEINS
WERKSPlanning Plant PLWRKCHAR4Assigned to domainWERKSWRK
STFNAKey figure for capacity planning KSTFNACHAR30Assigned to domainFDNAME
KPBEDKey figure to be transferred to Demand Management KPBEDCHAR30Assigned to domainFDNAME
ALEFLGALE permitted ALEFLGCHAR1CHAR1
FLG_JOINSwitch off check for non-plannable planning objects in SxyzE FLG_JOINCHAR1CHAR01
FLG_UPDSwitch off DB update restricted to planning type key figures FLG_UPDCHAR1CHAR01
FLG_KZMRPFill key figure with data from documents/stocks FLG_KZMRPCHAR1CHAR01
SYNC_VRSIOSynchronization version SYNC_VRSIOCHAR3P44VVRSIO
VERSBVersion number for independent requirements VERSBCHAR2T459VVERSBVES
FLGPASwitch on parallel database access FLGPACHAR1CHAR01
DEST_GRPLogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
ANZPCMaximum number of work processes that can be used RZLLI_WPQTINT13RZLLI_WPQT
VERVSIndicator: Requirements version active FLG_AKT_VRSIOCHAR1VERVS
PBED_EXITTransfer to Demand Management with user exit PBED_EXITCHAR1CHAR01

Key field Non-key field



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

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

SELECT SINGLE *
FROM T445A
INTO CORRESPONDING FIELDS OF WA_T445A
WHERE...

How to access SAP table T445A

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