TPMS_VAMA SAP (Structure for Calculating the Variation Margin) Structure details

Dictionary Type: Structure
Description: Structure for Calculating the Variation Margin




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




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

TPMS_VAMA is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Calculating the Variation Margin" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TPMS_VAMA TYPE TPMS_VAMA.

The TPMS_VAMA table consists of various fields, each holding specific information or linking keys about Structure for Calculating the Variation Margin data available in SAP. These include MANDT (Client), BUKRS (Company Code), RLOT (Single position number for TR position management), RLDEPO (Securities Account).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TPMS_VAMA structure 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
LOT 0
MANDTClient MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
RLOTSingle position number for TR position management TPM_RLOTNUMC10TPM_RLOT
RLDEPOSecurities Account VRLDEPOCHAR10RLDEPODEP
RANLSecurity ID Number VVRANLWCHAR13ALPHAWP_RANLRANSECURITY_F4
OBJNRObject number J_OBJNRCHAR22J_OBJNRONR
DBESTANDPosition value date DBESTANDDATS8DATUM
TBESTANDPosition Value Time for TR Position Management TPM_TBESTANDTIMS6UZEIT
DPOSTAXDate for ยง6b EstG relevant postings DBEST6BDATS8DATUM
SLOTCATEGORYLong/short ID for single position TPM_SLOTCATEGORYCHAR1TPM_SLOTCATEGORY
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNWHRNominal amount BNWHRCURR13(2) WERTV7
SNWHRCurrency of nominal amount SNWHRCUKY5WAERS
SDELETEDeletion Indicator TPM_SDELETECHAR1TPM_SDELETE
RERFEntered by RERFCHAR12SYCHAR12
DERFFirst Entered on DERFDATS8DATUM
TERFTime of Initial Entry TERFTIMS6TIMES
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
DBEARLast Edited on DBEARDATS8DATUM
TBEARLast Edited at TBEARTIMS6TIMES
RBHEREditing Source RBHERCHAR10CHAR10
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
TBW 0
A_NUMBER_OF_SHARESNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
W_LOCAL_CURRENCYLocal currency SHWHRCUKY5WAERS
W_FOREIGN_CURRENCYPosition Currency (Currency of Position Amount) SBWHRCUKY5WAERS
B_AQUSITION_VALUE_LOCALContract value upon purchase (local currency) B_AQUSITION_VALUE_LOCALCURR15(2) WERTV8_TR
B_AQUSITION_VALUE_FOREIGNContract value upon purchase (position currency) B_AQUSITION_VALUE_FOREIGNCURR15(2) WERTV8_TR
B_VARIATION_MARGIN_LOCALVariation margin (local currency) B_VARIATION_MARGIN_LOCALCURR15(2) WERTV8_TR
B_VARIATION_MARGIN_FOREIGNVariation margin (position currency) B_VARIATION_MARGIN_FOREIGNCURR15(2) WERTV8_TR
B_BOOK_VALUE_LOCALBook value of forward transaction (local currency) B_BOOK_VALUE_LOCALCURR15(2) WERTV8_TR
B_BOOK_VALUE_FOREIGNBook value of forward transaction (position currency) B_BOOK_VALUE_FOREIGNCURR15(2) WERTV8_TR
TICKTick in percentage points TI_PPTICKDEC10(7) DECV3_7
TICKWERTTick Value TPM_BWTICK_FINEDEC13(7) DEC13_7
KURSPrice of Unit- or Percentage-Quoted Security VVPKTKURDEC15(6) VVPKTKUR
BMARGINPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
TBW_NEUPayment amount in payment currency TB_BZBETRCURR13(2) WERTV7
ASTUECK_ASSIGNEDNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
SNOTTYPEQuotation type option/future TI_NOTTYPECHAR1T_NOTTYPE
SANLFProduct Category SANLFNUMC3Assigned to domainVVSANLF
GSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
REPKEIssuer Identity Key REPKE_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REWHRIssue currency REWHRCUKY5Assigned to domainWAERS
RNWHRNominal currency RNWHRCUKY5Assigned to domainWAERS
DVERFALLExpiration date for forward exchange transactions DVERFALLDATS8DATUM
BNOMSNominal value BNOMSCURR13(2) BWHR
FLAG_LONG_SHORTIndicator: Long or Short Position TPM_FLAG_LONG_SHORTCHAR1TPM_FLAG_LONG_SHORT
RREFKONTAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8Assigned to domainUSTRUKRE
SEVERITYError severity(' ',W(arning),E(rror),A(bnormal termination)) ERRORTYPCHAR1SEVERITY
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
AGApplication Area ARBGBCHAR20Assigned to domainARBGBMAG
MSGNRMessage number MSGNRCHAR3Assigned to domainMSGNR
VAR1Message Variable SYMSGVCHAR50SYCHAR50
VAR2Message Variable SYMSGVCHAR50SYCHAR50
VAR3Message Variable SYMSGVCHAR50SYCHAR50
VAR4Message Variable SYMSGVCHAR50SYCHAR50

Key field Non-key field



How do I retrieve data from SAP structure TPMS_VAMA using ABAP code?

As TPMS_VAMA is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TPMS_VAMA as there is no data to select.

How to access SAP table TPMS_VAMA

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