FLQITEMC1_FC SAP (Liquidity Calculation: Forecast from Securities) Table details

Dictionary Type: Table
Description: Liquidity Calculation: Forecast from Securities




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




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

FLQITEMC1_FC is a standard SAP Table which is used to store Liquidity Calculation: Forecast from Securities data and is available within R/3 SAP systems depending on the version and release level.

The FLQITEMC1_FC table consists of various fields, each holding specific information or linking keys about Liquidity Calculation: Forecast from Securities data available in SAP. These include OS_GUID_FLOW (Object Identity in Database Format), GUID (GUID in 'CHAR' Format in Uppercase), BUKRS (Company Code), LQPOS (Liquidity Item).. 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: Can be enhanced (character-type or numeric)


SAP FLQITEMC1_FC 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
OS_GUID_FLOWObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TRCT_FLOWTPM_DB_OS_GUID
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
LQPOSLiquidity Item FLQPOSCHAR16ALPHAFLQPOSFLQPOSFLQLQPOS
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
LQDAYPlanning date FDTAGDATS8DATUMFDT
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
WRBTRLiquidity Calculation: Amount in Transaction Currency FLQWRITCURR15(2) WERTV8
DMBTRLiquidity Calculation: Amount in Local Currency FLQDMITCURR15(2) WERTV8
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY

Key field Non-key field



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

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

SELECT SINGLE *
FROM FLQITEMC1_FC
INTO CORRESPONDING FIELDS OF WA_FLQITEMC1_FC
WHERE...

How to access SAP table FLQITEMC1_FC

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