PROFT_COST_VAL SAP (Data of Purchase Value Change Profile) Table details

Dictionary Type: Table
Description: Data of Purchase Value Change Profile




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




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

PROFT_COST_VAL is a standard SAP Table which is used to store Data of Purchase Value Change Profile data and is available within R/3 SAP systems depending on the version and release level.

The PROFT_COST_VAL table consists of various fields, each holding specific information or linking keys about Data of Purchase Value Change Profile data available in SAP. These include PROF_COST_VAL (Cost Value Change Profile), ACT_VALUE_ONLY (Activate Value-Only Materials), PR_TO_PR_RISE (Adjust Cost Value), PR_TO_PRO_RISE (Adjust Cost Value).. 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: Cannot Be Enhanced

Text table = PROF_COST_VALT


SAP PROFT_COST_VAL 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 MANDTCLNT3T000MANDT
PROF_COST_VALCost Value Change Profile PROF_COST_VALCHAR4ALPHAPROF_COST_VAL
ACT_VALUE_ONLYActivate Value-Only Materials ACTIVATE_VALUE_ONLYCHAR1XFELD
PR_TO_PR_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PR_TO_PRO_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PR_TO_MAN_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PR_TO_UNK_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_PR_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_PRO_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_MAN_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_UNK_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_PR_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_PRO_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_MAN_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_UNK_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_PR_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_PRO_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_MAN_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_UNK_RISEAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PR_TO_PR_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PR_TO_PRO_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PR_TO_MAN_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PR_TO_UNK_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_PR_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_PRO_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_MAN_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
PRO_TO_UNK_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_PR_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_PRO_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_MAN_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
MAN_TO_UNK_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_PR_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_PRO_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_MAN_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE
UNK_TO_UNK_FALLAdjust Cost Value AFFECTING_COST_VALCHAR1COST_VAL_AFFECT_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM PROFT_COST_VAL
INTO CORRESPONDING FIELDS OF WA_PROFT_COST_VAL
WHERE...

How to access SAP table PROFT_COST_VAL

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