IDCFM_FRIM_STR_SELECTPARAM_ALL SAP (Impairment Selection Parameter All Details) Structure details

Dictionary Type: Structure
Description: Impairment Selection Parameter All Details




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




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

IDCFM_FRIM_STR_SELECTPARAM_ALL 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 "Impairment Selection Parameter All Details" 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_SELECTPARAM_ALL TYPE IDCFM_FRIM_STR_SELECTPARAM_ALL.

The IDCFM_FRIM_STR_SELECTPARAM_ALL table consists of various fields, each holding specific information or linking keys about Impairment Selection Parameter All Details data available in SAP. These include ELEMENTS_SET (Name of Parameter Set), TABSTRIP (Tab Page Number (Maximum of 4 Tab Pages)), PARAM_POSITION (Position of Selection Parameter on Tab Page), DEF_VALUE_LOW (Default Value of Selection Parameter: Low).. 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 IDCFM_FRIM_STR_SELECTPARAM_ALL 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
ELEMENT_IDSelection Parameter ID IDCFM_FRIM_ELEMENT_IDCHAR5IDCFM_FRIM_ELEMENT_ID
ELEMENTS_SETName of Parameter Set IDCFM_FRIM_ELEMENTS_SETCHAR15IDCFM_FRIM_CSETSIDCFM_FRIM_ELEMENTS_SET
TABSTRIPTab Page Number (Maximum of 4 Tab Pages) IDCFM_FRIM_TABSTRIPNUMC1IDCFM_FRIM_CTABSIDCFM_FRIM_TABSTRIP
PARAM_POSITIONPosition of Selection Parameter on Tab Page IDCFM_FRIM_POSITIONNUMC2IDCFM_FRIM_POSITION
DEF_VALUE_LOWDefault Value of Selection Parameter: Low IDCFM_FRIM_DEF_VALUE_LOWCHAR15IDCFM_FRIM_VALUE
DEF_VALUE_HIGHDefault Value of Selection Parameter: High IDCFM_FRIM_DEF_VALUE_HIGHCHAR15IDCFM_FRIM_VALUE
TYPE_DISPLAYDisplay Type IDCFM_FRIM_TYPE_DISPLAYCHAR1IDCFM_FRIM_TYPE_DISPLAY
TYPE_ELEMENTType of Selection Screen Parameter IDCFM_FRIM_TYPE_ELEMENTCHAR1IDCFM_FRIM_TYPE_ELEMENT
PREDEFINEDPredefined Data Element IDCFM_FRIM_PREDEFINEDCHAR30DD03LFDNAME
DATA_ELEMENTData element DATELCHAR30DD04LROLLNAME
NAME_PARAMETERName of Selection Parameter IDCFM_FRIM_NAME_SELPARCHAR40IDCFM_FRIM_NAME_SELPAR
SEL_PROCEDURESelection Procedure (Name of Function Module) IDCFM_FRIM_SEL_PROCEDURECHAR30TFDIRFUNCNAME
DESCRIPTIONSelection Parameter Description IDCFM_FRIM_SELPADESCCHAR40IDCFM_FRIM_DESCRIPTION
DESCR_PREFIXDescription of Selection Parameter: Prefix IDCFM_FRIM_DESCR_PREFIXCHAR40IDCFM_FRIM_DESCRIPTION
DESCR_SUFFIXSuffix for Selection Parameter Description IDCFM_FRIM_DESCR_SUFFIXCHAR40IDCFM_FRIM_DESCRIPTION
SELECTEDActivate Parameter for Impairment Calculation IDCFM_FRIM_SELECTEDCHAR1XFELD
REAL_VALUE_LOWActual Value of Selection Parameter IDCFM_FRIM_REAL_VALUE_LOWCHAR15IDCFM_FRIM_VALUE
REAL_VALUE_HIGHActual Value of Selection Parameter IDCFM_FRIM_REAL_VALUE_HIGHCHAR15IDCFM_FRIM_VALUE

Key field Non-key field



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

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

How to access SAP table IDCFM_FRIM_STR_SELECTPARAM_ALL

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