RDPTS_SET_ABS_MBS SAP (ABS/MBS Redemption Set Attributes) Structure details

Dictionary Type: Structure
Description: ABS/MBS Redemption Set Attributes




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




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

RDPTS_SET_ABS_MBS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "ABS/MBS Redemption Set Attributes" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RDPTS_SET_ABS_MBS TYPE RDPTS_SET_ABS_MBS.

The RDPTS_SET_ABS_MBS table consists of various fields, each holding specific information or linking keys about ABS/MBS Redemption Set Attributes data available in SAP. These include NET_ORIG (Net Interest Original), WAM_ORIG (Weighted Average Maturity at the Date of Issue), CURR_VALUE (Current Face Amount), CALC_METHOD (Prepayment Calculation Method).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP RDPTS_SET_ABS_MBS structure 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
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

Key field Non-key field



How do I retrieve data from SAP structure RDPTS_SET_ABS_MBS using ABAP code?

As RDPTS_SET_ABS_MBS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RDPTS_SET_ABS_MBS as there is no data to select.

How to access SAP table RDPTS_SET_ABS_MBS

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