FCBW_S_EXSRC SAP (Extraction structure for Real Time Update SEM to BW) Structure details

Dictionary Type: Structure
Description: Extraction structure for Real Time Update SEM to BW




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




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

FCBW_S_EXSRC 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 "Extraction structure for Real Time Update SEM to BW" 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_FCBW_S_EXSRC TYPE FCBW_S_EXSRC.

The FCBW_S_EXSRC table consists of various fields, each holding specific information or linking keys about Extraction structure for Real Time Update SEM to BW data available in SAP. These include KSL (Total of transactions of the period in group currency), TSL (Total of transactions of the period in transaction currency), MSL (Total of the transactions of period in units of measure), YTD_LC (Cumulative balance in local currency).. 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 FCBW_S_EXSRC 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
HSLTotal of transactions of the period in local currency HSLXX9CURR17(2) WERTV9
KSLTotal of transactions of the period in group currency KSLXX9CURR17(2) WERTV9
TSLTotal of transactions of the period in transaction currency TSLXX9CURR17(2) WERTV9
MSLTotal of the transactions of period in units of measure MSLXX9QUAN17(3) MENGV9
YTD_LCCumulative balance in local currency FCBW_YTD_LCCURR17(2) WERTV9
YTD_GCCumulative balance in group currency FCBW_YTD_GCCURR17(2) WERTV9
YTD_TCCumulative balance in transaction currency FCBW_YTD_TCCURR17(2) WERTV9
YTD_QTYCumulative balance in units of quantity FCBW_YTD_QTYQUAN17(3) MENGV9
RLCURCurrency key for local currency FCBW_LCURCUKY5Assigned to domainWAERS
RGCURCurrency key for group currency FCBW_GCURCUKY5Assigned to domainWAERS
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
RUNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
RDIMENDimension FC_DIMENCHAR2Assigned to domainFC_DIMENDINFC_DIMEN
RVERSConsolidation (end-result) version FC_RVERSCHAR3Assigned to domainALPHAFC_RVERSGVSFC_RVERS
FISCVARNTFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
POPERPosting period POPERNUMC3POPERPOPR
RCONGRConsolidation group FC_CONGRCHAR18Assigned to domainAFIMCFC_CONGRCGR
RBUNITConsolidation unit FC_BUNITCHAR18Assigned to domainAFIMCFC_BUNITBUN
RITCLGConsolidation chart of accounts FC_ITCLGCHAR2Assigned to domainFC_ITCLGITCFC_ITCLG
RITEMFinancial statement item FC_ITEMCHAR10Assigned to domainBFIMCFC_ITEMITM
SITYPSubitem category FC_SITYPCHAR3Assigned to domainFC_SITYPSTPFC_SITYP
SUBITSubitem FC_SITEMCHAR10Assigned to domainFC_SITEMSTM
COICUInvestee unit FC_COICUCHAR18Assigned to domainAFIMCFC_BUNITCCU
YRACQYear of acquisition FC_RYACQNUMC4GJAHRGJAHR
PRACQPeriod of Acquisition RPACQNUMC3NUM03
RBUPTRPartner unit FC_BUPTRCHAR18Assigned to domainAFIMCFC_BUNIT
PLEVLPosting level FC_PLEVLCHAR2FC_PLEVL
DOCTYDocument type FC_DOCTYCHAR2Assigned to domainFC_DOCTYBAR
HDATEFROMSource hierarchy FCBW_HDATFRDATS8DATS
HDATETOTarget hierarchy FCBW_HDATTODATS8DATS
RLDNRLedger FC_RLDNRCHAR2Assigned to domainALPHARLDNRGLNFC_RLDNR
FSCATConsolidation frequency FC_FSCATCHAR1Assigned to domainFC_FSCATFC_FSCAT
FISCPERFiscal year / period RSFISCPERNUMC7PERI7RSFISCPER
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
RCOMPCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RPRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SCOMPCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
SBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SPRCTRPartner Profit Center PPRCTRCHAR10Assigned to domainALPHAPRCTRPPC
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
SGSBERSender business area SGSBERCHAR4CHAR4
DUMMYUser-defined field for use in upload methods FC_DUMMYCHAR36FC_DUMMY

Key field Non-key field



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

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

How to access SAP table FCBW_S_EXSRC

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