VALC_RPVAL_PROC SAP (OLD! TR: Definition - Price Valuation Procedures) Table details

Dictionary Type: Table
Description: OLD! TR: Definition - Price Valuation Procedures




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




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

VALC_RPVAL_PROC is a standard SAP Table which is used to store OLD! TR: Definition - Price Valuation Procedures data and is available within R/3 SAP systems depending on the version and release level.

The VALC_RPVAL_PROC table consists of various fields, each holding specific information or linking keys about OLD! TR: Definition - Price Valuation Procedures data available in SAP. These include RPVAL_PROC (OLD! Rate/Price Valuation Procedure), RATE_CATEGORY (Exchange Rate Type), NUMBER_OF_STEPS (OLD! Indicator - One or Two-Step Price Valuation), ONE_STEP_DOWN (OLD! One-Step, Write-Down Rule).. 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)

Text table = VALC_RPVALPROC_T


SAP VALC_RPVAL_PROC 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
RPVAL_PROCOLD! Rate/Price Valuation Procedure TPM_RATE_PRICE_VAL_PROCCHAR4TPM_RATE_PRICE_VAL_PROC
RATE_CATEGORYExchange Rate Type KURST_CURRCHAR4Assigned to domainKURST
NUMBER_OF_STEPSOLD! Indicator - One or Two-Step Price Valuation TPM_NUMBER_OF_STEPSCHAR1TPM_NUMBER_OF_STEPS
ONE_STEP_DOWNOLD! One-Step, Write-Down Rule TPM_ONE_STEP_DOWNCHAR1TPM_ONE_STEP_DOWN
ONE_STEP_UPOLD! One-Step, Write-Up Rule TPM_ONE_STEP_UPCHAR1TPM_ONE_STEP_UP
TWO_STEP_ORDEROLD! Sequence in Two-Step Rate Valuation TPM_TWO_STEP_ORDERCHAR1TPM_TWO_STEP_ORDER
TWO_STEP_DOWN1OLD! Two-Step, Write-Down Rule Relating to Security Price TPM_TWO_STEP_DOWN1CHAR1TPM_TWO_STEP_DOWN1
TWO_STEP_UP1OLD! Two-Step, Write-Up Rule Relating to Security Price TPM_TWO_STEP_UP1CHAR1TPM_TWO_STEP_UP1
TWO_STEP_DOWN2OLD! Two-Step, Write-Down Rule Relating to Forex Rates TPM_TWO_STEP_DOWN2CHAR1TPM_TWO_STEP_DOWN2
TWO_STEP_UP2OLD! Two-Step, Write-Up Rule Relating to Forex Rate TPM_TWO_STEP_UP2CHAR1TPM_TWO_STEP_UP2
RESOLVE_TIIndicator: Clear Gains/Losses TPM_PARTITIONCHAR1XFELD
RESOLVE_FEIndicator: Clear Gains/Losses TPM_PARTITIONCHAR1XFELD
PRICE_TYPESecurity Price Type VVSKURSARTCHAR2TW56VVSKURSART
CV_TYPEPrice/NPV Type for OTC Transactions TV_OKUARTCHAR3ATVOKT_OKUART
FLG_COSTSWrite Off Costs Fully TPM_COSTSCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM VALC_RPVAL_PROC
INTO CORRESPONDING FIELDS OF WA_VALC_RPVAL_PROC
WHERE...

How to access SAP table VALC_RPVAL_PROC

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