RDPR SAP (Rounding profile) Table details

Dictionary Type: Table
Description: Rounding profile




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




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

RDPR is a standard SAP Table which is used to store Rounding profile data and is available within R/3 SAP systems depending on the version and release level.

The RDPR table consists of various fields, each holding specific information or linking keys about Rounding profile data available in SAP. These include WERKS (Plant), RDPRF (Rounding Profile), RDZAE (Level in the rounding profile), BDMNG (Threshold value for the rounding profile).. 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 = RDTX


SAP RDPR 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
RDPRFRounding Profile RDPRFCHAR4RDPRF
RDZAELevel in the rounding profile RDZAENUMC6NUMC6
BDMNGThreshold value for the rounding profile BEDMGQUAN13(3) MENG13
VORMGRounding value according to rounding profile VORMGQUAN13(3) MENG13
RDMPORounding off method for rounding up/down items RDMPOCHAR1RDMPO
RDRGLRounding rule RDRGLCHAR2TW06SRDRGL
CHKMELIIndicator: check allowed unit of measure for vendor CHKMELICHAR1XFLAG
CHKMEKUIndicator: Check allowed unit of measure for recipient CHKMEKUCHAR1XFLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM RDPR
INTO CORRESPONDING FIELDS OF WA_RDPR
WHERE...

How to access SAP table RDPR

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