T8JVB15 SAP (JV Structure Billing TA Fields Table) Structure details

Dictionary Type: Structure
Description: JV Structure Billing TA Fields Table




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




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

T8JVB15 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "JV Structure Billing TA Fields Table" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_T8JVB15 TYPE T8JVB15.

The T8JVB15 table consists of various fields, each holding specific information or linking keys about JV Structure Billing TA Fields Table data available in SAP. These include PARTN (JV partner), KURSF (Exchange rate), BUDAT (Posting Date in the Document), SELECT (Selection Field).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T8JVB15 structure 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PARTNJV partner JV_PARTNCHAR10T8JOALPHAJV_PARTNKUN
KURSFExchange rate KURSFDEC9(5) EXCRTKURSF
BUDATPosting Date in the Document BUDATDATS8DATUM
SELECTSelection Field JV_SELCHAR1XFELD
BKTXTBilling header text JV_BKTXTCHAR25JV_TEXT25
WWERTTranslation Date WWERT_DDATS8DATUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
MONATFiscal Period MONATNUMC2MONAT
PRODPER JVA_PROD_MONTHACCP6BUPER
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
FUNDCURFunding currency JV_FUNDCURCUKY5T8JC2WAERSFWS
FCVALFunding Currency Amount JV_FCVALCURR17(2) WERTV9
LCVALLocal Currency Amount JV_LCVALCURR17(2) WERTV9
NOBNOJV Non-Operated Billing Number JV_NOBNOCHAR10T8J4CJV_NOBNO
NGTEXTJV Net or Gross Indicator Text JV_NGTEXTCHAR5JV_NGTEXT
NBTEXTJV Line Text for Non-Op Billing (Same as JV_DATA_ENTRY_TEXT) LTEXT_8J3DCHAR35TEXT35
VTEXTJoint Venture Text JV_LTEXTCHAR35JV_TEXT35
NBNETNet Input Only JV_NBNETCHAR1XFELD
NAME1Name NAME1CHAR30TEXT30
LTEXTJV Text43 JV_TEXT43CHAR43JV_TEXT43
UNAMEUser Name SYUNAMECHAR12SYCHAR12
SDATEDate DATUMDATS8DATUM
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
TOTAMTTotal Amount JV_TOTAMTCURR13(2) WERTV7
TOTTAXTotal Tax JV_TOTTAXCURR13(2) WERTV7
NETAMTFJV Net amount funding currency JV_NETAMTFCURR13(2) WERTV7
TAXAMTFTax invoice amount JV_TAXAMTFCURR13(2) WERTV7
TAMNTFJV tax amount in funding currency for header information JV_TAMNTFCURR13(2) WERTV7
EGRUPEquity group JV_EGROUPCHAR3T8JFALPHAJV_EGROUPGJE
EGTXTInvestment Group Description LTEXT_8JFCHAR35TEXT35
PROJNWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
HKONTG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
LAND1Country Key LAND1CHAR3T005LAND1LND
PAYMETHODPayment Method DZLSCHCHAR1T042ZZLSCH
PAYTERMTerms of Payment Key DZTERMCHAR4ZTERM
NOPSHARENon-Operated Share JV_NOSHAREDEC9(6) JV_SHARE
POSTFCVALnon-op billing actual funding currency posting amount JV_FCPVALCURR13(2) WERTV7
POSTUCVALnon-op billing actual user currency posting amount JV_UCPVALCURR13(2) WERTV7
USERCURUser Currency JV_USERCURCUKY5TCURCWAERS
FUC_RATEExchange rate of user currency to funding currency JV_FUCRATEDEC9(5) EXCRTKURSF
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
VYEARAcquisition year of the asset (manually changeable) VYEARNUMC4GJAHRGJAHR
VMNTHAsset Accounting: Acquis. month (in depreciation area) VMNTHNUMC3POPER
ASSETTYPEAsset Type ASSETTYPECHAR12CHAR12
ANLHTXTAsset main number text ANLHTXTCHAR50TEXT50
ASSETAMTNon-Operated Billing Asset line amount JV_ASSETVLCURR13(2) WERTV7
FLAGGeneral Flag FLAGCHAR1FLAG
ACQUISTVALAcquisition Value ACQUSITIONCURR13(2) WERTV7
BUDGETOld: Project number : No longer used --> PS_POSNR PROJNCHAR16PROJN
NETAMTLJV Net amount local currency JV_NETAMTLCURR13(2) WERTV7
LOCLCURLocal currency JV_LOCLCURCUKY5Assigned to domainWAERS
LCATXTJV text length of 20 JV_TEXT20CHAR22JV_TEXT20
LCTXTJV text length of 20 JV_TEXT20CHAR22JV_TEXT20
TRX_AMOUNTJV General Billing Amount in transaction currency JV_AMOUNTCURR13(2) WERTV7

Key field Non-key field



How do I retrieve data from SAP structure T8JVB15 using ABAP code?

As T8JVB15 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on T8JVB15 as there is no data to select.

How to access SAP table T8JVB15

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