LCUPLOAD SAP (FI-LC, flexible Upload: possible Fields) Structure details

Dictionary Type: Structure
Description: FI-LC, flexible Upload: possible Fields




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




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

LCUPLOAD 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 "FI-LC, flexible Upload: possible Fields" 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_LCUPLOAD TYPE LCUPLOAD.

The LCUPLOAD table consists of various fields, each holding specific information or linking keys about FI-LC, flexible Upload: possible Fields data available in SAP. These include RCOMP (Company), RVERS (Consolidation version), RYEAR (Fiscal year), POPER (Period).. 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: Not classified


SAP LCUPLOAD 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
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
RVERSConsolidation version RVERS_LCCHAR3T858ALPHARVERS_GCGVS
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
POPERPeriod PERIODENUMC3NUM3GFP
RACCTConsolidation item RITEMCHAR10T854ALPHARITEMH_T854
SIGNDebit/credit sign (+/-) FC_SIGNCHAR1FC_SIGN
KSLValue in group currency LC_VGCURCURR17(2) WERTV9
HSLValue in local currency LC_VLCURCURR17(2) WERTV9
TSLValue in transaction currency LC_VTCURCURR17(2) WERTV9
MSLQuantity QUAN1QUAN15(3) MENG8
RGCURCurrency key for the group currency LC_RKCURCUKY5TCURCWAERS
RHCURLocal currency of company LC_RHCURCUKY5TCURCWAERS
RTCURTransaction Currency LC_RTCURCUKY5TCURCWAERS
RUNITUnit of measure MEINAUNIT3T006CUNITMEINS
RASSCCompany ID of trading partner RASSCCHAR6T880ALPHARCOMPPGS
RMVCTTransaction Type RMVCTCHAR3T856RMVCT
RYACQYear of acquisition RYACQCHAR4GJAHRCJAHR
RPACQPeriod of Acquisition RPACQNUMC3NUM03
ADFLD1First additional field for user-defined account assignments ADFLD1CHAR10Assigned to domainADFLD1FK_ADFLD1
ADFLD2Second additional field for user-defined account assignments ADFLD2CHAR10Assigned to domainADFLD2FK_ADFLD2
ADFLD3Third additional field for user-defined account assignments ADFLD3CHAR10Assigned to domainADFLD3FK_ADFLD3
BUSAConsolidation business area GSBER_KONSCHAR4TGSBKGSBER_KONS
PBUSAPartner business area for Consolidation PARGB_KONSCHAR4TGSBKGSBER_KONS
DUMMY10Ten digit dummy field for flexible upload LC_DUMMY10CHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table LCUPLOAD

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