FC05SELSCR SAP (SAP Cons.: Structure for Selection Screen Generator) Structure details

Dictionary Type: Structure
Description: SAP Cons.: Structure for Selection Screen Generator




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




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

FC05SELSCR 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 "SAP Cons.: Structure for Selection Screen Generator" 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_FC05SELSCR TYPE FC05SELSCR.

The FC05SELSCR table consists of various fields, each holding specific information or linking keys about SAP Cons.: Structure for Selection Screen Generator data available in SAP. These include RVERS (Consolidation (end-result) version), RYEAR (Fiscal year), DIMEN (Dimension), CONGR (Consolidation group).. 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: Cannot Be Enhanced


SAP FC05SELSCR 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 FC_RLDNRCHAR2Assigned to domainALPHARLDNRGLNFC_RLDNR
RVERSConsolidation (end-result) version FC_RVERSCHAR3TF200ALPHAFC_RVERSGVSFC_RVERS
RYEARFiscal year FC_RYEARNUMC4GJAHRGJAHRGFY
DIMENDimension FC_DIMENCHAR2TF150FC_DIMENDINFC_DIMEN
CONGRConsolidation group FC_CONGRCHAR18TF180AFIMCFC_CONGRCGR
BUNITConsolidation unit FC_BUNITCHAR18TF160AFIMCFC_BUNITBUN
PERIDPeriod FC_PERIDNUMC3PERDEGFP
PLEVLPosting level FC_PLEVLCHAR2FC_PLEVL
PRESPresentation server FC_PRESCHAR1FLAGPRES_SERVER
APPLApplication Server FC_APPLCHAR1FLAG
FNAMEPhysical file name FC_PHYSFILCHAR128LOCALFILEGPF
TOTRCInclude totals records FC_TOTRCCHAR1CHAR1_X
JENTRInclude journal entries FC_JENTRCHAR1CHAR1_X
TESTTest run FC_TESTRUNCHAR1CHAR1_X
ALT1Alternative 1 FC_ALT1CHAR1CHAR1_X
ALT2Alternative 2 FC_ALT2CHAR1CHAR1_X
PROTDisplay a log FC_PROTCHAR1X
CHECK_MDCheck Master Data and Breakdowns FC_CHECK_MDCHAR1X
FLGGeneral indicator, SAP Consolidation FC_FLGCHAR1CHAR1
PNAMELogical path name PATHINTERNCHAR60Assigned to domainPATHINTERN
CHECKCheckbox FC_CHBOXCHAR1CHAR1_X
ITCLGConsolidation chart of accounts FC_ITCLGCHAR2Assigned to domainFC_ITCLGITCFC_ITCLG
DATESystem Date SYDATUMDATS8SYDATS
TIMESystem Time SYUZEITTIMS6SYTIME

Key field Non-key field



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

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

How to access SAP table FC05SELSCR

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