TJP_VAL_DATA SAP (Valuation Template for Unit Costs Transfer) Table details

Dictionary Type: Table
Description: Valuation Template for Unit Costs Transfer




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




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

TJP_VAL_DATA is a standard SAP Table which is used to store Valuation Template for Unit Costs Transfer data and is available within R/3 SAP systems depending on the version and release level.

The TJP_VAL_DATA table consists of various fields, each holding specific information or linking keys about Valuation Template for Unit Costs Transfer data available in SAP. These include MTART (Material Type), MATKL (Material Group), BUKRS (Company Code), WERKS (Plant).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP TJP_VAL_DATA 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 MANDTCLNT3Assigned to domainMANDT
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
VPRSVPrice control indicator VPRSVCHAR1VPRSV
PEINHPrice Unit PEINHDEC5PACK3
BKLASValuation Class BKLASCHAR4Assigned to domainBKLAS
BWTTYValuation Category BWTTY_DCHAR1Assigned to domainBWTTY
XLIFOLIFO/FIFO-Relevant XLIFOCHAR1LIFO_FIFO

Key field Non-key field



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

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

SELECT SINGLE *
FROM TJP_VAL_DATA
INTO CORRESPONDING FIELDS OF WA_TJP_VAL_DATA
WHERE...

How to access SAP table TJP_VAL_DATA

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