TREAS_SUMMARY_STA_DYNPRO SAP (Treasury: Summary Statement Dynpro Structure) Structure details

Dictionary Type: Structure
Description: Treasury: Summary Statement Dynpro Structure




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




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

TREAS_SUMMARY_STA_DYNPRO is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Treasury: Summary Statement Dynpro Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TREAS_SUMMARY_STA_DYNPRO TYPE TREAS_SUMMARY_STA_DYNPRO.

The TREAS_SUMMARY_STA_DYNPRO table consists of various fields, each holding specific information or linking keys about Treasury: Summary Statement Dynpro Structure data available in SAP. These include IM_AMT_CURR (Currency of Current Initial Margin Amount), IM_AMT_BEFORE (Initial Margin Amount on Previous Day), IM_AMT_CURR_BEFORE (Currency of Initial Margin Amount on Previous Day), VM_AMT_INTERNAL (Variation Margin Amount (Internal)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TREAS_SUMMARY_STA_DYNPRO structure 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
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
IM_AMT_BEFOREInitial Margin Amount on Previous Day TPM_TREA_IM_AMT_BEFORECURR21(2) TPM_AMOUNT
IM_AMT_CURR_BEFORECurrency of Initial Margin Amount on Previous Day TPM_TREA_IM_AMT_CURR_BEFORECUKY5Assigned to domainWAERS
VM_AMT_INTERNALVariation Margin Amount (Internal) TPM_TREA_VM_AMT_INTERNALCURR15(2) WERTV8_TR
VM_AMT_CURR_INTERNALCurrency of Variation Margin Amount (Internal) TPM_TREA_VM_AMT_CURR_INTERNALCUKY5Assigned to domainWAERS
VM_AMT_BEFOREPrevious Net Present Value (TREA) TPM_TREA_VAR_MARGIN_PREVIOUSCURR21(2) TPM_AMOUNT
VM_AMT_CURR_BEFORECurrency 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_CURRCurrency 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_CURRCurrency 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
CALC_PCTPercent of Completed Calculations TPM_TREA_CALCULATED_DEAL_PCTDEC5(2) DEC3_2

Key field Non-key field



How do I retrieve data from SAP structure TREAS_SUMMARY_STA_DYNPRO using ABAP code?

As TREAS_SUMMARY_STA_DYNPRO is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TREAS_SUMMARY_STA_DYNPRO as there is no data to select.

How to access SAP table TREAS_SUMMARY_STA_DYNPRO

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