T8JIX SAP (JV index table) Table details

Dictionary Type: Table
Description: JV index table




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




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

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

The T8JIX table consists of various fields, each holding specific information or linking keys about JV index table data available in SAP. These include JV_REC (Record number of the line item record), POPER (Posting period), RYEAR (Fiscal Year), RBUKRS (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 T8JIX 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
RCLNTClient MANDTCLNT3T000MANDT
JV_RECRecord number of the line item record GU_RECIDCHAR18OBJNROBN
POPERPosting period POPERNUMC3POPERPOPR
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RBUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RJVNAMJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
REGROUEquity group JV_EGROUPCHAR3T8JFALPHAJV_EGROUPGJE
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RBUSABusiness Area GSBERCHAR4TGSBGSBERGSB
RCNTRCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
RORDNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
RPROJKWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8PRPSKONPRPS_POSNR
RPRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
RANLN1Main Asset Number ANLN1CHAR12ANLHALPHAANLN1AN1
RANLN2Asset Subnumber ANLN2CHAR4ANLAALPHAANLN2AN2
RANBWAAsset Transaction Type ANBWACHAR3TABWBWASL
RRECINRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
RPARTNPartner account number JV_PARTCHAR10KNA1ALPHAKUNNR
RKOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
JIBCLJIB/JIBE Class JV_JIBCLCHAR3T8J6AJV_JIBCLJIB
JIBSAJIB/JIBE Subclass A JV_JIBSACHAR5T8J6CJV_JIBSAJBS
JIBSBJV Subclass B JV_JIBSBCHAR24T8J6EJV_JIBSB
BILLCODEJV Billing code JV_BILLCOCHAR3CHAR3
CEINDIndicator: Capital JV_CEINDCHAR1XFELD
TANGINDJV Tangible/Intangible Indicator JV_TANGICHAR1JV_TANGI
AFENUMObject J_OBJNREXTCHAR22OBJEXJ_OBJNREXTONR
SDS_COSupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
SDS_ACCSupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
SDS_RISupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8JIX
INTO CORRESPONDING FIELDS OF WA_T8JIX
WHERE...

How to access SAP table T8JIX

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