FLQITEMSO_FC SAP (Liquidity Calculation-Forecast Line Items from Sales Orders) Table details

Dictionary Type: Table
Description: Liquidity Calculation-Forecast Line Items from Sales Orders




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




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

FLQITEMSO_FC is a standard SAP Table which is used to store Liquidity Calculation-Forecast Line Items from Sales Orders data and is available within R/3 SAP systems depending on the version and release level.

The FLQITEMSO_FC table consists of various fields, each holding specific information or linking keys about Liquidity Calculation-Forecast Line Items from Sales Orders data available in SAP. These include AWTYP (Reference Transaction), AWREF (Reference Document Number), AWPOS (Reference line item), BUKRS (Company Code).. 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 FLQITEMSO_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 MANDTCLNT3T000MANDT
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWPOSReference line item AWPOSCHAR10AWPOS
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
LQPOSLiquidity Item FLQPOSCHAR16FLQLPOSALPHAFLQPOSFLQPOSFLQLQPOS
LQDAYPlanning date FDTAGDATS8DATUMFDT
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
WRBTRLiquidity Calculation: Amount in Transaction Currency FLQWRITCURR15(2) WERTV8
CPUDTDate DATUMDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
UNAMEUser Name UNAMECHAR12UNAME
FDLEVPlanning level FDLEVCHAR2Assigned to domainFDLEVFFE
KUNRGPayer KUNRGCHAR10Assigned to domainALPHAKUNNR
HKONTG/L Account Number SAKNRCHAR10Assigned to domainALPHASAKNRSAKC_SAKNR
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 FLQITEMSO_FC using ABAP code

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

SELECT SINGLE *
FROM FLQITEMSO_FC
INTO CORRESPONDING FIELDS OF WA_FLQITEMSO_FC
WHERE...

How to access SAP table FLQITEMSO_FC

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