FMLGD_H_GRPNR SAP (Folder Variants for Grouping Turnover) Table details

Dictionary Type: Table
Description: Folder Variants for Grouping Turnover




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




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

FMLGD_H_GRPNR is a standard SAP Table which is used to store Folder Variants for Grouping Turnover data and is available within R/3 SAP systems depending on the version and release level.

The FMLGD_H_GRPNR table consists of various fields, each holding specific information or linking keys about Folder Variants for Grouping Turnover data available in SAP. These include BUKRS (Company Code), MAPPE (Folder Variant for Grouping Postings), MAPPE_FIRST (Folder Prefix of Lower Interval Limit), MAPPE_LAST (Folder Prefix of Higher Interval Limit).. 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: Not classified


SAP FMLGD_H_GRPNR 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MAPPEFolder Variant for Grouping Postings FM_GRPVRCHAR2CHAR2
MAPPE_FIRSTFolder Prefix of Lower Interval Limit FM_GRPNR_VONCHAR2CHAR2
MAPPE_LASTFolder Prefix of Higher Interval Limit FM_GRPNR_BISCHAR2CHAR2
MAPPE_COUNTERNumber of Postings for Each Folder FM_ANZBUINT410INT4
TEXTComment FM_TEXTCHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMLGD_H_GRPNR
INTO CORRESPONDING FIELDS OF WA_FMLGD_H_GRPNR
WHERE...

How to access SAP table FMLGD_H_GRPNR

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