TERTINERKO SAP (Header Information for Executing Security Rights) Table details

Dictionary Type: Table
Description: Header Information for Executing Security Rights




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




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

TERTINERKO is a standard SAP Table which is used to store Header Information for Executing Security Rights data and is available within R/3 SAP systems depending on the version and release level.

The TERTINERKO table consists of various fields, each holding specific information or linking keys about Header Information for Executing Security Rights data available in SAP. These include ERNR (ID number of exercised right), DEPOT (Securities Account), RIGHTTYPE (Rights category of an executable right), RIGHTNUMBER (ID number of executable right).. 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 TERTINERKO 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
ERNRID number of exercised right TER_HEADNUMBERCHAR13ALPHATER_RIGHTNUMBER
DEPOTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
RIGHTTYPERights category of an executable right TER_RIGHTTYPENUMC2TER_RIGHTTYPE
RIGHTNUMBERID number of executable right TER_RIGHTNUMBERCHAR13ALPHATER_RIGHTNUMBER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DATUMKey date for exercising rights TER_SDATUMDATS8DATUM
RANLID number of exercised securities right TER_EXECRANLCHAR13Assigned to domainALPHAWP_RANL
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5Assigned to domainWAERS
EXERCISETYPEIndicator: Option Category SOPTTYPNUMC1SOPTTYP
SETTLEMENTOption Settlement Indicator SVERROPTNUMC1SVERROPT
EXPIREExpiration of a right TER_EXPIRENUMC1TER_EXPIRE
STATUSStatus of executed right TER_STATUS_HEADNUMC1TER_STATUS_HEAD
RANL1ID number of reference security of an executable right TER_RANLCHAR13Assigned to domainALPHAWP_RANLRAN
RANL2ID number of reference security of an executable right TER_RANLCHAR13Assigned to domainALPHAWP_RANLRAN
INDEXTYPESecurities Index IDXCHAR10CHAR10
INDEXVALUEIndex value IDXSTANDDEC15(6) VVPKTKUR
RATE_RANLPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
RATE_RANL1Price of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
RATE_RANL2Price of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
WAERS_RANLCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS_RANL1Currency Key WAERSCUKY5Assigned to domainWAERSFWS
WAERS_RANL2Currency Key WAERSCUKY5Assigned to domainWAERSFWS
EXRATE1Exchange rate KURSFDEC9(5) EXCRTKURSF
EXRATE2Exchange rate KURSFDEC9(5) EXCRTKURSF
EXRATE3Exchange rate KURSFDEC9(5) EXCRTKURSF
CURR1_FROMCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR1_TOCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR2_TOCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR2_FROMCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR3_TOCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURR3_FROMCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10

Key field Non-key field



How do I retrieve data from SAP table TERTINERKO using ABAP code

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

SELECT SINGLE *
FROM TERTINERKO
INTO CORRESPONDING FIELDS OF WA_TERTINERKO
WHERE...

How to access SAP table TERTINERKO

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