T8JU SAP (Joint Operating Agreement) Table details

Dictionary Type: Table
Description: Joint Operating Agreement




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




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

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

The T8JU table consists of various fields, each holding specific information or linking keys about Joint Operating Agreement data available in SAP. These include BUKRS (Company Code), JOA (Joint Operating Agreement), CONTRACT (JV Contract Number), PAYSET (Set of Accounts to Which Payroll Burden Clearing Applies).. 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

Text table = T8JUT


SAP T8JU 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
JOAJoint Operating Agreement JV_JOACHAR6ALPHAJV_JOAJVJ
CONTRACTJV Contract Number JV_CONTRACCHAR24ALPHAJV_CONTRAC
PAYSETSet of Accounts to Which Payroll Burden Clearing Applies JV_PAYSETCHAR24SETNAME
DFPAY% Drilling Payroll Burden in U.S. JV_DFPAYDEC5(2) DEC3_2
NDPAYNon-Drilling % to Apply for U.S. Payroll Burden Clearing JV_NDPAYDEC5(2) DEC3_2
XSETCONSet of Accounts to Exclude from Construction Overhead Calc. JV_XSETCONCHAR24SETNAME
XSETCATSet of Accounts to Exclude from Catastrophe Overhead Calc. JV_XSETCATCHAR24SETNAME
CONRULEConstruction Overhead Rule JV_CONRULECHAR6T8J8BJV_STEPRUL
CATRULECatastrophe Overhead Rule JV_CATRULECHAR6T8J8BJV_STEPRUL
PER1Percent 1 (% Producing U.S., % Regular Canada) (JVA) JV_PER1DEC5(2) DEC3_2
XPER1Exclusion Set of Accounts - Percent 1 (JVA) JV_XPER1CHAR24SETNAME
PER2Percent 2 (% Development U.S., % Special Canada) (JVA) JV_PER2DEC5(2) DEC3_2
XPER2Exclusion Set of Accounts - Percent 2 (JVA) JV_XPER2CHAR24SETNAME
EXPRULEExploration Overhead Rule JV_EXPRULECHAR6T8J8BJV_STEPRUL
DRLRULEDrilling Overhead Rule JV_DRLRULECHAR6T8J8BJV_STEPRUL
XSETCAPSet of Accounts to Exclude from Capital Overhead Calc. JV_XSETCAPCHAR24SETNAME
OFFCCOverhead Offset Cost Centre - JV JV_OFFCCCHAR10CSKSALPHAKOSTL
JOAPRTHPerform Producing Well Threshold Calculation at JOA Level JV_JOAPRTHCHAR1XFELD
RECDOCRecurring Document Number - JV overheads JV_RECDOCCHAR10ALPHABELNR
FLATRATEFlat Rate - JV overheads JV_FLATRATCURR13(2) WERT7
ESCALEscalatable JV_ESCALCHAR1XFELD
ACLASSJoint operating agreement class JV_ACLASSCHAR2T8J9FJV_ACLASS
CRUSERUser who Created JV_CRUSERCHAR12UNAME
CRTIMETime Created JV_CRTIMECHAR8ZEITE
CRDATEDate Created JV_CRDATEDATS8DATUM
CHUSERUser who Last Changed JV_CHUSERCHAR12UNAME
CHTIMETime Last Changed JV_CHTIMECHAR8ZEITE
CHDATEDate Last Changed JV_CHDATEDATS8DATUM
NONCOMPNon-compulsory benefits rate for payroll burden clearing JV_NONCOMPDEC5(2) DEC3_2
DRILLPCalculate Drilling Days using prior period. JV_DRILLPCHAR1XFELD
ALLWBSCalculate all WBS elements for overhead JV_ALLWBSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8JU
INTO CORRESPONDING FIELDS OF WA_T8JU
WHERE...

How to access SAP table T8JU

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