T8J01 SAP (Supplemental detail sets) Table details

Dictionary Type: Table
Description: Supplemental detail sets




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




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

T8J01 is a standard SAP Table which is used to store Supplemental detail sets data and is available within R/3 SAP systems depending on the version and release level.

The T8J01 table consists of various fields, each holding specific information or linking keys about Supplemental detail sets data available in SAP. These include BSTRUCT (JV Billing Structure), SDS (Supplemental detail set for JV billing), FTTYPE (JV Form Type Indicator), BLV11 (Billing level (new SDS)).. 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 = T8J02


SAP T8J01 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_BILLSTRCHAR4T8JSJV_BILLSTR
SDSSupplemental detail set for JV billing JV_SDSCHAR4JV_SDS
FTTYPEJV Form Type Indicator JV_FTTYPECHAR2T8J0VJV_FTTYPE
BLV11Billing level (new SDS) JV_BL11CHAR5JV_BIL_SDS
BLV12Billing level (new document header) JV_BL12CHAR5JV_BIL_SDS
BLV13Billing level (end of document line) JV_BL13CHAR5JV_BIL_SDS
BLV14Billing level (end of document header) JV_BL14CHAR5JV_BIL_SDS
BLV15Billing level (end of SDS) JV_BL15CHAR5JV_BIL_SDS
BLV21Billing level (new SDS) JV_BL11CHAR5JV_BIL_SDS
BLV22Billing level (new document header) JV_BL12CHAR5JV_BIL_SDS
BLV23Billing level (end of document line) JV_BL13CHAR5JV_BIL_SDS
BLV24Billing level (end of document header) JV_BL14CHAR5JV_BIL_SDS
BLV25Billing level (end of SDS) JV_BL15CHAR5JV_BIL_SDS
BLV31Billing level (new SDS) JV_BL11CHAR5JV_BIL_SDS
BLV32Billing level (new document header) JV_BL12CHAR5JV_BIL_SDS
BLV33Billing level (end of document line) JV_BL13CHAR5JV_BIL_SDS
BLV34Billing level (end of document header) JV_BL14CHAR5JV_BIL_SDS
BLV35Billing level (end of SDS) JV_BL15CHAR5JV_BIL_SDS
PR_ORDPrint order for supplemental detail JV_PORDCHAR1JV_PORD
BLV16Billing level (new material) JV_BL16CHAR5JV_BIL_SDS
BLV17Billing level (end of material) JV_BL17CHAR5JV_BIL_SDS
BLV26Billing level (new material) JV_BL16CHAR5JV_BIL_SDS
BLV27Billing level (end of material) JV_BL17CHAR5JV_BIL_SDS
DRV_HDRJV Supplemental Driver - INV/EXP Driver level (Header) JV_SUP_HDRCHAR5JV_EDI_BIL
DRV_PIDJV Supplemental Driver - INV/EXP Line Item level JV_SUP_PIDCHAR5JV_EDI_BIL
DRV_MATJV Supplemental Driver - EXP Material level JV_SUP_MATCHAR5JV_EDI_BIL

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8J01
INTO CORRESPONDING FIELDS OF WA_T8J01
WHERE...

How to access SAP table T8J01

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