T52E2 SAP (Posting to Accounting: Posting Variants) Table details

Dictionary Type: Table
Description: Posting to Accounting: Posting Variants




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




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

T52E2 is a standard SAP Table which is used to store Posting to Accounting: Posting Variants data and is available within R/3 SAP systems depending on the version and release level.

The T52E2 table consists of various fields, each holding specific information or linking keys about Posting to Accounting: Posting Variants data available in SAP. These include PVARI (Posting variant), BLART (Document Type), SPRAS (Language Key), KURZT (Document line item text 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)

Text table = T52E2T


SAP T52E2 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
PVARIPosting variant HRPP_PVARICHAR4HRPP_PVARI
BLARTDocument Type BLARTCHAR2T003BLARTBAR
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
KURZTDocument line item text key HRPP_T053CHAR4T053CHAR4
REFERPrefix for ref.document number HRPP_REFERCHAR5CHAR5
SPLITSplit for posting documents (document split) HRPP_SPLITCHAR1P_BELSPLIT
SUMIT_SWIndicator: Separate summary items HRPP_SUMITCHAR1XFELD
FIXED_SWFixed costs to summ. items indicator HRPP_FIXEDCHAR1XFELD
CCOMP_SWPost to company code clearing accounts HRPP_CCOMPCHAR1XFELD
MAX_LINESAdditional document split according to number of lines P_MAXLINESINT410P_MAXLINES
BLRTDDifferent Document Type for Customers BLART_DCHAR2T003BLART
BLRTKDifferent Document Type for Creditors BLART_KCHAR2T003BLART
BLRTMDifferent Document Type for MEA BLART_MCHAR2T003BLART
MOLGACountry Grouping MOLGACHAR2T500LMOLGAMOL
RUNTYPERun Type L_EVPTYPCHAR2L_EVPTYP
.INCLU--AP 0
UNVERSIONNPO Payroll: Status for Posting Run PUN_VERSIONCHAR1PUN_TSTLVL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T52E2
INTO CORRESPONDING FIELDS OF WA_T52E2
WHERE...

How to access SAP table T52E2

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