BAPI1074_SET SAP (Set Parameter Structure) Structure details

Dictionary Type: Structure
Description: Set Parameter Structure




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




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

BAPI1074_SET 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 "Set Parameter Structure" 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_SET TYPE BAPI1074_SET.

The BAPI1074_SET table consists of various fields, each holding specific information or linking keys about Set Parameter Structure data available in SAP. These include SETNAME (Redemption Schedule Set), SET_TEXT (Long Text for Redemption Schedule Set), FIRST_REDEMPTION (Date of First Redemption), LAST_REDEMPTION (Date of Last Redemption).. 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_SET 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
SECURITYNUMBERSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SETNAMERedemption Schedule Set RDPT_SET_NAMECHAR15Assigned to domainRDPT_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 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_SET_TYPERDPT_F4_SET_TYPE
CALENDARFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_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
NUMBER_OF_SCHEDULESNumber of Redemption Schedules in Redemption Schedule Set RDPT_NUMBER_OF_SCHEDULESINT410
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
REPAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5TCURCWAERS
REPAYMENT_CURR_ISOISO currency code ISOCDCHAR3ISOCD
ORIGINAL_WEIGHTED_AVRG_COUPONWeighted Average Coupon on Date of Issue Original RDPT_SET_WAC_ORIGDEC10(7) DECV3_7
ORIGINAL_NET_INTERESTNet Interest Original RDPT_SET_NET_ORIGDEC10(7) DECV3_7
ORIGINAL_WEIGHTED_AVRG_MATURWeighted Average Maturity at the Date of Issue RDPT_SET_WAM_ORIGNUMC4RDPT_MONTHS
CURRENT_VALUECurrent Notional Value of MBS RDPT_SET_CURR_VALUE_BAPIDEC23(4) BAPICURR
CURRENT_VALUE_CRCYIssue currency REWHRCUKY5Assigned to domainWAERS
CURRENT_VALUE_CRCY_ISOISO Currency Code BAPIISOCDCHAR3ISOCD
PREPAYMENT_CALC_METHODPrepayment Calculation Method RDPT_SET_CALC_METHODCHAR3RDPT_SET_CALC_METHOD
PREPAYMENT_CALC_START_DATEStart Date RDPT_SET_CALC_STARTDATS8
FACTOR_INTERVALPrepayment Speed Interval RDPT_SET_FAINUMC2RDPT_SET_FAI
INTEREST_CONDITION_TEMPLATEInterest Condition Template RDPT_INT_TEMPCHAR1RDPT_INT_TEMP
DUE_NUM_OF_DAYSNumber of Days RDPT_SET_TFMATAGE2NUMC2NUMC2
DUE_OPERATORPlus and Minus Operators RDPT_SET_TFMSPLUSMICHAR1TFMSPLUSMI

Key field Non-key field



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

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

How to access SAP table BAPI1074_SET

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