IDCFMFLCALCRLN SAP (Description of simplified flow calculation procedure (lines)) Table details

Dictionary Type: Table
Description: Description of simplified flow calculation procedure (lines)




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




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

IDCFMFLCALCRLN is a standard SAP Table which is used to store Description of simplified flow calculation procedure (lines) data and is available within R/3 SAP systems depending on the version and release level.

The IDCFMFLCALCRLN table consists of various fields, each holding specific information or linking keys about Description of simplified flow calculation procedure (lines) data available in SAP. These include CALC_ID (Calculation procedure ID for simplified flow calculation), STUNR (Step number for Flow Calculation), SBARTEX (Flow Type of Derived Flow), SSIGNEX (Direction of derived flow).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IDCFMFLCALCRLN 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 MANDTCLNT3Assigned to domainMANDT
CALC_IDCalculation procedure ID for simplified flow calculation IDCFM_CALCPROCIDCHAR4IDCFMFLOWCALCRULCHAR4
STUNRStep number for Flow Calculation IDCFM_STEPNUMC3
SBARTEXFlow Type of Derived Flow TB_SBARTEXCHAR4TZB0ASBEWART
SSIGNEXDirection of derived flow TB_SSIGNEXCHAR1T_SSIGN
PERCENT_FORField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
BASE_STEPStep number for Flow Calculation IDCFM_STEPNUMC3
AMOUNT_FORField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
PERCENT_FIXPercentage Rate to Determine Derived Amount TB_PABSATZDEC10(7) DEC3_7
SPEC_PERC_BASESpecial rule for determining calculation rate or amount IDCFM_SPEC_DET_RULECHAR2IDCFM_SPEC_DET_RULE
SPEC_AMNT_BASESpecial rule for determining calculation rate or amount IDCFM_SPEC_DET_RULECHAR2IDCFM_SPEC_DET_RULE
SPEC_CALC_BASESpecial Calculation Base for Derived Flow Calculation IDCFM_SPEC_CALC_BASECHAR2IDCFM_SPEC_CALC_BASE
PERCENT_FOR_SSpecial value: retrieve procedure ID IDCFM_SPEC_DET_IDCHAR2IDCFM_SPEC_DET_ID
PERCENT_FOR_PSpecial value: Procedure Parameter IDCFM_SPEC_DET_PARCHAR80
AMOUNT_FOR_SSpecial value: retrieve procedure ID IDCFM_SPEC_DET_IDCHAR2IDCFM_SPEC_DET_ID
AMOUNT_FOR_PSpecial value: Procedure Parameter IDCFM_SPEC_DET_PARCHAR80

Key field Non-key field



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

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

SELECT SINGLE *
FROM IDCFMFLCALCRLN
INTO CORRESPONDING FIELDS OF WA_IDCFMFLCALCRLN
WHERE...

How to access SAP table IDCFMFLCALCRLN

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