I791TRM SAP () Table details

Dictionary Type: Table
Description:




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




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

I791TRM 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 I791TRM table consists of various fields, each holding specific information or linking keys about data available in SAP. These include KEYDATE (Key Date in Results Databases), RECORDNR (Single Record Number in Results Databases), VERDREGEL (Summarization Rule), BUKRS (Company Code).. 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: Not classified


SAP I791TRM 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
KEYDATEKey Date in Results Databases RDB_KEYDATEDATS8
RECORDNRSingle Record Number in Results Databases RDB_RECNRCHAR16
VERDREGELSummarization Rule JBRVREGELCHAR8JBRVREGJBRVREGELS_DE_JBRVREGEL
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_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 table I791TRM using ABAP code

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

SELECT SINGLE *
FROM I791TRM
INTO CORRESPONDING FIELDS OF WA_I791TRM
WHERE...

How to access SAP table I791TRM

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