BAPI1074_RED_COND SAP (Redemption Schedule Condition) Structure details

Dictionary Type: Structure
Description: Redemption Schedule Condition




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




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

BAPI1074_RED_COND 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 "Redemption Schedule Condition" 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_BAPI1074_RED_COND TYPE BAPI1074_RED_COND.

The BAPI1074_RED_COND table consists of various fields, each holding specific information or linking keys about Redemption Schedule Condition data available in SAP. These include REDEMPTION_KEY (Redemption Key), CONDITION_TYPE (Condition Type (Smallest Subdivision of Condition Records)), VALID_FROM (Condition Item Valid From), CONDITION_FORM (Condition Form).. 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 BAPI1074_RED_COND 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
SCHEDULE_KEYRedemption Schedule Key RDPT_SCHEDULE_KEYINT410
REDEMPTION_KEYRedemption Key RDPT_REDEMPTION_KEYINT410
CONDITION_TYPECondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
VALID_FROMCondition Item Valid From DGUEL_KPDATS8DATUM
CONDITION_FORMCondition Form JNULLKONCHAR1SKONDF
CONDITION_AMOUNTCondition Item Currency Amount BAPIBKONDDEC23(4) BAPICURR
CURRENCYCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
REF_INTEREST_RATEReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
REF_SIGN+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
PERCENTAGE_RATEPercentage rate for condition items PKONDDEC10(7) DECV3_7
INTEREST_CALC_METHODInterest Calculation Method TB_SZBMETHCHAR1SZBMETH
CALC_DATECalculation Date DVALUTDATS8DATUM
CALC_MONTH_ENDMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
CALC_INCLUSIVInclusive indicator for calculation date TFMJSINCLCHAR1TFMSINCL
CALC_CALENDAR_RULEShift calculation date to working day VVSVWERKNUMC1T_SWERK
CALC_DETERMINE_METHODMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
CALC_DATE_RELATEDIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
DUE_DATEDue date DFAELLDATS8DATUM
DUE_MONTH_ENDMonth-End Indicator for Due Date SFULTCHAR1VVSULT
DUE_INCLUSIVInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
DUE_CALENDAR_RULEShift due date to working day VVSFWERKNUMC1T_SWERK
DUE_DETERMINE_METHODMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
DUE_DATE_RELATEDIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
CALENDAR2Calendar ID 2 (valid in connection with calendar ID 1) VVSKALID2CHAR2Assigned to domainWFCID
INTEREST_CALCULATION_EXPONENTExponential Interest Calculation TB_JZINSRECHAR1XFELD
SETTLE_FREQUENCY_EXPONENTIALInterest Settlement Frequency for Exponential Interest Calc. TFM_AMMRHYZVNUMC2TFM_AMMRHYZV
INTEREST_CALCULATION_CALENDARInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
PAYMENT_RATEPayment Rate TFM_PPAYMENTDEC11(7) TFM_PPAYMENT
ROUNDING_TYPERounding Category TFM_SROUNDCHAR1TFM_SROUND
ROUND_UNITRounding Unit for Amounts TFMBRUNITDEC13(7) TFMSRUNIT
ROUNDUNIT_BASECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CALC_BASE_AMOUNTCalculation Base Amount BAPIBBASISDEC23(4) BAPICURR
BASE_REFCalculation base reference VVSBASISCHAR4Assigned to domainVVSBASIS
FIXINGIndicator for fixing calculation base TFMSBASFIXNUMC1TFMSBASFIX
AMOUNTCondition amount independent of currency VVKBKONDDEC15(6) VVKWKURS
EXCH_RATEExchange rate KURSFDEC9(5) EXCRTKURSF
FREQUENCY_MONTHFrequency in months AMMRHYNUMC3NUMC03
FREQUENCY_DAYFrequency in Days ATTRHYNUMC3NUMC03
CALC_OPERATOR+/- sign for number of working days for value date AVGSTAGEVZCHAR1PLUSM
CALC_NUM_OF_DAYSNumber of Working Days for Value Date RDPT_AVGSTAGENUMC2NUMC2
DUE_OPERATOR+/- sign for number of working days for due date AFGSTAGEVZCHAR1PLUSM
DUE_NUM_OF_DAYSNumber of Working Days to Due Date RDPT_AFGSTAGENUMC2NUMC2
PAY_CALENDAR_RULEWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK
SHIFT_DUE_DATEShift Due Date TFMSFRANZNUMC1TFMSFRANZ
SETTLE_IMMEDIATELYImmediate settlement JSOFVERRCHAR1TFMSOFVERR

Key field Non-key field



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

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

How to access SAP table BAPI1074_RED_COND

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