ATSYCII SAP (Additional Default Settings for Risk Evaluations) Table details

Dictionary Type: Table
Description: Additional Default Settings for Risk Evaluations




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




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

ATSYCII is a standard SAP Table which is used to store Additional Default Settings for Risk Evaluations data and is available within R/3 SAP systems depending on the version and release level.

The ATSYCII table consists of various fields, each holding specific information or linking keys about Additional Default Settings for Risk Evaluations data available in SAP. These include AUSWT (Evaluation type in Risk Management), IXVOLARTG (Volatility Type for Security Indexes; Bid Rates), IXVOLARTB (Volatility Type for Security Indexes; Ask Rates), IXVOLARTM (Volatility Type for Security Indexes; Middle Rates).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ATSYCII table 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
AUSWTEvaluation type in Risk Management TV_AUSWTCHAR4JBREVALJBREVAL
IXVOLARTGVolatility Type for Security Indexes; Bid Rates TV_IXVOLGCHAR3ATVO1T_VOLART
IXVOLARTBVolatility Type for Security Indexes; Ask Rates TV_IXVOLBCHAR3ATVO1T_VOLART
IXVOLARTMVolatility Type for Security Indexes; Middle Rates TV_IXVOLMCHAR3ATVO1T_VOLART
DEFIDXStandard Security Index TV_IDXCHAR10INDEXDCHAR10
DEFBETAFStandard Beta Factor TV_BETAFDEC10(6) JBFBFAKTOR
XKOMPRESSActivate Presummarization TV_KOMPRCHAR1T_KOMPR
NAMEAUSDisbursement Procedure (Loan) JBRNAMEAUSCHAR10JBTAUSVERJBRNAMEAUS
STUECKZINSInclude the Horizon when Calculating Accrued Interest JBR_X_STUECKZINSCHAR1XFELD
DISB_STARTStart of Disbursement Procedure JBR_DISB_STARTCHAR1JBR_DISB_START
DISB_CALCalendar for Disbursement Procedure JBR_DISB_CALCHAR2TFACDWFCID
PREPAYMENTPrepayment JBR_PREPAYMENTCHAR1JBR_PREPAYMENT
X_PREPAYMENTIndicator for Prepayment - Point Effect JBR_X_PREPAYMENTCHAR1XFELD
FLG_WITH_COMPENSSelect FX Offsetting Transactions JBR_FLG_WITH_COMPENSCHAR1FLAG
FLG_TERMINATED_DSelect Transaction on Day of Cancellation/Settlement JBR_FLG_TERMINATED_DEALCHAR1FLAG
FLG_DAR_ANG_ANTInclude Loan Offers/Loan Applications: Yes/No JBRDARANCHAR1JBXFLAG
DISPUOMDisplay Unit of Measure JBRDISPUOMCHAR1JBRDISPUOM
QTYCALMETHQuantity Calculation Method JBRQTYCALMETHCHAR1JBRQTYCALMETH
FUTCALMETHCalculation Method for Futures JBRFUTCALMETHCHAR1JBRFUTCALMETH
BSP_CURVE_BBasis Spread Curve Type FTBB_YC_BSCTCHAR4FTBB_YCBSCURVEFTBB_YC_BSCT
BSP_CURVE_ABasis Spread Curve Type FTBB_YC_BSCTCHAR4FTBB_YCBSCURVEFTBB_YC_BSCT
BSP_CURVE_MBasis Spread Curve Type FTBB_YC_BSCTCHAR4FTBB_YCBSCURVEFTBB_YC_BSCT
BSP_DERI_EVALBasis Spread Curve Derivation for Evaluation Curves FTBB_YC_BSC_DERIVE_EVALCHAR4FTBB_YCBSC_DREVLFTBB_YC_BSC_DERIVE_EVAL
BSP_DERI_FWDBasis Spread Curve Derivation ID for Forward Curves FTBB_YC_BSC_DERIVE_FWDCHAR4FTBB_YCBSC_DRFWDFTBB_YC_BSC_DERIVE_FWD

Key field Non-key field



How do I retrieve data from SAP table ATSYCII using ABAP code

The following ABAP code Example will allow you to do a basic selection on ATSYCII to SELECT all data from the table
DATA: WA_ATSYCII TYPE ATSYCII.

SELECT SINGLE *
FROM ATSYCII
INTO CORRESPONDING FIELDS OF WA_ATSYCII
WHERE...

How to access SAP table ATSYCII

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