AFWKFRA_PARA SAP (RA Key Figures: Control Parameters) Structure details

Dictionary Type: Structure
Description: RA Key Figures: Control Parameters




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




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

AFWKFRA_PARA 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 "RA Key Figures: Control Parameters" 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_AFWKFRA_PARA TYPE AFWKFRA_PARA.

The AFWKFRA_PARA table consists of various fields, each holding specific information or linking keys about RA Key Figures: Control Parameters data available in SAP. These include EVALT (Evaluation Type), CURRENCY (Evaluation Currency), TMEGRID (Key Figures: Maturity Band), RULECAT (RA Key Figures: Shift Rule Category).. 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: Not classified


SAP AFWKFRA_PARA 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
EVALDATEEvaluation Date AFWGO_EVALDATEDATS8
EVALTEvaluation Type AFWGO_EVALTYPECHAR4Assigned to domainJBREVAL
CURRENCYEvaluation Currency AFW_EVAL_CURRENCYCUKY5Assigned to domainWAERS
TMEGRIDKey Figures: Maturity Band AFWKFRA_TMEGRIDCHAR4Assigned to domainALPHAJBRLZB
RULECATRA Key Figures: Shift Rule Category AFWKFRA_RULECATNUMC2JBRRTYP
RHIDRisk Hierarchy JBRRHIDCHAR3Assigned to domainJBRRHIDS_JBRRH_RHID
XROOTCalculate Consolidated VaR Only JBXROOTCHAR1JBXFLAG
AUSWTYPRisk Management Evaluation Category TV_AUSWTYPNUMC2Assigned to domainT_AUSWTYP
VARTYPVaR Category: Parameterization/Simulation JBRVARTYPCHAR1JBRVARTYP
MITTELMiddle Rate Indicator TV_MITTELCHAR1FLAG
SIMTYPSimulation Category for P/L Distributions AFWKFRA_SIMTYPNUMC2JBRBVARSIMTYP
SIMNRNumber of Simulation Runs AFWKFRA_SIMNRINT25
UNWINDHolding Period AFWKFRA_UNWINDINT25
HDATUMRÁ Key Figures: Start of History as Offset in Days AFWKFRA_HDATUMINT25
MISSLIMITError tolerance AFWKFRA_MLIMITINT25
SAMPTYPDetermination Category for Change Scenarios AFWKFRA_SAMPTYPNUMC2TV_STYP
KALENDERFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
SEEDInitial value for random number generator QFRAN_SEEDDEC10QFRAN_SEEDQRS
DESTINATIONRFC Exit: Destination for Change Scenarios AFWKFRA_DESTCHAR32Assigned to domainRFCDEST
FUNCTIONRFC Function: Change Scenarios AFWKFRA_FUNCCHAR30Assigned to domainFUNCNAME
VOLARTVolatility Type TB_VOLARTCHAR3ATVO1T_VOLART
KORARTCorrelation Types TV_KORARTCHAR3ATKO1T_KORART

Key field Non-key field



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

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

How to access SAP table AFWKFRA_PARA

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