/TRMKR/SEC_DATA SAP (FWZZ Master Data Additional Fields) Table details

Dictionary Type: Table
Description: FWZZ Master Data Additional Fields




ABAP Code to SELECT data from /TRMKR/SEC_DATA
Related tables to /TRMKR/SEC_DATA
Access table /TRMKR/SEC_DATA




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

/TRMKR/SEC_DATA is a standard SAP Table which is used to store FWZZ Master Data Additional Fields data and is available within R/3 SAP systems depending on the version and release level.

The /TRMKR/SEC_DATA table consists of various fields, each holding specific information or linking keys about FWZZ Master Data Additional Fields data available in SAP. These include SECURITY_ID (Security ID Number), INT_PAYM_RULE (Interest Payment Rule), INT_ROUND_RULE (Interest Rounding Rule), INT_DUE_DAT_RULE (Interest Due Date Rule).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /TRMKR/SEC_DATA table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
INT_PAYM_RULEInterest Payment Rule /TRMKR/INT_PAYM_RULECHAR2/TRMKR/INT_PAYM_RULE
INT_ROUND_RULEInterest Rounding Rule /TRMKR/INT_ROUND_RULECHAR1/TRMKR/INT_ROUND_RULE
INT_DUE_DAT_RULEInterest Due Date Rule /TRMKR/INT_DUE_DATE_RULECHAR1/TRMKR/INT_DUE_DATE_RULE
INT_BEFORE_ISSUEInterest Before Issuing /TRMKR/INT_BEFORE_ISSUECHAR1/TRMKR/INT_BEFORE_ISSUE
INT_PAYM_ISSUERInterest Payment at Issuer's Fiscal Year End Date /TRMKR/INT_PAYM_ISSUERCHAR1/TRMKR/INT_PAYM_ISSUER
TAXATIONTaxation /TRMKR/TAXATIONCHAR1/TRMKR/TAXATION
YEARS_1ST_REPAYYears to First Repayment /TRMKR/REPAYM_YEARSNUMC3
MONTHS_1ST_REPAYMonths to First Repayment /TRMKR/REPAYM_MONTHSNUMC2
DAYS_1ST_REPAYDays to First Repayment /TRMKR/REPAYM_DAYSNUMC2
NUM_INSTALLMENTSNumber of Installments /TRMKR/NUM_INSTALLMENTSNUMC3
REPAYMENT_RATERepayment Rate for CB /TRMKR/REPAYM_RATEDEC10(7)
FLOAT_RATE_REFFloating Interest Rate: Reference Rate /TRMKR/FLOAT_RATE_REFDEC10(7)
FLOAT_RAT_SPREADFloating Interest Rate: Spread /TRMKR/FLOAT_RATE_SPREADDEC10(7) /TRMKR/FLOAT_RATE_REF

Key field Non-key field



How do I retrieve data from SAP table /TRMKR/SEC_DATA using ABAP code

The following ABAP code Example will allow you to do a basic selection on /TRMKR/SEC_DATA to SELECT all data from the table
DATA: WA_/TRMKR/SEC_DATA TYPE /TRMKR/SEC_DATA.

SELECT SINGLE *
FROM /TRMKR/SEC_DATA
INTO CORRESPONDING FIELDS OF WA_/TRMKR/SEC_DATA
WHERE...

How to access SAP table /TRMKR/SEC_DATA

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