TPMT_DEDOC_LOTPO SAP (Derivatives Document: Document Item Per Lot) Table details

Dictionary Type: Table
Description: Derivatives Document: Document Item Per Lot




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




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

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

The TPMT_DEDOC_LOTPO table consists of various fields, each holding specific information or linking keys about Derivatives Document: Document Item Per Lot data available in SAP. These include BUKRS (Company Code), RDOCNRINT (Internal document number of derivatives document), RPOSNR (Item in a derivatives document), RLOT (Single position number for TR position management).. 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_LOTPO 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_POSALPHATPM_DEDOC_RDOCNRINT
RPOSNRItem in a derivatives document TPM_DEDOC_RPOSNRNUMC5TPMT_DEDOC_POSNUM5
RLOTSingle position number for TR position management TPM_RLOTNUMC10TPMT_LOT_HEADERTPM_RLOT
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
SNWHRCurrency of nominal amount SNWHRCUKY5TCURCWAERS
BNWHRNominal amount BNWHRCURR13(2) WERTV7
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

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPMT_DEDOC_LOTPO
INTO CORRESPONDING FIELDS OF WA_TPMT_DEDOC_LOTPO
WHERE...

How to access SAP table TPMT_DEDOC_LOTPO

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