T8J4H SAP (Non-Op saved bills - Detail Info (for holding bills)) Table details

Dictionary Type: Table
Description: Non-Op saved bills - Detail Info (for holding bills)




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




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

T8J4H is a standard SAP Table which is used to store Non-Op saved bills - Detail Info (for holding bills) data and is available within R/3 SAP systems depending on the version and release level.

The T8J4H table consists of various fields, each holding specific information or linking keys about Non-Op saved bills - Detail Info (for holding bills) data available in SAP. These include BUKRS (Company Code), NOBNO (JV Non-Operated Billing Number), VNAME (Joint Venture), EGRUP (Equity group).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP T8J4H 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
NOBNOJV Non-Operated Billing Number JV_NONOP_BILL_NOCHAR10T8J4GJV_NONOP_BILL_NO
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
EGRUPEquity group JV_EGROUPCHAR3T8JFALPHAJV_EGROUPGJE
LINE_NUMBERLine number in the Non-Operated Billing Form JV_LINE_NUMBERNUMC4NUM4
DATAKEYA hierarchical path to get to an object (data) in a hierachy JV_DATAKEYCHAR60CHAR60
NOPSHARENon-Operated Share JV_NOSHAREDEC9(6) JV_SHARE
NBFORMATJoint Venture Non-billing Form JV_NBFORMCHAR4Assigned to domainJV_NBFORM
NET_TAXFunding Currency Amount JV_FCVALCURR17(2) WERTV9
GROSS_TAXFunding Currency Amount JV_FCVALCURR17(2) WERTV9
PAYTERMSTerms of Payment Key JV_PAYMENT_TERMCHAR4ZTERM
PAYMETHODJV Payment Method JV_PAYMENT_METHODCHAR1Assigned to domainZLSCH
LINE_LEVELLevel of a line in a form JV_LINE_LEVELNUMC2LD_HLEVEL
SUMMIDJV Summary Id JV_SUMMIDCHAR6JV_SUMMID
LINEIDJV Line Id JV_LINEIDCHAR6Assigned to domainJV_LINEID
LTEXTText in current line JV_LINE_TEXTCHAR41CHAR41
LTYPEType of line in a form JV_LINE_TYPECHAR1JV_LINE_TYPE
PROJNProject Number JV_PROJNNUMC8PRPSABPSPPS_POSNR
KOSTLJV Cost Center JV_COSTCTRCHAR10CSKSALPHAKOSTL
AUFNRJV order number JV_ORDNRCHAR12AUFKALPHAAUFNR
SUBITEMNon-operated Billing Cost Object Subitem JV_SUBITEMNUMC1JV_SUBITEM
HKONTJV Account Number JV_ACCOUNTCHAR10SKA1ALPHASAKNR
ASSETJV Asset Line Indicator JV_ASSETCHAR1XFELD
ASSETRNJV Asset Transaction Type JV_ASSETRNCHAR3Assigned to domainBWASL
ASSETCDAsset Transaction Code JV_ASSETCDNUMC1NUM1
INVNTRYJV Inventory Line Indicator JV_INVNTRYCHAR1XFELD
FCVAL_NETFunding Currency Amount JV_FCVALCURR17(2) WERTV9
LCVAL_NETLocal Currency Amount JV_LCVALCURR17(2) WERTV9
FCVAL_GROSSFunding Currency Amount JV_FCVALCURR17(2) WERTV9
LCVAL_GROSSLocal Currency Amount JV_LCVALCURR17(2) WERTV9
TOTAL_POINTERA pointer that points to current line's total line JV_TOTAL_POINTERINT410SYST_LONG
NBNETNet Input Only JV_NBNETCHAR1XFELD
HIGHLITEJV Highlite Indicator JV_HILITECHAR1XFELD
PAGEBPage Break Indicator JV_PAGE_BRK_INDCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8J4H
INTO CORRESPONDING FIELDS OF WA_T8J4H
WHERE...

How to access SAP table T8J4H

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