BGMP SAP (Master Warranty Item) Table details

Dictionary Type: Table
Description: Master Warranty Item




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




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

BGMP is a standard SAP Table which is used to store Master Warranty Item data and is available within R/3 SAP systems depending on the version and release level.

The BGMP table consists of various fields, each holding specific information or linking keys about Master Warranty Item data available in SAP. These include MGANR (Master warranty number), POSNM (Warranty item number), POSTY (Warranty item category), PSART (Warranty item type).. 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: Can be enhanced (character-type or numeric)


SAP BGMP 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 MANDTCLNT3T000MANDT
MGANRMaster warranty number MGANRCHAR20BGMKALPHAMGANRGAM
POSNMWarranty item number POSNMNUMC6POSNM
POSTYWarranty item category POSTYCHAR4POSTY
PSARTWarranty item type PSARTCHAR4PSART
LSTNRService number LSTNRCHAR18MARAMATN1MATNRLST
KZITXIndicator individual text KZITXCHAR1XFELD
HPOSNWarranty item number POSNMNUMC6BGMPPOSNM
INEXCLInclusive/Exclusive Condition INEXCLCHAR1INEXCL
AKTIVCheckbox XFELDCHAR1XFELD
MENGEWarranty counter value GAZWTFLTP16(16) IMRC_FLTPS
MSEHIUnit of Measurement MSEHIUNIT3T006CUNITMEINS
DECIMNumber of Decimal Places for Number Display IMRC_DECIMINT25IMRC_DECIM
EXPONPower of Ten Exponent for Floating Point Display IMRC_EXPONINT25IMRC_EXPON
ATVORValue with Plus or Minus Sign ATVORCHAR1XFELD
ATDIMExponent display ATDIMINT25EXP10
ANZDZNumber of Decimal Places ANZDZINT25ANZDZ
VGLZAComparison operator warranty counter VGLZACHAR3VGLZA
LVORMDeletion Indicator LVORMCHAR1XFELD
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
SORTFSorting order RANGFCHAR6RANGF
DATUVValid-From Date DATUVDATS8DATUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM BGMP
INTO CORRESPONDING FIELDS OF WA_BGMP
WHERE...

How to access SAP table BGMP

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