T8JVC01 SAP (Dynpro Table for SAPMJVC1) Structure details

Dictionary Type: Structure
Description: Dynpro Table for SAPMJVC1




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




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

T8JVC01 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 "Dynpro Table for SAPMJVC1" 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_T8JVC01 TYPE T8JVC01.

The T8JVC01 table consists of various fields, each holding specific information or linking keys about Dynpro Table for SAPMJVC1 data available in SAP. These include PARTN (Partner account number), EDATE (Effective Date), BUDAT (Posting Date in the Document), MONAT (Fiscal Period).. 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: Not classified


SAP T8JVC01 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
PARTNPartner account number JV_PARTCHAR10KNA1ALPHAKUNNR
EDATEEffective Date JV_EDATEDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
MONATFiscal Period MONATNUMC2MONAT
SELECTSelection Field JV_SELCHAR1XFELD
VNAMEJoint Venture JV_NAMECHAR6T8JVALPHAJV_NAMEJVV
EGRUPEquity group JV_EGROUPCHAR3T8JFALPHAJV_EGROUPGJE
PROJNProject Number JV_PROJNNUMC8PRPSABPSPPS_POSNR
ETEXTInvestment Type Description LTEXT_8JECHAR35TEXT35
FUNDCURFunding currency JV_FUNDCURCUKY5T8JC2WAERSFWS
FCVALJV Fund Currency JV_FCVAL2CURR13(2) WERT7
LCVALLocal Currency Amount JV_LCVAL2CURR13(2) WERT7
FCVAL1Funding Currency Amount Detail JV_FCVAL1CURR13(2) WERTV7
LCVAL1Local Currency Amount Detail JV_LCVAL1CURR13(2) WERTV7
TCVALTotal Currency Amount JV_TCVAL2CURR17(2) WERTV9
TFVALJV Fund Cur JV_TFVALLCURR19(2) WERTV10
BATCHJV Cash Call Batch Number JV_BATCHNCHAR10T8J4AJV_BATCHN
UNAMEUser Name SYUNAMECHAR12SYCHAR12
SDATEJV date of record save JV_SDATECHAR10JV_SDATE
BLKEDJV Blocked JV_BLKEDCHAR1JV_BLKED
SUSPJV Suspended JV_SUSPCHAR1XFELD
MODIFYJV Modify JV_MODIFYCHAR1XFELD
BTEXTCash Call Description LTEXT_8JE2CHAR35TEXT35
ANREDJV Anrede JV_ANRED1CHAR15CHAR15
POS_POMProc. operational month for Cash Call Transaction(online) JV_CCPOMCHAR6CHAR06
DEF_POMProc. operational month for Cash Call Transaction(online) JV_CCPOMCHAR6CHAR06
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
ZFBDTBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
XBLNRReference Document Number XBLNR1CHAR16XBLNR1

Key field Non-key field



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

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

How to access SAP table T8JVC01

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