FVW6_0100 SAP (Quantity of Redemption Schedules) Structure details

Dictionary Type: Structure
Description: Quantity of Redemption Schedules




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




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

FVW6_0100 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 "Quantity of Redemption Schedules" 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_FVW6_0100 TYPE FVW6_0100.

The FVW6_0100 table consists of various fields, each holding specific information or linking keys about Quantity of Redemption Schedules data available in SAP. These include MANDT (Client), SET_KEY (Key), SECURITY_ID (Security ID Number), GSART (Product Type).. 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 FVW6_0100 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
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
NUMBER_OF_SCHEDULESNumber of Redemption Schedules in Redemption Schedule Set RDPT_NUMBER_OF_SCHEDULESINT410
NUM_OF_REDEMPTNumber of Redemptions RDPT_NUMBER_OF_REDEMPTIONSINT410
REPAYMENT_DATEPayment Date RDPT_REPAYMENT_DATEDATS8
CALC_INCLUSIVEXInclusive indicator VVWSINCLCHAR1XFELD
ACTIVE_SET_TEXTActive Redemption Schedule Set RDPT_ACTIVE_SET_TEXTCHAR26
SET_CURRENCYCurrency of Redemption Schedule Set RDPT_SET_CURRENCYCUKY5TCURCWAERS

Key field Non-key field



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

As FVW6_0100 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 FVW6_0100 as there is no data to select.

How to access SAP table FVW6_0100

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