T8JTPM SAP (Joint Venture Production Month Summary Data) Table details

Dictionary Type: Table
Description: Joint Venture Production Month Summary Data




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




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

T8JTPM is a standard SAP Table which is used to store Joint Venture Production Month Summary Data data and is available within R/3 SAP systems depending on the version and release level.

The T8JTPM table consists of various fields, each holding specific information or linking keys about Joint Venture Production Month Summary Data data available in SAP. These include RRCTY (Record Type), RVERS (Version), RYEAR (Fiscal year), ROBJNR (Object number for objects (account assignment elements)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T8JTPM 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
RCLNTClient MANDTCLNT3Assigned to domainMANDT
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3Assigned to domainALPHARVERSGVS
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
ROBJNRObject number for objects (account assignment elements) GOBJNR_RCHAR18OBJNR
COBJNRObject number for transaction attributes GOBJNR_CCHAR18OBJNR
SOBJNRObject number for transaction attributes GOBJNR_CCHAR18OBJNR
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
PRODPER JVA_PROD_MONTHACCP6BUPER
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
TSLATotal of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
HSLATotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
KSLATotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
HSLCTotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
KSLCTotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
MSLATotal of the transactions of period in units of measure MSLXXQUAN15(3) MENGV8
C_TSLATotal of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
C_HSLATotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
C_KSLATotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
C_HSLCTotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
C_KSLCTotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9

Key field Non-key field



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

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

SELECT SINGLE *
FROM T8JTPM
INTO CORRESPONDING FIELDS OF WA_T8JTPM
WHERE...

How to access SAP table T8JTPM

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