TRFS_CLASS_POS SAP (Treasury: Mapping Structure for TRF Class Position) Structure details

Dictionary Type: Structure
Description: Treasury: Mapping Structure for TRF Class Position




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




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

TRFS_CLASS_POS 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 "Treasury: Mapping Structure for TRF Class Position" 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_TRFS_CLASS_POS TYPE TRFS_CLASS_POS.

The TRFS_CLASS_POS table consists of various fields, each holding specific information or linking keys about Treasury: Mapping Structure for TRF Class Position data available in SAP. These include COMPANY_CODE (Company Code), CLASS_ID (Security ID Number), POSITION_ACCOUNT (Futures Account for Listed Options and Futures), POSITION_CURR (Position Currency).. 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: Can be enhanced (character-type or numeric)


SAP TRFS_CLASS_POS 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
OS_GUIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
CLASS_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TRFT_POS_ACCOUNTTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
POSITION_CURRPosition Currency TPM_POSITION_CURRCUKY5Assigned to domainWAERS
POSITION_CATPosition Category - Collective/Single Position TPM_QUAN_POS_CATCHAR1TPM_QUAN_POS_CAT
FLAG_MARGIN_RELIndicator, Whether Margin Payments Occur TPM_MARGIN_RELEVANTCHAR1TPM_MARGIN_RELEVANT
STOCK_EXCHANGEExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
RATE_TYPERate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
PRODUCT_CATEGORYProduct Category SANLFNUMC3Assigned to domainVVSANLF
ACC_ASS_REFAccount Assignment Reference in Financial Assets Management RREFKONTCHAR8Assigned to domainUSTRUKRE
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_DCRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
RATE_TYPE_OVMRate Type for Overnight Variation Margin TPM_RATE_TYPE_OVERNIGHT_MARGINCHAR2Assigned to domainVVSKURSARTRATETYPE_F4

Key field Non-key field



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

As TRFS_CLASS_POS 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 TRFS_CLASS_POS as there is no data to select.

How to access SAP table TRFS_CLASS_POS

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