RTP_US_RMD SAP (Required minimum distribution) Table details

Dictionary Type: Table
Description: Required minimum distribution




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




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

RTP_US_RMD is a standard SAP Table which is used to store Required minimum distribution data and is available within R/3 SAP systems depending on the version and release level.

The RTP_US_RMD table consists of various fields, each holding specific information or linking keys about Required minimum distribution data available in SAP. These include BKKRS (Bank Area), PLAN_NUMBER (Plan number of a retirement plan), TAX_YEAR (Tax-year), LIFE_EXP (Divisor).. 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: Not classified


SAP RTP_US_RMD 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
CLIENTClient MANDTCLNT3T000MANDT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
PLAN_NUMBERPlan number of a retirement plan RTP_US_NUMBCHAR15RTP_US_PLANALPHARTP_US_NUMBRTPN
TAX_YEARTax-year RTP_US_TAXYEARNUMC4RTP_US_DATE_YEAR
LIFE_EXPDivisor RTP_US_DIVISORDEC5(2) RTP_US_DIVISOR
SEL_LIFE_CALCSelection life expectancy calculation (singel/joint) RTP_US_SEL_LIFE_CALCCHAR2RTP_US_LIFE_CALC
RECALCULATIONIndication recalculate (Y/N)? RTP_US_XIND_RECALCCHAR1RTP_US_XIND
RMDAmount of the Required Minimum Distribution RTP_US_RMD_AMOUNTCURR17(2) RTP_US_AMOUNT
CURRENCYCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

SELECT SINGLE *
FROM RTP_US_RMD
INTO CORRESPONDING FIELDS OF WA_RTP_US_RMD
WHERE...

How to access SAP table RTP_US_RMD

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