TREAS_MLM_POS_PERIODIC SAP (TREA: Structure for periodic MLM position reporting) Structure details

Dictionary Type: Structure
Description: TREA: Structure for periodic MLM position reporting




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




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

TREAS_MLM_POS_PERIODIC 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 "TREA: Structure for periodic MLM position reporting" 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_MLM_POS_PERIODIC TYPE TREAS_MLM_POS_PERIODIC.

The TREAS_MLM_POS_PERIODIC table consists of various fields, each holding specific information or linking keys about TREA: Structure for periodic MLM position reporting data available in SAP. These include EXT_ACCOUNT_ID (External Account ID), SID (Margin Limit Scenario ID), SCEN_TITLE (Margin Limit Scenario Title), AMT_CAT_TITLE (Short Text for Fixed Values).. 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_MLM_POS_PERIODIC 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
EA_COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
EXT_ACCOUNT_IDExternal Account ID TPM_EXT_ACC_IDCHAR35CHAR35
SIDMargin Limit Scenario ID TPM_TREA_MLM_SCENARIO_IDCHAR8CHAR8TPM_TREA_ELE_MLM_SCENARIO
SCEN_TITLEMargin Limit Scenario Title TPM_TREA_MLM_SCENARIO_TEXTCHAR50XTEXT50
AMT_CAT_TITLEShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
STATEMENT_DATEExternal Account Statement Date TPM_TREA_STATEM_DATEDATS8TPM_DATE
LIMIT_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
LIMIT_AMT_PCMargin Limit Amount TPM_TREA_MLM_LIMIT_AMOUNTCURR21(2) TPM_AMOUNT
LIMIT_AMT_LCMargin Limit Amount TPM_TREA_MLM_LIMIT_AMOUNTCURR21(2) TPM_AMOUNT
UTILIZ_AMT_PCUtilized Margin Limit Amount TPM_TREA_MLM_UTILIZED_AMOUNTCURR21(2) TPM_AMOUNT
UTILIZ_AMT_LCUtilized Margin Limit Amount TPM_TREA_MLM_UTILIZED_AMOUNTCURR21(2) TPM_AMOUNT
UTILIZ_OPEN_PCNot Utilized Limit Amount TPM_TREA_MLM_NOT_UTILIZED_AMTCURR21(2) TPM_AMOUNT
UTILIZ_OPEN_LCNot Utilized Limit Amount TPM_TREA_MLM_NOT_UTILIZED_AMTCURR21(2) TPM_AMOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
MARG_POS_PCMargin Amount TPM_TREA_MLM_MARGIN_POSITIONCURR21(2) TPM_AMOUNT
MARG_POS_LCMargin Amount TPM_TREA_MLM_MARGIN_POSITIONCURR21(2) TPM_AMOUNT
MCASH_ADAPT_PCTotal Margin Cash Amount TPM_TREA_MLM_ADAPT_MCASH_POSCURR21(2) TPM_AMOUNT
MCASH_ADAPT_LCTotal Margin Cash Amount TPM_TREA_MLM_ADAPT_MCASH_POSCURR21(2) TPM_AMOUNT
PAY_AMT_PCMargin Payment Amount TPM_TREA_MLM_PAY_AMOUNTCURR21(2) TPM_AMOUNT
PAY_AMT_LCMargin Payment Amount TPM_TREA_MLM_PAY_AMOUNTCURR21(2) TPM_AMOUNT
DELTA_PAY_AMT_PCAdjusted Margin Payment Amount TPM_TREA_MLM_ADAPT_PAY_AMOUNTCURR21(2) TPM_AMOUNT
DELTA_PAY_AMT_LCAdjusted Margin Payment Amount TPM_TREA_MLM_ADAPT_PAY_AMOUNTCURR21(2) TPM_AMOUNT
MARG_CALL_AMTMargin Call Amount TPM_TREA_MLM_MARG_CALL_AMOUNTCURR21(2) TPM_AMOUNT
MARG_CALL_AMT_CYPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
CALC_PAY_AMT_PCCalculated Margin Payment Amount TPM_TREA_MLM_CALC_PAY_AMOUNTCURR21(2) TPM_AMOUNT
CALC_PAY_AMT_LCCalculated Margin Payment Amount TPM_TREA_MLM_CALC_PAY_AMOUNTCURR21(2) TPM_AMOUNT
LOCAL_CURRLocal Currency TPM_LOCAL_CURRCUKY5Assigned to domainWAERS
AMOUNT_CAT_IDIdentifier of Margin Limit Amount Category TPM_TREA_AMOUNT_CATEGORY_IDCHAR3CHAR003
EXTERNAL_ACCOUNTExternal Account TPM_EXT_ACCOUNTCHAR10TPM_EXT_ACCOUNTTREA_EATREATH_EXT_ACCOUNT
REASONReason for Adjustment of Calculated Payment Amount TPM_TREA_MLM_RESULT_REASONNUMC3TPM_TREA_MLM_RESULT_REASONTPM_TREA_ELE_MLM_REASON
REASON_TEXTAdjustment Reason Description TPM_TREA_MLM_REASON_TEXTCHAR50XTEXT50
RUN_DATEField of type DATS DATSDATS8DATS
RUN_TIMEField of type TIMS TIMSTIMS6TIME
RUN_USERUser Name SYUNAMECHAR12SYCHAR12

Key field Non-key field



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

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

How to access SAP table TREAS_MLM_POS_PERIODIC

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