FAGLSKF_TRANS SAP (Assignment of Field Names in Different Tables) Table details

Dictionary Type: Table
Description: Assignment of Field Names in Different Tables




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




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

FAGLSKF_TRANS is a standard SAP Table which is used to store Assignment of Field Names in Different Tables data and is available within R/3 SAP systems depending on the version and release level.

The FAGLSKF_TRANS table consists of various fields, each holding specific information or linking keys about Assignment of Field Names in Different Tables data available in SAP. These include FIELDNAME (Field Name in Transaction Data Table), FIELDNAME_KF (Field Name in Table of Statistical Key Figures).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP FAGLSKF_TRANS 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_TABFAGLSKF_IDENT
FIELDNAMEField Name in Transaction Data Table FAGLSKF_FIELDNAME_SUMCHAR30CHAR30
FIELDNAME_KFField Name in Table of Statistical Key Figures FAGLSKF_FIELDNAME_KEYFIGCHAR30CHAR30

Key field Non-key field



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

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

SELECT SINGLE *
FROM FAGLSKF_TRANS
INTO CORRESPONDING FIELDS OF WA_FAGLSKF_TRANS
WHERE...

How to access SAP table FAGLSKF_TRANS

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