FC03UPBDLST SAP (List fields: Upload of inventory data) Structure details

Dictionary Type: Structure
Description: List fields: Upload of inventory data




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




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

FC03UPBDLST 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 "List fields: Upload of inventory data" 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_FC03UPBDLST TYPE FC03UPBDLST.

The FC03UPBDLST table consists of various fields, each holding specific information or linking keys about List fields: Upload of inventory data data available in SAP. These include LCRIT (List criterion), LCRIT2 (Version Number Component), HEAD (Row number), DATA (Row number).. 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 FC03UPBDLST 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
SUMINDSummation index for list processor FC_SUMINDRAW1RAW1
LCRITList criterion FC_LC_LSTCHAR2CHAR2
LCRIT2Version Number Component CHAR2CHAR2CHAR2
HEADRow number FC_ZLNRCHAR5CHAR5
DATARow number FC_ZLNRCHAR5CHAR5
MANDTClient MANDTCLNT3T000MANDT
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
IPIVSVersion: Elimination of IU profit/loss in inventory FC_IPIVSCHAR3TF234ALPHAFC_IPIVS
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
PERIDPeriod FC_PERIDNUMC3PERDEGFP
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
BUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
PRGRPProduct group FC_PRGRPCHAR18TF580FC_PRGRPFC_PRGRP
ITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
BKVALBook value in reporting period FC_BKVALCURR17(2) WERT9
VLCNLValuation allowance (loss allowed) FC_VLCNLCURR17(2) WERTV9
VLCLFValuation allowance (no loss allowed) FC_VLCLFCURR17(2) WERTV9
QUANTInventory quantity FC_QUANTQUAN17(3) MENGV9
ADDCOIncidental acquisition costs FC_ADDCOCURR17(2) WERT9
ACPCTIncidental acquisition costs as percentage of sales FC_ACPCTDEC11(8) PRZ38
ERRNR3-Byte field CHAR3CHAR3CHAR3
ERRNRH3-Byte field CHAR3CHAR3CHAR3
MSGIDMessage index for the list processor FC_MSGIDNUMC3INT3

Key field Non-key field



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

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

How to access SAP table FC03UPBDLST

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