FMFG_SAV_GLIDXA SAP (Saved GLIDXA data for docs excluded from SL Repost for 600) Table details

Dictionary Type: Table
Description: Saved GLIDXA data for docs excluded from SL Repost for 600




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




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

FMFG_SAV_GLIDXA is a standard SAP Table which is used to store Saved GLIDXA data for docs excluded from SL Repost for 600 data and is available within R/3 SAP systems depending on the version and release level.

The FMFG_SAV_GLIDXA table consists of various fields, each holding specific information or linking keys about Saved GLIDXA data for docs excluded from SL Repost for 600 data available in SAP. These include AWREF (Reference Document Number), AWTYP (Reference Transaction), AWORG (Reference Organizational Units), RLDNR (Ledger).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP FMFG_SAV_GLIDXA 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
RCLNTClient MANDTCLNT3T000MANDT
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
AWORGReference Organizational Units AWORGCHAR10AWORG
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
DOCCTDocument Type DOCCTCHAR1DOCCTGCT
RYEARFiscal year RYEARNUMC4GJAHRGJAHRGFY
DOCNRDoc. Number DOCNRCHAR10ALPHABELNR
BUDATPosting Date in the Document BUDATDATS8DATUM
RRCTYRecord Type RRCTYCHAR1RRCTY
RVERSVersion RVERSCHAR3Assigned to domainALPHARVERSGVS
RCOMPCompany RCOMP_DCHAR6Assigned to domainALPHARCOMPGCC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DOCTYFI-SL Document Type DOCTYCHAR2T889DOCTYBAR
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMFG_SAV_GLIDXA
INTO CORRESPONDING FIELDS OF WA_FMFG_SAV_GLIDXA
WHERE...

How to access SAP table FMFG_SAV_GLIDXA

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