TPMT_DEDOC_POS SAP (Derivatives Document: Document Item) Table details

Dictionary Type: Table
Description: Derivatives Document: Document Item




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




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

TPMT_DEDOC_POS is a standard SAP Table which is used to store Derivatives Document: Document Item data and is available within R/3 SAP systems depending on the version and release level.

The TPMT_DEDOC_POS table consists of various fields, each holding specific information or linking keys about Derivatives Document: Document Item data available in SAP. These include BUKRS (Company Code), RDOCNRINT (Internal document number of derivatives document), RPOSNR (Item in a derivatives document), ASTUECK (Number of units for unit-quoted securities).. 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 TPMT_DEDOC_POS 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 MANDTCLNT3T000MANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RDOCNRINTInternal document number of derivatives document TPM_DEDOC_RDOCNRINTCHAR15TPMT_DEDOC_HDRALPHATPM_DEDOC_RDOCNRINT
RPOSNRItem in a derivatives document TPM_DEDOC_RPOSNRNUMC5NUM5
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
SNWHRCurrency of nominal amount SNWHRCUKY5TCURCWAERS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
LOT_CATCategory of a transaction for lot management TPM_DEAL_LOT_CATEGORYCHAR1TPM_DEAL_LOT_CATEGORY
SCWHRSettlement Currency SCWHRCUKY5TCURCWAERS
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5TCURCWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SHWHRLocal currency SHWHRCUKY5TCURCWAERS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
DBESTANDPosition value date DBESTANDDATS8DATUM
PM_CATPosition management category derivatives TPM_DE_PM_CATEGORYCHAR4TPM_DE_PM_CATEGORY
RREFKONTAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8T037SUSTRUKRE
RANTYP_RREFKONTContract Type RANTYPCHAR1RANTYP
SBEWARTFlow Type SBEWARTCHAR4TZB0ASBEWART
RANTYP_SBEWARTContract Type RANTYPCHAR1RANTYP
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
DDISPOPayment Date DDISPODATS8DATUM
TRSEDOCNR1Document number of security posting document TRSEDOCNRCHAR10VWPOSTDOCTRSEDOCNR
TRSEGJAHR1Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR
TRSEDOCNR2Document number of security posting document TRSEDOCNRCHAR10VWPOSTDOCTRSEDOCNR
TRSEGJAHR2Fiscal Year GJAHRNUMC4GJAHRGJAHRGJR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPMT_DEDOC_POS
INTO CORRESPONDING FIELDS OF WA_TPMT_DEDOC_POS
WHERE...

How to access SAP table TPMT_DEDOC_POS

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