OIJ_RU_TREXP_ALV SAP (Transportation Expenses ALV) Structure details

Dictionary Type: Structure
Description: Transportation Expenses ALV




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




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

OIJ_RU_TREXP_ALV 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 "Transportation Expenses ALV" 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_OIJ_RU_TREXP_ALV TYPE OIJ_RU_TREXP_ALV.

The OIJ_RU_TREXP_ALV table consists of various fields, each holding specific information or linking keys about Transportation Expenses ALV data available in SAP. These include ICON (Status of Item), BELNR (Document Number of an Invoice Document), GJAHR (Fiscal Year), BUZEI (Document Item in Invoice Document).. 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 OIJ_RU_TREXP_ALV 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
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
ICONStatus of Item OIJ_RU_TREXP_ICONCHAR30ICONNAME
BELNRDocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LIFNRDifferent Invoicing Party LIFRECHAR10Assigned to domainALPHALIFNRLRE
LIFNR_NAMEName 1 AD_NAME1CHAR40TEXT40
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
NETWRNet Value in Document Currency NETWRCURR15(2) WERTV8
RMWWRGross invoice amount in document currency RMWWRCURR13(2) WERT7
FWSTETax amount in document currency WMWSTCURR13(2) WERT7
MWSKZTax on sales/purchases code MWSKZCHAR2Assigned to domainMWSKZ
SGTXTItem Text SGTXTCHAR50TEXT50
EBELNPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SERVICECarrier Service Code OIJ_RU_CARR_SERVICECHAR3CHAR03
EXTTKTNRExternal Ticket Number OIJ_RU_EXTTKTNRCHAR10CHAR10
NOMTKNomination Key for Dispatching OIJ_RU_TREXP_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
NOMITNomination Item for Dispatching OIJ_RU_TREXP_NOMITNUMC10Assigned to domainOIJ_ITEM
TICKET_KEYOIL-TSW: Ticket key OIJ_EL_TKT_KEYCHAR20ALPHAOIJ_EL_TKT_KEY
TICKET_VERSIONOIL-TSW: Ticket version OIJ_EL_TKT_VERSIONNUMC3OIJ_EL_TKT_VERSIONOIJ_TKT_VERS
SO_VBELNSales Document VBELN_VACHAR10Assigned to domainALPHAVBELNAUN
SO_POSNRSales Document Item POSNR_VANUMC6Assigned to domainPOSNRAPO
SO_KUNNRPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
SO_KUNNR_NAMEName 1 AD_NAME1CHAR40TEXT40
SO_NOMTKNomination Key for Sold-to Location OIJ_RU_TREXP_SO_NOMTKCHAR20Assigned to domainALPHAOIJ_NOMTK
SO_NOMITNomination Item for Sold-to Location OIJ_RU_TREXP_SO_NOMITNUMC10Assigned to domainOIJ_ITEM
EXP_KBETRRate of Apportioning Expenses OIJ_RU_EXP_RATECURR11(2) WERTV6
EXP_KOEINUnit of Apportioning Rate OIJ_RU_EXP_KOEINCUKY5KOEIN
EXP_KOEI1Rate unit (currency, sales unit, or %) KOEINCUKY5KOEIN
EXP_WRBTRAmount of Apportioned Expenses in Document Currency OIJ_RU_EXP_WRBTRCURR15(2) WERTV8
LOG_MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
LOG_MSGNRMessage Number SYMSGNONUMC3SYMSGNO
LOG_MSGTEXTMessage Text OIJ_MSGCHAR255MSSMSG
LOG_MSGVMessage Variable SYMSGVCHAR50SYCHAR50
LOG_LONGT_ICONApplication Log: Message long text icon BALILONGTCHAR30TEXT30
CO_BELNRDocument Number for Cost Distribution OIJ_RU_TREXP_CO_BELNRCHAR10ALPHABELNR
CO_GJAHRFiscal Year for Cost Distribution Document OIJ_RU_TREXP_CO_GJAHRNUMC4GJAHRGJAHR
FI_BELNRDocument Number for Posting to Customer OIJ_RU_TREXP_FI_BELNRCHAR10ALPHABELNR
FI_GJAHRFiscal Year for Customer Document OIJ_RU_TREXP_FI_GJAHRNUMC4GJAHRGJAHR

Key field Non-key field



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

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

How to access SAP table OIJ_RU_TREXP_ALV

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