TRLS_MAINTAIN_TRANS_REVAL SAP (Structure for Maintenance of Transfer Table Position Values) Structure details

Dictionary Type: Structure
Description: Structure for Maintenance of Transfer Table Position Values




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




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

TRLS_MAINTAIN_TRANS_REVAL 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 for Maintenance of Transfer Table Position Values" 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_TRLS_MAINTAIN_TRANS_REVAL TYPE TRLS_MAINTAIN_TRANS_REVAL.

The TRLS_MAINTAIN_TRANS_REVAL table consists of various fields, each holding specific information or linking keys about Structure for Maintenance of Transfer Table Position Values data available in SAP. These include BUKRS (Company Code), RANL (Security ID Number), RLDEPO (Securities Account), NEVAL (Four-digit number).. 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 TRLS_MAINTAIN_TRANS_REVAL 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
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
NEVALFour-digit number NUM4NUMC4NUM04
BKAUFDELTAWRAcquisition Value Delta in Position Currency BKAUFDELTAWRCURR15(2) WERTV8_TR
BKAUFDELTAHWAcquisition Value Delta in Local Currency BKAUFDELTAHWCURR15(2) WERTV8_TR
BKOSTWRCapitalized incid.costs acquisition value in pos. currency BKOSTWRCURR15(2) WERTV8_TR
BKOSTHWCapitalized incid.costs acquisition value in local currency BKOSTHWCURR15(2) WERTV8_TR
BWPBWWRPrice valuation in position currency VVBWPBWWRCURR15(2) WERTV8_TR
BWPBWHWPrice valuation in local currency VVBWPBWHWCURR15(2) WERTV8_TR
BFWBWHWForeign exchange valuation in local currency VVBFWBWHWCURR15(2) WERTV8_TR
BKOBWWRValuation of capitalized costs from price in pos. currency VVBKOBWWRCURR15(2) WERTV8_TR
BKOBWHWValuation of capitalized costs from price in local currency VVBKOBWHWCURR15(2) WERTV8_TR
BKOFBHWForex valuation of capitalized costs in local currency VVBKOFBHWCURR15(2) WERTV8_TR
BAMT1WRPosition amortization (position currency) FPM_AMT1_WRCURR15(2) WERTV8_TR
BAMT1HWPosition amortization (local currency) FPM_AMT1_HWCURR15(2) WERTV8_TR
BAMT3WRPremium/discount (position currency) FPM_AMT3_WRCURR15(2) WERTV8_TR
BAMT3HWPremium/discount (local currency) FPM_AMT3_HWCURR15(2) WERTV8_TR

Key field Non-key field



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

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

How to access SAP table TRLS_MAINTAIN_TRANS_REVAL

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