FAGLSKF_TAB SAP (Table Names and Structures) Table details

Dictionary Type: Table
Description: Table Names and Structures




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




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

FAGLSKF_TAB is a standard SAP Table which is used to store Table Names and Structures data and is available within R/3 SAP systems depending on the version and release level.

The FAGLSKF_TAB table consists of various fields, each holding specific information or linking keys about Table Names and Structures data available in SAP. These include TABNAME (Table Name (Current Data) (with DATE_FROM)), TABNAME_PN (Table Name of Entry View (with DATE_FROM DATE_TO)), STRUCNAME_SUM (Structure with Period Block (RYEAR RPMAX MSL01...MSL16)), STRUCNAME_DELTA (Transfer Structure of Delta Values (with DATE_FROM DATE_TO)).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP FAGLSKF_TAB table 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
IDENTIFIERID String of Application FAGLSKF_IDENTCHAR10FAGLSKF_IDENT
TABNAMETable Name (Current Data) (with DATE_FROM) FAGLSKF_TABNAMECHAR16FAGLCHAR16
TABNAME_PNTable Name of Entry View (with DATE_FROM DATE_TO) FAGLSKF_TABNAME_PNCHAR16FAGLCHAR16
STRUCNAME_SUMStructure with Period Block (RYEAR RPMAX MSL01...MSL16) FAGLSKF_STRUC_SUMCHAR30FAGLCHAR30
STRUCNAME_DELTATransfer Structure of Delta Values (with DATE_FROM DATE_TO) FAGLSKF_STRUC_DELTACHAR30FAGLCHAR30
STRUCNAME_PERIODStructure with Period Values (RYEAR POPER) FAGLSKF_STRUC_PERIODCHAR30FAGLCHAR30
STRUCNAME_BWStructure with Period Values for BW FAGLSKF_STRUC_BWCHAR30FAGLCHAR30
INCNAMEInclude x FAGLSKF_INCNAME_XCHAR30FAGLCHAR30
KEYNAMEFeild Name of Encryption of Table x FAGLSKF_KEYXCHAR30FAGLCHAR30
STATKEYFIGNAMEField Name of Statistical Key Figure FAGLSKF_STATKEYFIGNAMECHAR30FAGLCHAR30
QUANTITYNAMEQuantity Field Name FAGLSKF_QUANTITYNAMECHAR10FAGLCHAR10
FUNCNAMEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUNCNAME_PNName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
FUGRNAMEFunction group, to which the function module belongs RS38L_AREACHAR26Assigned to domainAREA

Key field Non-key field



How do I retrieve data from SAP table FAGLSKF_TAB using ABAP code

The following ABAP code Example will allow you to do a basic selection on FAGLSKF_TAB to SELECT all data from the table
DATA: WA_FAGLSKF_TAB TYPE FAGLSKF_TAB.

SELECT SINGLE *
FROM FAGLSKF_TAB
INTO CORRESPONDING FIELDS OF WA_FAGLSKF_TAB
WHERE...

How to access SAP table FAGLSKF_TAB

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