T8JVB03 SAP (JV Expenditure Detail Rpt.) Structure details

Dictionary Type: Structure
Description: JV Expenditure Detail Rpt.




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




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

T8JVB03 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 Expenditure Detail Rpt." 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_T8JVB03 TYPE T8JVB03.

The T8JVB03 table consists of various fields, each holding specific information or linking keys about JV Expenditure Detail Rpt. data available in SAP. These include FYEAR (Fiscal Year), PERIOD (Fiscal Period), CEIND (Indicator: Capital), JIBCL (JIB/JIBE Class).. 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: Can be enhanced (character-type or numeric)


SAP T8JVB03 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
FUNDCURRFunding currency JV_FUNDCURCUKY5TCURCWAERSFWS
FYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIODFiscal Period MONATNUMC2MONAT
CEINDIndicator: Capital JV_CEINDCHAR1XFELD
JIBCLJIB/JIBE Class JV_JIBCLCHAR3T8J6AJV_JIBCLJIB
JIBSAJIB/JIBE Subclass A JV_JIBSACHAR5T8J6CJV_JIBSAJBS
JIBSBJV Subclass B JV_JIBSBCHAR24T8J6EJV_JIBSB
BILLCODEJV Billing code JV_BILLCOCHAR3CHAR3
CCENTRECost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PROJECTJV Project JV_PROJNUMC8PRPSABPSPPS_POSNR
ORDEROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
NPLNRNetwork Number for Account Assignment NPLNRCHAR12Assigned to domainALPHAAUFNRNET
AUFPLTask list number for operations in order AUFPL_CHNUMC10AUFPL
APLZLGeneral counter for order APLZL_CHNUMC8Assigned to domainCO_APLZL
SDS_COSupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
ORSDS_COSupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
KOSTL_SDSCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PROJ_SDSJV Project JV_PROJNUMC8Assigned to domainABPSPPS_POSNR
ORDER_SDSOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
ACCOUNTAccount Number RACCTCHAR10SKA1ALPHASAKNRACC
SDS_ACCSupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
ORSDS_ACCSupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
ACC_SDSAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
SDS_RISupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
ORSDS_RISupplemental detail set for JV billing JV_SDSCHAR4Assigned to domainJV_SDS
RI_SDSRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
TANGINDJV Tangible/Intangible Indicator JV_TANGICHAR1JV_TANGI
AFEINDJV AFE Indicator JV_AFEINDCHAR1XFELD
AFENUMAFE (authorization for expenditure) JV_AFENUMCHAR22OBJEXJ_OBJNREXT
PARTNPartner account number JV_PARTCHAR10KNA1ALPHAKUNNR
PROJ_SUPJV Project JV_PROJNUMC8Assigned to domainABPSPPS_POSNR
PRODPER JVA_PROD_MONTHACCP6BUPER
LOCALCURRCurrency key of the local currency LCURRCUKY5TCURCWAERSGLC
ETYPEEquity type JV_ETYPECHAR3Assigned to domainALPHAJV_ETYPE
KSL1_CURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
HSL2_CURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
KSL2_CURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
FCMAMTJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
FYDAMTJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
FIDAMTJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
LCMAMTJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
LYDAMTJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
LIDAMTJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
KSL1_PTDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
KSL1_YTDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
KSL1_ITDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
HSL2_PTDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
HSL2_YTDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
HSL2_ITDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
KSL2_PTDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
KSL2_YTDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9
KSL2_ITDJoint Venture Period Amount JV_PER_AMTCURR17(2) WERTV9

Key field Non-key field



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

As T8JVB03 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 T8JVB03 as there is no data to select.

How to access SAP table T8JVB03

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