BGMKOBJ SAP (Master Warranty - Object Assignment) Table details

Dictionary Type: Table
Description: Master Warranty - Object Assignment




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




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

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

The BGMKOBJ table consists of various fields, each holding specific information or linking keys about Master Warranty - Object Assignment data available in SAP. These include J_OBJNR (Object number), GAART (Warranty type), MGANR (Master warranty number), GWLDT (Warranty Date).. 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)


SAP BGMKOBJ 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
J_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
GAARTWarranty type GAARTCHAR1T790GGAARTGAA
MGANRMaster warranty number MGANRCHAR20BGMKALPHAMGANRGAM
GWLDTWarranty Date GWLDTDATS8DATUM
GWLENDate on which the warranty ends GWLENDATS8DATUM
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERZEITime UZEITTIMS6UZEIT
LVORMDeletion Indicator LVORMCHAR1XFELD
BEGRUAuthorization Group BEGRUCHAR4BEGRU
GENEROrigin Indicator for Entry in Table IMPH IMRC_IMPHGCHAR1IMRC_IMPHG
GAERBIndicator: Pass on Warranty GAERBCHAR1GAERB
WAGETIndicator, Whether Technical Object Should Inherit Warranty WAGETCHAR1GAERB

Key field Non-key field



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

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

SELECT SINGLE *
FROM BGMKOBJ
INTO CORRESPONDING FIELDS OF WA_BGMKOBJ
WHERE...

How to access SAP table BGMKOBJ

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