FC01UPCULST SAP (List fields: upload consolidation units) Structure details

Dictionary Type: Structure
Description: List fields: upload consolidation units




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




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

FC01UPCULST 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 consolidation units" 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_FC01UPCULST TYPE FC01UPCULST.

The FC01UPCULST table consists of various fields, each holding specific information or linking keys about List fields: upload consolidation units 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: Can be enhanced (character-type or numeric)


SAP FC01UPCULST 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
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
RVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
RYEAREffective from fiscal year FC_FRYEARNUMC4INVGJGJAHR_INV
PERIDEffective from period FC_FRPERIDNUMC3INVPRFC_PERID_F
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TXTSHShort text FC_TXTSHCHAR15TEXT15
TXTMIMedium text FC_TXTMICHAR30TEXT30
REASNReason for inclusion FC_REASNCHAR2TF173FC_REASNFC_REASN
CNTRYCountry FC_CNTRYCHAR3T005LAND1
LANGU_BULanguage of consolidation unit FC_LANGU_BULANG1T002ISOLASPRASSPRH_T002
CURRLocal currency FC_CURRCUKY5TCURCWAERSFC_WAERS
PERIVFiscal year variant FC_PERIVCHAR2T009PERIV
NAME1Name 1 FC_NAME1CHAR50TEXT50
NAME2Name 2 FC_NAME2CHAR50TEXT50
STRETStreet FC_STRETCHAR50TEXT50
POBOXPO Box FC_POBOXCHAR10CHAR10
CITYCity FC_CITYCHAR30TEXT30
ZIPC1Postal zip code (for actual street address) FC_ZIPC1CHAR10CHAR10
ZIPC2Postal zip code (mailing address) FC_ZIPC2CHAR10CHAR10
TELFNTelephone switchboard FC_TELFNCHAR15CHAR15
TEFAXTelefax center FC_TEFAXCHAR15CHAR15
TELEXTelex center FC_TELEXCHAR30CHAR30
COCATType of financial data FC_COCATCHAR1TF320FC_COCATFC_COCAT
SETBUPartner set prefix FC_SETBUCHAR10FC_SETBU
INPINDPeriodic data entry FC_INPINDCHAR1CHAR1_X
TAXRTTax rate FC_TAXRTDEC7(4) PRZ34
DIVTAXTax rate for investment income FC_DIVTAXRTDEC7(4) PRZ34
GCINDEntry in group currency FC_GCINDCHAR1CHAR1_X
CTRGRTranslation method FC_CTRGRCHAR5TF400FC_CMETH
FOCTRCurrency translation when local currency = group currency FC_FOCTRCHAR1X
TRANSData transfer method FC_TRANSCHAR1FC_TRANS
UPMETHUpload method FC_UPMETHCHAR5TF380FC_UPMETHGCVFC_UPMETH
LOGFILELogical File Name FC_LOGFILECHAR60Assigned to domainFC_LOGFILEGLFFC_LOGFILE
PRESPresentation server FC_PRESCHAR1FLAGPRES_SERVER
BLINEIndustrial sector FC_BLINECHAR30FC_BLINE
LFORMLegal form FC_LFORMCHAR30FC_LFORM
LSINDLegal entity FC_LSINDCHAR1CHAR1_X
PERTPPeriod category FC_PERTPCHAR4TF325FC_PERTPFC_PERTP
VALG1Validation ID 1 (for reported fin. data of a cons unit) FC_VALG1CHAR7GB93VALIDATIONFC_VALID
VALG2Validation ID 2 (for standardized data of a cons unit) FC_VALG2CHAR7GB93VALIDATIONFC_VALID
FPERSPosition of contact person FC_FPERSCHAR5TF170FC_FPERSFC_FPERS
NAMEName FC_NAMECHAR30TEXT30
TAXRT_CHARCharacter field, 8 characters long CHAR8CHAR8CHAR8
ERRNR3-Byte field CHAR3CHAR3CHAR3
ERRNRH3-Byte field CHAR3CHAR3CHAR3
COUNTNatural Number INT4INT410INT4
MSGIDMessage index for the list processor FC_MSGIDNUMC3INT3

Key field Non-key field



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

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

How to access SAP table FC01UPCULST

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