FC05_S_ECMCA SAP (Documents: Structure for Calling Up the Update) Structure details

Dictionary Type: Structure
Description: Documents: Structure for Calling Up the Update




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




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

FC05_S_ECMCA 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 "Documents: Structure for Calling Up the Update" 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_FC05_S_ECMCA TYPE FC05_S_ECMCA.

The FC05_S_ECMCA table consists of various fields, each holding specific information or linking keys about Documents: Structure for Calling Up the Update data available in SAP. These include RCLNT (Client), GL_SIRID (Record number of the line item record), RLDNR (Ledger), RRCTY (Record Type).. 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 FC05_S_ECMCA 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
RCLNTClient MANDTCLNT3T000MANDT
GL_SIRIDRecord number of the line item record GU_RECIDCHAR18OBJNROBN
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3T894ALPHARVERSGVS
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RTCURCurrency Key RTCURCUKY5TCURCWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3T006CUNITMEINS
DRCRKDebit/Credit Indicator SHKZGCHAR1SHKZG
POPERPosting period POPERNUMC3POPERPOPR
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
DOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DOCLNSix-Character Posting Item for Ledger DOCLN6CHAR6DOCLN6
RCOMPCompany RCOMP_DCHAR6T880ALPHARCOMPGCC
RDIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
RBUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
RITCLGConsolidation chart of accounts FC_ITCLGCHAR2TF120FC_ITCLGITCFC_ITCLG
RITEMFinancial statement item FC_ITEMCHAR10TF100BFIMCFC_ITEMITM
RBUPTRPartner unit FC_BUPTRCHAR18TF160AFIMCFC_BUNIT
RCONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
ROBUKRSOriginal company code OBUKRCHAR4T001BUKRS
SITYPSubitem category FC_SITYPCHAR3TF110FC_SITYPSTPFC_SITYP
SUBITSubitem FC_SITEMCHAR10TF115FC_SITEMSTM
PLEVLPosting level FC_PLEVLCHAR2FC_PLEVL
RPFLGApportionment FC_RPFLGNUMC1FC_RPFLG
RTFLGCurrency translation FC_RTFLGNUMC1FC_RTFLG
DOCTYDocument type FC_DOCTYCHAR2TF500FC_DOCTYBAR
YRACQYear of acquisition FC_RYACQNUMC4GJAHRGJAHR
PRACQPeriod of Acquisition RPACQNUMC3NUM03
COICUInvestee unit FC_COICUCHAR18TF160AFIMCFC_BUNITCCU
UPDHPHighest update period UPDHPNUMC3POPER
TSLValue in Transaction Currency VTCUR9CURR17(2) WERTV9
HSLValue in local currency VLCUR9CURR17(2) WERTV9
KSLValue in group currency VGCUR9CURR17(2) WERTV9
MSLQuantity QUAN1_9QUAN17(3) MENGV9
SGTXTItem Text SGTXTCHAR50TEXT50
AUTOMIndicator: Automatic posting lines AUTOMCHAR1TEXT1
ACTIVBusiness Transaction GLVORCHAR4CHAR4
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
BUDATPosting Date in the Document BUDATDATS8DATUM
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
REFDOCNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REFRYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
REFDOCLNSix-figure number of line item BUZEI6NUMC6BUZEI6BUZ
REFDOCCTDocument Type DOCCTCHAR1DOCCTGCT
REFACTIVBusiness Transaction GLVORCHAR4CHAR4
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
USNAMUser name USNAMCHAR12USR02XUBNAMEUSR
RVSDOCNRReverse Document Number STBLGCHAR10ALPHABELNR
ORNDOCNRDocument number of reversed document STBLNCHAR10ALPHABELNR
COIACActivity for consolidation of investments FC_COIACCHAR2FC_COIACCOA
COINRConsolidation of investments activity number FC_COINRCHAR10ALPHABELNRCNR
REVYEARYear of reversal document or reversed document FC_REVYEARNUMC4GJAHRGJAHR
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table FC05_S_ECMCA

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