FMFGT_ALC_GWA SAP (Assign. of Business Act. Type and Reporter Category to ALC) Table details

Dictionary Type: Table
Description: Assign. of Business Act. Type and Reporter Category to ALC




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




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

FMFGT_ALC_GWA is a standard SAP Table which is used to store Assign. of Business Act. Type and Reporter Category to ALC data and is available within R/3 SAP systems depending on the version and release level.

The FMFGT_ALC_GWA table consists of various fields, each holding specific information or linking keys about Assign. of Business Act. Type and Reporter Category to ALC data available in SAP. These include ALC (Agency Location Code), VALFROM (Valid From Date), ALC_BAT (Agency Location Code Business Activity Type), GWA_RC (Governmentwide Accounting Reporter Category).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP FMFGT_ALC_GWA 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ALCAgency Location Code FMFG_ALCCHAR8FMFGT_ALCFMFG_ALCFMFG_ALC
VALFROMValid From Date FMUSFG_ALC_FROM_DATEDATS8DATS
ALC_BATAgency Location Code Business Activity Type FMUSFG_ALC_BATCHAR1FMUSFG_ALC_BAT
GWA_RCGovernmentwide Accounting Reporter Category FMUSFG_GWA_RCCHAR1FMUSFG_GWA_RC

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFGT_ALC_GWA
INTO CORRESPONDING FIELDS OF WA_FMFGT_ALC_GWA
WHERE...

How to access SAP table FMFGT_ALC_GWA

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