IDCFM_FRIM_DEXP SAP (Impairment: BAdI Example Values: Expected & Expert Values) Table details

Dictionary Type: Table
Description: Impairment: BAdI Example Values: Expected & Expert Values




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




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

IDCFM_FRIM_DEXP is a standard SAP Table which is used to store Impairment: BAdI Example Values: Expected & Expert Values data and is available within R/3 SAP systems depending on the version and release level.

The IDCFM_FRIM_DEXP table consists of various fields, each holding specific information or linking keys about Impairment: BAdI Example Values: Expected & Expert Values data available in SAP. These include VALUATION_AREA (Valuation Area), VALUATION_CLASS (Valuation Class), COMPANY_CODE (Company Code), SECURITY_ACCOUNT (Securities Account).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IDCFM_FRIM_DEXP 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
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TRGC_VAL_AREATPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TRGC_VAL_CLASSTPM_VAL_CLASS
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
PORTFOLIOPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TRGT_SECACCGRPTPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
KEY_DATEKey Date for Valuation TPM_VAL_KEYDATEDATS8DATUM
PRICE_TYPERate/Price Type - Treasury Instruments TI_KURSARTCHAR2TW56VVSKURSARTRATETYPE_F4
OKUARTPrice/NPV Type for OTC Transactions TV_OKUARTCHAR3ATVOKT_OKUART
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
PC_CURRENCYPosition Currency (Currency of Position Amount) SBWHRCUKY5TCURCWAERS
VC_CURRENCYValuation Currency TPM_VALUATION_CURRCUKY5TCURCWAERS
EXPERT_VAL_PCExpert Value in Position Currency IDCFM_FRIM_EXPERT_VAL_PCCURR21(2) IDCFM_FRIM_TPM_AMOUNT
EXPERT_VAL_VCExpert Value in Valuation Currency IDCFM_FRIM_EXPERT_VAL_VCCURR21(2) IDCFM_FRIM_TPM_AMOUNT
EXPECTED_VAL_PCExpected Value in Position Currency IDCFM_FRIM_EXPECTED_VAL_PCCURR21(2) IDCFM_FRIM_TPM_AMOUNT
EXPECTED_VAL_VCExpected Value in Valuation Currency IDCFM_FRIM_EXPECTED_VAL_VCCURR21(2) IDCFM_FRIM_TPM_AMOUNT

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDCFM_FRIM_DEXP
INTO CORRESPONDING FIELDS OF WA_IDCFM_FRIM_DEXP
WHERE...

How to access SAP table IDCFM_FRIM_DEXP

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