TREAT_SUMMARY SAP (Treasury: Summary Statement) Table details

Dictionary Type: Table
Description: Treasury: Summary Statement




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




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

TREAT_SUMMARY is a standard SAP Table which is used to store Treasury: Summary Statement data and is available within R/3 SAP systems depending on the version and release level.

The TREAT_SUMMARY table consists of various fields, each holding specific information or linking keys about Treasury: Summary Statement data available in SAP. These include STATEMENT_OID (Globally Unique Identifier), COMPANY_CODE (Company Code), EXT_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_SUMMARY 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
EXT_ACCOUNTExternal Account TPM_EXT_ACCOUNTCHAR10TPM_EXT_ACCOUNTTREA_EATREATH_EXT_ACCOUNT
STATEMENT_DATEStatement Date TPM_DATEDATS8TPM_DATE
IM_AMT_BEFOREInitial Margin Amount on Previous Day TPM_TREA_IM_AMT_BEFORECURR21(2) TPM_AMOUNT
IM_AMT_CURR_BEFOCurrency of Initial Margin Amount on Previous Day TPM_TREA_IM_AMT_CURR_BEFORECUKY5Assigned to domainWAERS
IM_AMTCurrent Initial Margin Amount TPM_TREA_IM_AMTCURR21(2) TPM_AMOUNT
IM_AMT_CURRCurrency of Current Initial Margin Amount TPM_TREA_IM_AMT_CURRCUKY5Assigned to domainWAERS
VM_AMT_BEFOREPrevious Net Present Value (TREA) TPM_TREA_VAR_MARGIN_PREVIOUSCURR21(2) TPM_AMOUNT
VM_AMT_CURR_BEFOCurrency of Variation Margin Amount on Previous Day TPM_TREA_VM_AMT_CURR_BEFORECUKY5Assigned to domainWAERS
VM_AMT_EXTExternal Variation Margin Amount TPM_TREA_VM_EXT_AMTCURR21(2) TPM_AMOUNT
VM_AMT_CURR_EXTCurrency of External Variation Margin Amount TPM_TREA_VM_EXT_AMT_CURRCUKY5Assigned to domainWAERS
DELTA_IM_AMTInitial Margin Delta Value TPM_TREA_DELTA_IMCURR21(2) TPM_AMOUNT
DELTA_IM_AMT_CURCurrency of Delta IM TPM_TREA_DELTA_IM_CURRCUKY5Assigned to domainWAERS
DELTA_VM_AMTVariation Margin Delta Value TPM_TREA_DELTA_VMCURR21(2) TPM_AMOUNT
DELTA_VM_AMT_CURCurrency of Variation Margin Delta Value TPM_TREA_DELTA_VM_CURRCUKY5Assigned to domainWAERS
IM_EXCHANGE_RATEExchange Rate for Initial Margin TPM_IM_EXCHANGE_RATEDEC9(5) EXCRTUKURS
VM_EXCHANGE_RATEExchange Rate for Variation Margin TPM_VM_EXCHANGE_RATEDEC9(5) EXCRTUKURS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TREAT_SUMMARY
INTO CORRESPONDING FIELDS OF WA_TREAT_SUMMARY
WHERE...

How to access SAP table TREAT_SUMMARY

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