IDCFM_V_FLCLCIN SAP (Generierte Tabelle zu einem View) Table View details

Dictionary Type: Table View
Description: Generierte Tabelle zu einem View




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




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

IDCFM_V_FLCLCIN is a standard SAP Table View which is used to store Generierte Tabelle zu einem View data and is available within R/3 SAP systems depending on the version and release level.

The IDCFM_V_FLCLCIN table consists of various fields, each holding specific information or linking keys about Generierte Tabelle zu einem View data available in SAP. These include BUKRS (Company Code), SGSART (Product Type), SFHAART (Financial Transaction Type), CALCKEY (Flow calculation with conditions: calculation ID).. 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 IDCFM_V_FLCLCIN table view 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 MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4IDCFMFLOWCALCBUKRSBUKC_T001
SGSARTProduct Type VVSARTCHAR3VVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3IDCFMFLOWCALCT_SFHAARTT02C_AT10
CALCKEYFlow calculation with conditions: calculation ID IDCFMCALCIDCHAR4IDCFMFLOWCALCCHAR4
RANTYPContract Type RANTYPCHAR1IDCFMFLOWCALCRANTYP
SBARTINFlow Type of Incoming Flow TB_SBARTINCHAR4SBEWART
KOMP_FIELDField of pricing communication structure KOMP IDCFMKOMP_FIELDSCHAR30FDNAME
KOMK_FIELDField of pricing communication structure KOMK IDCFMKOMK_FIELDSCHAR30FDNAME
SOURCE_STRStructure names IDCFMSTR_NAMESCHAR30IDCFMSTR_NAMES
SOURCE_FLDField Name FIELDNAMECHAR30FDNAMEDFD
SELECT_RULE30 Characters CHAR30CHAR30CHAR30
SELECT_BYField Name FIELDNAMECHAR30FDNAMEDFD
ADD_CONDChar 80 CHAR80CHAR80CHAR80

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDCFM_V_FLCLCIN
INTO CORRESPONDING FIELDS OF WA_IDCFM_V_FLCLCIN
WHERE...

How to access SAP table IDCFM_V_FLCLCIN

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