I73TRM SAP () Table details

Dictionary Type: Table
Description:




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




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

I73TRM is a standard SAP Table which is used to store data and is available within R/3 SAP systems depending on the version and release level.

The I73TRM table consists of various fields, each holding specific information or linking keys about data available in SAP. These include OBJNR (Object number for financial transactions), WYQ01S (Financial Transaction), WYQ02S (Contract Number), WYQ03S (Security ID Number).. 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)


SAP I73TRM 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
OBJNRObject number for financial transactions JBOBJNRCHAR22ONR00J_OBJNR
WYQ01SFinancial Transaction TB_RFHACHAR13VTBFHAALPHAT_RFHAFANVTBA
WYQ02SContract Number RANLCHAR13ALPHARANLRAN
WYQ03SSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
WYQ04SSecurities Account VRLDEPOCHAR10TWD01RLDEPODEP
WYQ05SContract Type RANTYPCHAR1RANTYP
WYQ06SProduct Category SANLFNUMC3TZAFVVSANLF
WYQ07SProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
WYQ08SPosition Currency/Transaction Currency TB_BWHRCUKY5TCURCWAERS
WYQ09SCurrency Borrowing/Sale FTI_WGSCH1CUKY5TCURCWAERS
WYQ10SCurrency Investment/Purchase FTI_WGSCH2CUKY5TCURCWAERS
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
WYQ11STrader RDEALERCHAR12TZDEARDEALER
WYQ12SBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
WYQ13SIndustry sector BU_INDSECTCHAR10TB023BU_INDSECTH_TB023
WYQ14SCountry Key LAND1CHAR3T005LAND1LND
WYQ15SRating BP_RATINGCHAR3TP06BP_RATING
WYQ16SFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TRFT_POS_ACCOUNTTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
WYQ17SHedge Indicator AFWCH_FLG_HEDGECHAR1AFWCH_FLG_HEDGE
WYCURCurrency Key WAERS_CURCCUKY5TCURCWAERSFWS
RMBEWREGValuation Rule JBRBEWREG_CHAR8JBRBEWREGJBRBEWREG
WYQ30Organization Relationship BP_COMP_RECHAR1BP_COMP_RE
WYQ31Organisation INT/EXT JRMC_WYQ31CHAR3I8100JRMC_WYQ31
MERKMCharacteristics TB_MERKMCHAR25CHAR25
WYQ34Commodity ID TRCO_COMM_IDCHAR18TPM_CTY_IDCOMMODITY_IDF4_CTY_ID_CORE
WYQ35Commodity In JRMC_WYQ35CHAR18CHAR18
WYQ36Commodity Out JRMC_WYQ36CHAR18CHAR18

Key field Non-key field



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

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

SELECT SINGLE *
FROM I73TRM
INTO CORRESPONDING FIELDS OF WA_I73TRM
WHERE...

How to access SAP table I73TRM

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