FMLGD_H_MSGNR SAP (Message Control) Table details

Dictionary Type: Table
Description: Message Control




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




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

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

The FMLGD_H_MSGNR table consists of various fields, each holding specific information or linking keys about Message Control data available in SAP. These include BUKRS (Company Code), VGTYP (Transaction type), VGINT (Posting rule), VGEXT (External business transaction).. 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 or numeric)


SAP FMLGD_H_MSGNR 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
VGTYPTransaction type VGTYP_EBCHAR8T028VVGTYP_EB
VGINTPosting rule VGINT_EBCHAR4T028DVGINT_EB
VGEXTExternal business transaction VGEXT_EBCHAR27T028GVGEXT_EB
VOZPM+/- sign of the incoming amount VOZPM_EBCHAR1VOZPM_EB
MSGNRSystem Message Number MSGNOCHAR3T100MSGNR
VALUEAmount from FM_VFROMCURR16(2) CURR16
HWAERLocal Currency HWAERCUKY5Assigned to domainWAERS
VTYP1Posting Type FMLGD_H_DT_VTYP1NUMC2FMLGD_H_VTYPX
TINDXAcct Assignment Profile FMLGD_H_DT_TINDXNUMC10
GRPNRFolder Variant for Grouping Postings FM_GRPVRCHAR2FMLGD_H_GRPNRCHAR2
VGNEWAlternative Posting Rule FM_VGNEWCHAR4T028DVGINT_EB
TEXTComment FM_TEXTCHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM FMLGD_H_MSGNR
INTO CORRESPONDING FIELDS OF WA_FMLGD_H_MSGNR
WHERE...

How to access SAP table FMLGD_H_MSGNR

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