THAS_AUTO_EQU_RECLASS_DISPLAY SAP (Output of Automatic EC Reclassification) Structure details

Dictionary Type: Structure
Description: Output of Automatic EC Reclassification




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




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

THAS_AUTO_EQU_RECLASS_DISPLAY 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 "Output of Automatic EC Reclassification" 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_THAS_AUTO_EQU_RECLASS_DISPLAY TYPE THAS_AUTO_EQU_RECLASS_DISPLAY.

The THAS_AUTO_EQU_RECLASS_DISPLAY table consists of various fields, each holding specific information or linking keys about Output of Automatic EC Reclassification data available in SAP. These include DATA_EXEC_ICON (Carrier field for icons), STATUS (Single-Character Indicator), BUKRS (Company Code), BUKRS_T (Name of Company Code or Company).. 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 THAS_AUTO_EQU_RECLASS_DISPLAY 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
DATA_EXECSingle-Character Indicator CHAR1CHAR1CHAR1
DATA_EXEC_ICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
STATUSSingle-Character Indicator CHAR1CHAR1CHAR1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUKRS_TName of Company Code or Company BUTXTCHAR25TEXT25
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_AREA_TName of the Valuation Area TPM_VAL_AREA_NAMECHAR60TPM_DESCRIPTION
PLANNERIDHedge Plan ID THM_PLANNERIDCHAR13Assigned to domainALPHATHM_PLANNERIDPLN
PLAN_ENDEnd of Term of Hedge Plan THM_ENDTERMDATS8DATUM
TRANSCATTransaction Category (E-HA) THM_TRANSCATNUMC2Assigned to domainTHM_TRANSCAT
TRANSCAT_TText (30 Characters) TEXT30CHAR30TEXT30
TRANSACTTransaction Activity (E-HA) THM_TRANSACTNUMC2Assigned to domainTHM_TRANSACT
TRANSACT_TText (30 Characters) TEXT30CHAR30TEXT30
EXPDATEDate to Which Exposure Refers THM_EXPDATEDATS8TPM_POSITION_DATE
HEDGE_IDIdentification Number of Hedge Item THM_HEDGE_IDNUMC10Assigned to domainTHM_HEDGE_IDHEDGEID
HEDGE_CATEGORYHedge category THM_HEDGE_CATEGORYNUMC2THM_HEDGE_CATEGORY
HEDGE_CATEGORY_TText (30 Characters) TEXT30CHAR30TEXT30
HR_STATUSHedging relationship status THM_HR_STATUSINT13THM_HR_STATUS
HR_STATUS_TDescription for Status of Hedging Relationship THA_STATUS_TXTCHAR15
HR_VERSIONVersion of the hedging relationship THM_HR_VERSIONNUMC3THM_HR_VERSION
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
PRODUCT_TYPE_TText (30 Characters) TEXT30CHAR30TEXT30
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
HR_DATEInception date of the current hedge relationship version THM_HR_DATEDATS8DATUM
DATE_OF_LATEST_RECLASSDate of Last Reclassification TPM_TRIL_DATE_OF_LATEST_RECLDATS8
START_RECL_PLStart of Reclassification of Equity Capital THA_START_RECL_PLDATS8DATUM
END_RECL_PLEnd of Reclassification of Equity Capital THA_END_RECL_PLDATS8DATUM
CALC_BEGINStart of Calculation Period DBERVONDATS8DATUM
CALC_ENDEnd of Calculation Period DBERBISDATS8DATUM
KEY_DATEDate of a Business Transaction in the Income Ledger TPM_TRIL_DATEDATS8
DAYS_BEG_ENDNumber of Days in Period TPM_DAYS_IN_PERIODINT410INT4
DAYS_BEG_KEYDATENumber of Days TFMATAGEINT410INT4
EQU_BALANCE_EX_PCEquity Capital Balance Excluding Key Date in Position Crcy TPM_TRIL_EQU_BAL_EXCL_PCCURR21(2) TPM_AMOUNT
EQU_BALANCE_EX_VCEquity Capital Balance Excluding Key Date in Valuation Crcy TPM_TRIL_EQU_BAL_EXCL_VCCURR21(2) TPM_AMOUNT
EQU_BALANCE_IN_PCEquity Capital Balance Including Key Date in Position Crcy TPM_TRIL_EQU_BAL_INCL_PCCURR21(2) TPM_AMOUNT
EQU_BALANCE_IN_VCEquity Capital Balance Including Key Date in Valuation Crcy TPM_TRIL_EQU_BAL_INCL_VCCURR21(2) TPM_AMOUNT
EQU_RECLASS_PCProrated Amount of Income in Position Currency TPM_PART_POSITION_AMTCURR21(2) TPM_AMOUNT
EQU_RECLASS_VCProrated Amount of Income in Local Currency TPM_PART_VALUATION_AMTCURR21(2) TPM_AMOUNT
EQU_BALANCE_PCNew Equity Capital Balance in Position Currency TPM_TRIL_EQU_BAL_NEW_PCCURR21(2) TPM_AMOUNT
EQU_BALANCE_VCNew Equity Capital Balance in Valuation Currency TPM_TRIL_EQU_BAL_NEW_VCCURR21(2) TPM_AMOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table THAS_AUTO_EQU_RECLASS_DISPLAY

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