TREAT_STATEM_HDR SAP (Clearing Account Statement Header) Table details

Dictionary Type: Table
Description: Clearing Account Statement Header




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




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

TREAT_STATEM_HDR is a standard SAP Table which is used to store Clearing Account Statement Header data and is available within R/3 SAP systems depending on the version and release level.

The TREAT_STATEM_HDR table consists of various fields, each holding specific information or linking keys about Clearing Account Statement Header data available in SAP. These include STATEMENT_OID (Globally Unique Identifier), COMPANY_CODE (Company Code), EXTERNAL_ACCOUNT (External Account), STATEMENT_DATE (Statement Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TREAT_STATEM_HDR 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
STATEMENT_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EXTERNAL_ACCOUNTExternal Account TPM_EXT_ACCOUNTCHAR10TPM_EXT_ACCOUNTTREA_EATREATH_EXT_ACCOUNT
STATEMENT_DATEStatement Date TPM_DATEDATS8TPM_DATE
STATUSExternal Account Statement Status TPM_STATEM_HDR_STATUSCHAR1TPM_STATEM_HDR_STATUS
EXT_STATEMENT_IDExternal Account Statement ID TPM_TREA_EXT_STATEMENT_IDCHAR20CHAR20
SUMMARY_ACCUse Margin Balances TPM_SUMMARY_ACCCHAR1BOOLEAN
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM TREAT_STATEM_HDR
INTO CORRESPONDING FIELDS OF WA_TREAT_STATEM_HDR
WHERE...

How to access SAP table TREAT_STATEM_HDR

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