I75TRM SAP () Structure details

Dictionary Type: Structure
Description:




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




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

I75TRM 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 "" 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_I75TRM TYPE I75TRM.

The I75TRM 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), VERDREGEL (Summarization Rule), BUKRS (Company Code), WYQ01S (Financial Transaction).. 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)


SAP I75TRM 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
VERDREGELSummarization Rule JBRVREGELCHAR8Assigned to domainJBRVREGELS_DE_JBRVREGEL
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
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 structure I75TRM using ABAP code?

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

How to access SAP table I75TRM

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