GLE_MCA_RFSSLD_ALV SAP (Reporting for Table FAGLFLEXT) Structure details

Dictionary Type: Structure
Description: Reporting for Table FAGLFLEXT




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




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

GLE_MCA_RFSSLD_ALV 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 "Reporting for Table FAGLFLEXT" 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_GLE_MCA_RFSSLD_ALV TYPE GLE_MCA_RFSSLD_ALV.

The GLE_MCA_RFSSLD_ALV table consists of various fields, each holding specific information or linking keys about Reporting for Table FAGLFLEXT data available in SAP. These include RACCT (Account Number), RYEAR (Fiscal Year), RLDNR (Ledger in General Ledger Accounting), RBUSA (Business Area).. 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 GLE_MCA_RFSSLD_ALV 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
RBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RACCTAccount Number RACCTCHAR10Assigned to domainALPHASAKNRACC
RYEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RLDNRLedger in General Ledger Accounting FAGL_RLDNRCHAR2Assigned to domainALPHARLDNRGLN_FLEXFAGL_RLDNR
RBUSABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
RTCURCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
TSLVTBalance carried forward in transaction currency TSLVT12CURR23(2) WERTV12
TSL_PR Balance previous period in transaction currency0
TSL_H Credit Total in Transaction Currency0
TSL_S Debit Total in Transaction Currency0
TSL_BAL Balance0
TSL_ACTD Cumulative Balance0
LCURRCurrency key of currency 2 CURR1CUKY5Assigned to domainWAERSFWS
HSLVTBalance carried forward in local currency HSLVT12CURR23(2) WERTV12
HSL_PR Balance previous period in local currency0
HSL_H Credit total in local currency0
HSL_S Debit total in local currency0
HSL_BAL Balance0
HSL_ACTD Cumulative Balance0
GCURRCurrency key of currency 3 CURR2CUKY5Assigned to domainWAERSFWS
KSLVTTotal of transactions of the period in group currency KSLXX12CURR23(2) WERTV12
KSL_PR Balance previous period in Group Currency0
KSL_H Credit Total in Group Currency0
KSL_S Debit Total in Group Currency0
KSL_BAL Balance0
KSL_ACTD Cumulative Balance0
OCURRCurrency key of currency 4 CURR3CUKY5Assigned to domainWAERSFWS
OSLVTBalance carried forward in fourth currency OSLVT12CURR23(2) WERTV12
OSL_PR Balance previous period in other currency0
OSL_H Credit Total in other currency0
OSL_S Debit Total in other currency0
OSL_BAL Balance in other currency0
OSL_ACTD Cumulative Balance in other currency0
MSLVTBalance carried forward of quantity MSLVT12QUAN23(3) MENGV12
DCURRCurrency Key RTCURCUKY5Assigned to domainWAERSFWS
DSLVT Balance carried forward in Display Currency0
DSL_PR Balance previous period in Display Currency0
DSL_H Credit Total in Display Currency0
DSL_S Debit Total in Display Currency0
DSL_BAL Balance0
DSL_ACTD Cumulative Balance0

Key field Non-key field



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

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

How to access SAP table GLE_MCA_RFSSLD_ALV

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