TREAS_POSITION_DISPLAY_DETAILS SAP (Structure: Detailed values of TREA Position) Structure details

Dictionary Type: Structure
Description: Structure: Detailed values of TREA Position




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




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

TREAS_POSITION_DISPLAY_DETAILS 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 "Structure: Detailed values of TREA Position" 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_POSITION_DISPLAY_DETAILS TYPE TREAS_POSITION_DISPLAY_DETAILS.

The TREAS_POSITION_DISPLAY_DETAILS table consists of various fields, each holding specific information or linking keys about Structure: Detailed values of TREA Position data available in SAP. These include INI_POS_CURR (Position Currency), INI_LOC_AMT (Original Payment Amount Used for Payment Amount Calculation), INI_LOC_CURR (Local Currency), CAL_POS_AMT (Calculated Margin Payment Amount).. 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: Can be enhanced (character-type or numeric)


SAP TREAS_POSITION_DISPLAY_DETAILS 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
INI_POS_AMTOriginal Payment Amount Used for Payment Amount Calculation TPM_TREA_MLM_INIT_PAY_AMOUNTCURR21(2) TPM_AMOUNT
INI_POS_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
INI_LOC_AMTOriginal Payment Amount Used for Payment Amount Calculation TPM_TREA_MLM_INIT_PAY_AMOUNTCURR21(2) TPM_AMOUNT
INI_LOC_CURRLocal Currency TPM_LOCAL_CURRCUKY5Assigned to domainWAERS
CAL_POS_AMTCalculated Margin Payment Amount TPM_TREA_MLM_CALC_PAY_AMOUNTCURR21(2) TPM_AMOUNT
CAL_POS_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
CAL_LOC_AMTCalculated Margin Payment Amount TPM_TREA_MLM_CALC_PAY_AMOUNTCURR21(2) TPM_AMOUNT
CAL_LOC_CURRLocal Currency TPM_LOCAL_CURRCUKY5Assigned to domainWAERS
ADJ_POS_AMTAdjusted Margin Payment Amount TPM_TREA_MLM_ADAPT_PAY_AMOUNTCURR21(2) TPM_AMOUNT
ADJ_POS_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
ADJ_LOC_AMTAdjusted Margin Payment Amount TPM_TREA_MLM_ADAPT_PAY_AMOUNTCURR21(2) TPM_AMOUNT
ADJ_LOC_CURRLocal Currency TPM_LOCAL_CURRCUKY5Assigned to domainWAERS
REASONReason for Adjustment of Calculated Payment Amount TPM_TREA_MLM_RESULT_REASONNUMC3TREAC_MLM_REASONTPM_TREA_MLM_RESULT_REASONTPM_TREA_ELE_MLM_REASON
REASON_TEXTAdjustment Reason Description TPM_TREA_MLM_REASON_TEXTCHAR50XTEXT50

Key field Non-key field



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

As TREAS_POSITION_DISPLAY_DETAILS 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_POSITION_DISPLAY_DETAILS as there is no data to select.

How to access SAP table TREAS_POSITION_DISPLAY_DETAILS

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