TPMTVMFL SAP (Position management variation margin flows at sec. account) Table details

Dictionary Type: Table
Description: Position management variation margin flows at sec. account




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




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

TPMTVMFL is a standard SAP Table which is used to store Position management variation margin flows at sec. account data and is available within R/3 SAP systems depending on the version and release level.

The TPMTVMFL table consists of various fields, each holding specific information or linking keys about Position management variation margin flows at sec. account data available in SAP. These include BUKRS (Company Code), RLOT (Single position number for TR position management), DSTICH (Valuation key date: Margin variation), DCRDAT (Entered On).. 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 TPMTVMFL 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
DSTICHValuation key date: Margin variation TPM_DSTICHDATS8DATS
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_CRTIMCHAR6TIME06
RFLOWSequential number variation margin flow TPM_VAMA_FLOW_NRNUMC4TPM_LFDNR
RANLSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
SFHAZBAFlow Type TB_SFHAZBACHAR4TZB0ASBEWART
RANTYPContract Type RANTYPCHAR1RANTYP
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
STRDOCSTATTR posting status of derivatives document TPM_DEDOC_POSTINGSTATECHAR1TPM_DEDOC_POSTINGSTATE
DZTERMPayment or Delivery Date TB_DZTERMDATS8DATUMT33
BZBETRPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
WZBETRPayment Currency TB_WZBETRCUKY5TCURCWAERS
BHWBETRPayment Amount in Local Currency TB_HWBETRCURR13(2) WERTV7
WHWCURRLocal currency SHWHRCUKY5TCURCWAERS
DBESTANDPosition value date DBESTANDDATS8DATUM
BBWBETRAmount in position currency BBWHRCURR13(2) WERTV7
WBWCURRPosition Currency (Currency of Position Amount) SBWHRCUKY5TCURCWAERS
PMCATPosition management category derivatives TPM_DE_PM_CATEGORYCHAR4TPM_DE_PM_CATEGORY
RTRBELNRInternal document number of derivatives document TPM_DEDOC_RDOCNRINTCHAR15ALPHATPM_DEDOC_RDOCNRINT
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPMTVMFL
INTO CORRESPONDING FIELDS OF WA_TPMTVMFL
WHERE...

How to access SAP table TPMTVMFL

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