T8JS SAP (Billing Structures) Table details

Dictionary Type: Table
Description: Billing Structures




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




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

T8JS is a standard SAP Table which is used to store Billing Structures data and is available within R/3 SAP systems depending on the version and release level.

The T8JS table consists of various fields, each holding specific information or linking keys about Billing Structures data available in SAP. These include BSTRUCT (JV Billing Structure), INT_US (Joint Venture Region), FL_JIBCL (Flag - Selection of JIB Class), FL_JIBSA (Flag - Selection of JIB Subclass A).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = T8JST


SAP T8JS 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
BSTRUCTJV Billing Structure JV_BILLSTRCHAR4JV_BILLSTR
INT_USJoint Venture Region JV_INTERCHAR1JV_INTER
FL_JIBCLFlag - Selection of JIB Class JV_FLJIBCLCHAR1XFELD
FL_JIBSAFlag - Selection of JIB Subclass A JV_FLJIBSACHAR1XFELD
FL_JIBSBFlag - Selection of JIB Subclass B JV_FLJIBSBCHAR1XFELD
FL_CEINDFlag - Selection of Capex/Opex Flag JV_FLCEINDCHAR1XFELD
FL_AFEINFlag - Selection of AFE/non-AFE Indicator JV_FLAFEINCHAR1XFELD
FL_AFENMFlag - Selection of AFE/non-AFE JV_FLAFENMCHAR1XFELD
FL_COBJTFlag - Selection of Cost Objects JV_FLCOBJTCHAR1XFELD
FL_ACCNTFlag - Selection of Accounts JV_FLACCNTCHAR1XFELD
FL_TANGIFlag - Selection of Tangible/Other Flag JV_FLTANGICHAR1XFELD
FL_SUPPLFlag - Selection of Supplemental Detail Flag JV_FLSUPPLCHAR1XFELD
INVLEVELJoint Venture Invoice Level JV_INVLVLCHAR1JV_INVLVL
EDI_COBJTJV EDI Cost Object Detail JV_EDCOBJTCHAR1XFELD
PROP_EGJV Equity Group in Property Indicator JV_PROP_EGCHAR1XFELD
PROP_COMPJV Component Identifier JV_COMPONCHAR15Assigned to domainJV_COMPON
CAP_DERIJV Capital derivation from JIBE master JV_CAP_DERCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8JS
INTO CORRESPONDING FIELDS OF WA_T8JS
WHERE...

How to access SAP table T8JS

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