TPMT_DEPAL_FLOWS SAP (Listed Futures: Price Gain Records) Table details

Dictionary Type: Table
Description: Listed Futures: Price Gain Records




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




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

TPMT_DEPAL_FLOWS is a standard SAP Table which is used to store Listed Futures: Price Gain Records data and is available within R/3 SAP systems depending on the version and release level.

The TPMT_DEPAL_FLOWS table consists of various fields, each holding specific information or linking keys about Listed Futures: Price Gain Records data available in SAP. These include BUKRS (Company Code), RLOT (Single position number for TR position management), DERF (First Entered on), TERF (Time of Initial Entry).. 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_DEPAL_FLOWS 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
RLOTSingle position number for TR position management TPM_RLOTNUMC10TPM_RLOT
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
RFLOWTransaction data key: Consecutive number VVNTRANSNUMC4NUMC4
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
SBEWARTFlow Type SBEWARTCHAR4Assigned to domainSBEWART
RANTYPContract Type RANTYPCHAR1RANTYP
STRDOCSTATTR posting status of derivatives document TPM_DEDOC_POSTINGSTATECHAR1TPM_DEDOC_POSTINGSTATE
DBESTANDPosition value date DBESTANDDATS8DATUM
SSTORNOReversal indicator SSTORNOCHAR1SSTORNO
SSTOGRDReason for Reversal SSTOGRDCHAR2Assigned to domainSSTOGRD
PMCATPosition management category derivatives TPM_DE_PM_CATEGORYCHAR4TPM_DE_PM_CATEGORY
RDOCNRINTInternal document number of derivatives document TPM_DEDOC_RDOCNRINTCHAR15ALPHATPM_DEDOC_RDOCNRINT
RERFEntered by RERFCHAR12SYCHAR12
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
OBJNR_REFObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
BCWHRSettlement Amount BCWHRCURR13(2) WERTV7
SCWHRSettlement Currency SCWHRCUKY5Assigned to domainWAERS
BBWHRAmount in position currency BBWHRCURR13(2) WERTV7
SBWHRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
BHWHRAmount in local currency BHWHRCURR13(2) WERTV7
SHWHRLocal currency SHWHRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPMT_DEPAL_FLOWS
INTO CORRESPONDING FIELDS OF WA_TPMT_DEPAL_FLOWS
WHERE...

How to access SAP table TPMT_DEPAL_FLOWS

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