TRDTT_POS_SEC SAP (Position Information for Securities) Table details

Dictionary Type: Table
Description: Position Information for Securities




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




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

TRDTT_POS_SEC is a standard SAP Table which is used to store Position Information for Securities data and is available within R/3 SAP systems depending on the version and release level.

The TRDTT_POS_SEC table consists of various fields, each holding specific information or linking keys about Position Information for Securities data available in SAP. These include COMPANY_CODE (Company Code), VALUATION_AREA (Valuation Area), COM_VAL_CLASS (General Valuation Class), 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRDTT_POS_SEC 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4TRGC_COM_VALCLTPM_COM_VAL_CLASSCVC
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
ACTIVE_PASSIVEIndicator: Assets/Liabilities Position TPM_ACTIVE_PASSIVECHAR1TPM_ACTIVE_PASSIVE
POS_MAN_PROCPosition Management Procedure TPM_POS_MAN_PROCCHAR4TRGC_PM_PROCTPM_POS_MAN_PROC
SBILKBalance Sheet Indicator SBILKCHAR2TW11SBILK
SKWG14NEUPosition grouping acc. Para 14 GBA (Sec. and loans) VVSKWG14CHAR2VVSKWG14
AA_REFAccount Assignment Reference of Position Management TPM_AA_REFCHAR12Assigned to domainTPM_AA_REFTRAC_AA_REF

Key field Non-key field



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

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

SELECT SINGLE *
FROM TRDTT_POS_SEC
INTO CORRESPONDING FIELDS OF WA_TRDTT_POS_SEC
WHERE...

How to access SAP table TRDTT_POS_SEC

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