TRGS_DETAILED_AMORT_LOG SAP (Detailed Amortization Log) Structure details

Dictionary Type: Structure
Description: Detailed Amortization Log




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




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

TRGS_DETAILED_AMORT_LOG 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 "Detailed Amortization Log" 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_TRGS_DETAILED_AMORT_LOG TYPE TRGS_DETAILED_AMORT_LOG.

The TRGS_DETAILED_AMORT_LOG table consists of various fields, each holding specific information or linking keys about Detailed Amortization Log data available in SAP. These include COMPANY_CODE (Company Code), PRODUCT_TYPE (Product Type), SECURITY_ACCOUNT (Securities Account), SECURITY_ID (Security ID 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 TRGS_DETAILED_AMORT_LOG 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
PORTFOLIOPortfolio as Differentiation Characteristic TPM_PORTFOLIO_DIFFCHAR10Assigned to domainRPORTB
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
AMORT_PROCProcedure for a Step TPM_STEP_PROCEDURECHAR4Assigned to domainTPM_STEP_PROCEDURE
AMORT_PROC_TEXTName of Procedure for a Step TPM_STEP_PROCEDURE_TEXTCHAR60TPM_DESCRIPTION
POS_ID2 byte integer (signed) INT2INT25INT2
AMORT_KEY_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
EFF_INT_RATEField of type FLTP FLOATFLTP16(16) FLTP
EFF_INT_RATE_PRVField of type FLTP FLOATFLTP16(16) FLTP
INT_CALC_METHOD30 Characters CHAR30CHAR30CHAR30
LAST_AMORT_DATECharacter Field Length = 10 CHAR10CHAR10CHAR10
NOMINAL_AMNTNominal amount TFM_BNWHRCURR23(2) TFM_WRTV12
AMORT_ACQ_VALForeign Currency Amount TFM_BWHR2CURR23(2) TFM_WRTV12
TAB_AMRT_LOG 0
TOTAL_NPVAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
TOTAL_NPV_PRVAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
TOTAL_SAC_REL_VALAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
TOTAL_SAC_REL_VAL_PRVAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
ACCRUED_INTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
FLOW_AMOUNTAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
FLOW_AMOUNT_PRVAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
CURRENCYCurrency of foreign currency amount TFM_SWHRCUKY5Assigned to domainTFM_WAERS
EFF_INT_SACTreatment of Effect. Interest Rate for Amort. Acc. to SAC TPM_EFF_INTEREST_SACNUMC1TPM_EFF_INTEREST_SAC
TAB_AMRT_LOG_PRV 0
AMORT_PLAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
LAST_AMORT_AQU_VALUEAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT
AMORT_TOTALAmount (Position Currency) TPM_POSITION_AMTCURR21(2) TPM_AMOUNT

Key field Non-key field



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

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

How to access SAP table TRGS_DETAILED_AMORT_LOG

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