T582A SAP (Infotypes: Customer-Specific Settings) Table details

Dictionary Type: Table
Description: Infotypes: Customer-Specific Settings




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




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

T582A is a standard SAP Table which is used to store Infotypes: Customer-Specific Settings data and is available within R/3 SAP systems depending on the version and release level.

The T582A table consists of various fields, each holding specific information or linking keys about Infotypes: Customer-Specific Settings data available in SAP. These include INFTY (Infotype), ZRMKZ (Period indicator: key date / interval), DATR1 (Reaction to: No delimitation), DATR2 (Reaction to: 1st date entered).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = T582S


SAP T582A 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
INFTYInfotype INFTYCHAR4T777DINFOTYPITP
ZRMKZPeriod indicator: key date / interval DZRMKZCHAR1CHAR1
DATR1Reaction to: No delimitation DATR1CHAR1PAD_DATR1
DATR2Reaction to: 1st date entered DATR2CHAR1PAD_DATR2
DATR3Reaction to: 1st and 2nd dates entered DATR3CHAR1PAD_DATR3
EPASTReaction to Entry in Payroll Past EPASTCHAR1EPAST
SRTPSSort sequence of records SRTPSCHAR1SRTPS
ZEITBTime Constraint DZEITBCHAR1ZEITB
RURECRetroactive accounting relevance for payroll RURECCHAR1RUREC
VALDTIndicator for access authorization (from/to date) KENBECHAR1XFELD
NOAPReaction indicator for 'No organizational assignment' NOAPCHAR1NOAP
DAVODefault start date DAVOCHAR1DAVO
DAVOEDefault end date DAVOECHAR1DAVOE
RURZERetroactive acct. relevance for PDC time evaluation RURZECHAR1RURZE
VORTEntry Before Earliest Retroactive Accounting Date VORTCHAR1XFELD
BRONENo longer used (indicator for gross/net recalculation) BRONECHAR1CHAR1
DNAMEName of dialog module DIANMCHAR30TEXT30
PNNNNInfotype structure name PNNNN_DCHAR5CHAR5
EDYNRSingle screen number EDYNPCHAR4CHAR4
LDYNRList screen number LDYNPCHAR4CHAR4
DHDIDKey for screen header layout DHDIDCHAR2DHDID
AWZAPIndicator specifying when data is chosen for the IT header AWZAPCHAR1XFELD
NAMSTName of subtype field NAMSTCHAR11SNAME
STYPTSubtype Table STYPTCHAR4TNAME
SYTXTSubtype Text Table SYTXTCHAR4TNAME
ZBTABTime Constraint Table When TC is Subtype-Dependent DZBTABCHAR4TNAME
SBTEXEntry of subtype obligatory SBTEXCHAR1XFELD
PSZRMIndicator: Selection of records for one period only PSZRMCHAR1CHAR1
INFKNIndicator: Infotype/dialog INFKNCHAR1CHAR1
DBIDNDatabase name DBIDNCHAR5CHAR5
OLDITPrevious infotype number OLDITCHAR3CHAR3
INFTXIndicator: Text allowed for infotype ITXALCHAR1XFELD
CPRFNInfotype copied from reference personnel number CPRFNCHAR1XFELD
PZINTIndicator for entry of additional data PZINTCHAR1PZINT
KFASTIndicator: Person-Related Fast Data Entry KFASTCHAR1XFELD
CYCALFeature name for payroll recalculation recognition CYCALCHAR5CHAR5
CYBDEFeature name for PDC/Time Mgt. recalculation recognition CYBDECHAR5CHAR5
LSTZRTime Period Selection for List Screen PAD_LSTZRCHAR1XFELD
NAUSTMaintenance permitted after leaving PAD_NAUSTCHAR1PAD_NAUST
VORTTEntry Before Time Evaluation Retro. Accounting Limit PAD_VORTTCHAR1XFELD
CPCMAIndicate: Infotype Proposed for Country Reassignment CPCMACHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T582A
INTO CORRESPONDING FIELDS OF WA_T582A
WHERE...

How to access SAP table T582A

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