RDPT_SET SAP (Quantity of Redemption Schedules) Table details

Dictionary Type: Table
Description: Quantity of Redemption Schedules




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




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

RDPT_SET is a standard SAP Table which is used to store Quantity of Redemption Schedules data and is available within R/3 SAP systems depending on the version and release level.

The RDPT_SET table consists of various fields, each holding specific information or linking keys about Quantity of Redemption Schedules data available in SAP. These include SET_KEY (Key), SECURITY_ID (Security ID Number), GSART (Product Type), SET_NAME (Redemption Schedule Set).. 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: Cannot Be Enhanced


SAP RDPT_SET 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
SET_KEYKey TBSK_SYSTEM_KEYINT410
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
GSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SET_NAMERedemption Schedule Set RDPT_SET_NAMECHAR15RDPT_T_SET_NAMERDPT_SET_NAMERDPT_SET_NAMERDPT_F4_SET
SET_TEXTLong Text for Redemption Schedule Set RDPT_SET_TEXTCHAR60XLBEZ
FIRST_REDEMPTIONDate of First Redemption RDPT_FIRST_REDEMPTIONDATS8
LAST_REDEMPTIONDate of Last Redemption RDPT_LAST_REDEMPTIONDATS8
PERIOD_LENGTHCycle RDPT_SET_TFMARHYNUMC3NUMC3
PERIOD_TYPEPeriod Indicator for Shelf Life Expiration Date DATTPCHAR1PERKZDATTPH_PERDKZ
ROUNDING_RULERounding Rule RDPT_RDMHDCHAR1RDMHD
PERIOD_LENGTH_PBCycle TFMARHYNUMC3NUMC3
PERIOD_TYPE_PBPeriod Indicator for Shelf Life Expiration Date DATTPCHAR1PERKZDATTPH_PERDKZ
ROUNDING_RULE_PBRounding Rule RDPT_RDMHDCHAR1RDMHD
SET_TYPEClass for Redemption Schedule Set RDPT_SET_TYPECHAR5RDPT_T_SET_TYPERDPT_SET_TYPERDPT_F4_SET_TYPE
CALENDARFactory calendar SKALIDCHAR2TFACDWFCIDH_TFACD
DUE_CALENDA_RULEShift due date to working day VVSFWERKNUMC1T_SWERK
CALC_INCLUSIVEInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
ROUND_TYPERounding Category TFM_SROUNDCHAR1TFM_SROUND
ENTER_MODEEntry Type for Factors RDPT_ENTER_MODECHAR1RDPT_ENTER_MODE
NUM_OF_DECNumber of Relevant Decimal Places for Repayment Factor RDPT_NUM_OF_DECINT13RDPT_NUM_OF_DEC
AVTAGENumber of Days RDPT_SET_TFMATAGE2NUMC2NUMC2
AVTAGEVZPlus and Minus Operators RDPT_SET_TFMSPLUSMICHAR1TFMSPLUSMI
REPAYMENT_CURRPayment Currency RDPT_SET_PAYMENT_CURRCUKY5TCURCWAERS
WAC_ORIGWeighted Average Coupon on Date of Issue Original RDPT_SET_WAC_ORIGDEC10(7) DECV3_7
NET_ORIGNet Interest Original RDPT_SET_NET_ORIGDEC10(7) DECV3_7
WAM_ORIGWeighted Average Maturity at the Date of Issue RDPT_SET_WAM_ORIGNUMC4RDPT_MONTHS
CURR_VALUECurrent Face Amount RDPT_SET_CURR_VALUECURR21(2) TPM_AMOUNT
CALC_METHODPrepayment Calculation Method RDPT_SET_CALC_METHODCHAR3RDPT_SET_CALC_METHOD
CALC_STARTStart Date RDPT_SET_CALC_STARTDATS8
FAIPrepayment Speed Interval RDPT_SET_FAINUMC2RDPT_SET_FAI
USE_ICTInterest Condition Template RDPT_INT_TEMPCHAR1RDPT_INT_TEMP
DFAELLDue date DFAELLDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM RDPT_SET
INTO CORRESPONDING FIELDS OF WA_RDPT_SET
WHERE...

How to access SAP table RDPT_SET

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