IDCFM_FRIM_STR_PREDEFINED SAP (Predefined Values for Selection Parameter - Data Elements) Structure details

Dictionary Type: Structure
Description: Predefined Values for Selection Parameter - Data Elements




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




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

IDCFM_FRIM_STR_PREDEFINED 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 "Predefined Values for Selection Parameter - Data Elements" 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_IDCFM_FRIM_STR_PREDEFINED TYPE IDCFM_FRIM_STR_PREDEFINED.

The IDCFM_FRIM_STR_PREDEFINED table consists of various fields, each holding specific information or linking keys about Predefined Values for Selection Parameter - Data Elements data available in SAP. These include VALUATION_AREA (Valuation Area), VALUATION_CLASS (Valuation Class), PRODUCT_TYPE (Product Type), CONTRACT_TYPE (Contract Type).. 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: Can Be Enhanced (Deep)


SAP IDCFM_FRIM_STR_PREDEFINED 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
CONTRACT_TYPEContract Type RANTYPCHAR1RANTYP
PRODUCT_CATEGORYProduct Category SANLFNUMC3TZAFVVSANLF
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10Assigned to domainTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
RATINGRating BP_RATINGCHAR3TP06BP_RATING
IMPAIRMENT_BARRIERSelection Criteria 1: Limit in % (Impairment) FTI_IMPAIR_BARRIERDEC6(2)
IMPAIRMENT_BARRIER_MEANSelection Criteria 2: Limit Averaged in % (Impairment) FTI_IMPAIR_BARRIER_MEANDEC6(2)
IMPAIRMENT_BARRIER_MAXSelection Criteria 3: Limit Maximum in % (Impairment) FTI_IMPAIR_BARRIER_MAXDEC6(2)
EXCHANGEExchange VVRHANDPLCHAR10TWH01VVRHANDPLWHP
INV_GRADE_6_MONTHSInvestment Grade - URL > in % for the last 6 Months IDCFM_FRIM_CUST_URL1DEC6(3) IDCFM_FRIM_CUST_PERCENTAGE
INV_GRADE_ABS_BARRIERInvestment Grade - URL > % absolute Barrier IDCFM_FRIM_CUST_URL2DEC6(3) IDCFM_FRIM_CUST_PERCENTAGE
BLW_INV_GRADE_6_MONTHSBelow Investment Grade - URL > in % for the last 6 Months IDCFM_FRIM_CUST_URL3DEC6(3) IDCFM_FRIM_CUST_PERCENTAGE
BLW_INV_GRADE_12_MONTHSBelow Investment Grade - URL > in % for the last 12 Months IDCFM_FRIM_CUST_URL4DEC6(3) IDCFM_FRIM_CUST_PERCENTAGE
BLW_INV_GRADE_ABS_BARRIERBelow Investment Grade - URL > % absolute Barrier IDCFM_FRIM_CUST_URL5DEC6(3) IDCFM_FRIM_CUST_PERCENTAGE
DISTRIBUTIONType of Impairment Distribution (Portfolio/Valuation Area) IDCFM_FRIM_DISTRIBUTIONCHAR10IDCFM_FRIM_DISTRIBUTION
BP_GRADE_METHODRating Procedure BP_GRADE_METHODCHAR10Assigned to domainBP_GRADE_METHOD
BP_GRADERating BP_GRADECHAR10Assigned to domainBP_GRADE

Key field Non-key field



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

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

How to access SAP table IDCFM_FRIM_STR_PREDEFINED

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