FVD_IF_IA_PROPOSE_COND SAP (Default Conditions for Investor Contract) Structure details

Dictionary Type: Structure
Description: Default Conditions for Investor Contract




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




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

FVD_IF_IA_PROPOSE_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 "Default Conditions for Investor Contract" 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_FVD_IF_IA_PROPOSE_COND TYPE FVD_IF_IA_PROPOSE_COND.

The FVD_IF_IA_PROPOSE_COND table consists of various fields, each holding specific information or linking keys about Default Conditions for Investor Contract data available in SAP. These include SKOART (Condition Type (Smallest Subdivision of Condition Records)), XKOARTM (Condition type text), JMUSS (Indicator, condition type mandatory), SBASIS (Calculation base indicator).. 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 FVD_IF_IA_PROPOSE_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
SKOGRPCondition Group SKOGRPNUMC3Assigned to domainSKOGRP
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
XKOARTMCondition type text XKOARTMCHAR20XBEZ20
JMUSSIndicator, condition type mandatory JMUSSCHAR1JANE
SBASISCalculation base indicator SBASISCHAR4Assigned to domainVVSBASIS
SZAWSPayment form (at start of period, mid-period, at period end) SZAWSNUMC1SZAHLDIV
JNULLKONCondition Form JNULLKONCHAR1SKONDF
JBMONATIndicator for calculating amount per month JBMONATCHAR1JANEI
SVULTMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
SVKALRICalendar direction for calculation date VVSBKALRICHAR1SKALRI
SFKALRICalendar direction for due date SFKALRICHAR1SKALRI
AVGSTAGENumber of working days for value date AVGSTAGENUMC2NUMC2
AFGSTAGENumber of working days to due date AFGSTAGENUMC2NUMC2
SVKALZUSAdditional calendar details with regard to value date SVKALZUSCHAR1SKALZUS
SFKALZUSAddit. calendar details with regard to due date SFKALZUSCHAR1SKALZUS
SKALIDFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
SZEGENGenerate incoming payment immediately SZEGENNUMC2Assigned to domainSZEGEN
SBUSTPosting control key VVSBUSTNUMC2VVSBUST
SVWERKShift calculation date to working day VVSVWERKNUMC1T_SWERK
SVMETHMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
SFWERKShift due date to working day VVSFWERKNUMC1T_SWERK
SFMETHMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
SBERECHGrace Period Interest Method SBERECHCHAR1XFELD
SDWERKWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK
SZWKEYPayment form with adjustment days VVSZWKEYCHAR2Assigned to domainVVSZWKEY
SZEITANTIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
SFANTIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
JPROZRPercentage Calculation TB_JPROZRCHAR1XFELD
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
SFRANZShift Due Date TFMSFRANZNUMC1TFMSFRANZ
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
JSAVEDEFSave conditions identical to default values? VVJSAVEDEFCHAR1XFELD
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
ZAHLSBlock Key for Payment DZAHLSCHAR1Assigned to domainZAHLS
AVGSTAGEVZ+/- sign for number of working days for value date AVGSTAGEVZCHAR1PLUSM
AFGSTAGEVZ+/- sign for number of working days for due date AFGSTAGEVZCHAR1PLUSM
SBASFIXIndicator for fixing calculation base TFMSBASFIXNUMC1TFMSBASFIX
JEXPOZINSExponential Interest Calculation TB_JZINSRECHAR1XFELD
SROUNDRounding Category TFM_SROUNDCHAR1TFM_SROUND
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
SKOPODetailed identification for condition items VVSKOPONUMC2Assigned to domainVVSKOPO
AZGSTAGENumber of working days for interest fixing AZGSTAGENUMC2NUMC2
SZKALRICalendar direction for interest rate fixing SZKALRICHAR1SKALRI
GFZLSCHPayment method for credit memos RECNGFZLSCHCHAR1Assigned to domainZLSCH
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
ATTRHYFrequency in Days ATTRHYNUMC3NUMC03
SBEWZITIFlow category SBEWZITICHAR4Assigned to domainSBEWZITI
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA

Key field Non-key field



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

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

How to access SAP table FVD_IF_IA_PROPOSE_COND

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