MGWPICTURE SAP (Customizing Image Data) Table details

Dictionary Type: Table
Description: Customizing Image Data




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




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

MGWPICTURE is a standard SAP Table which is used to store Customizing Image Data data and is available within R/3 SAP systems depending on the version and release level.

The MGWPICTURE table consists of various fields, each holding specific information or linking keys about Customizing Image Data data available in SAP. These include OBJTP (Object Type), PATH (Server Path for Fullscreen Image Data), WIDTH (Width in Columns), HEIGHT (Height in Rows).. 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)


SAP MGWPICTURE 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
OBJTPObject Type MGWPICTURETYPNUMC2MGWPICTURETYP
PATHServer Path for Fullscreen Image Data MGWPICTUREPATHCHAR230MGWPICTUREPATH
WIDTHWidth in Columns MGWPICTUREWIDTHNUMC4NUMC4
HEIGHTHeight in Rows MGWPICTUREHEIGHTNUMC4NUMC4
SUFFIXFile Type of Image File MGWPICTURESUFFIXCHAR3MGWPICTURESUFFIX
PATH_TNServer Path for Thumbnail Image Data MGWPICTUREPATHTHCHAR230MGWPICTUREPATH
SUFFIX_TNFile Type of Image File MGWPICTURESUFFIXCHAR3MGWPICTURESUFFIX
PATH_SETServer Path for Series Image Data MGWPICTUREPATHSTCHAR230MGWPICTUREPATH
SUFFIX_SETFile Type of Image File MGWPICTURESUFFIXCHAR3MGWPICTURESUFFIX
MAX_SERIEMaximum Number of Images in Series MGWPICTUREMAXANZNUMC2NUMC2
SEPARATESeparator MGWPICTURESEPCHAR1MGWPICTUREDELIM
ACTIVE_TNThumbnails Active MGWPICTUREACTTNCHAR1XFELD
ACTIVE_SETImage Series Active MGWPICTUREACTSETCHAR1XFELD
ACTIVE_FULLFull Image Active MGWPICTUREACTFULCHAR1XFELD
ACTIVE_SUBDisplay Subobjects (Such as Variants of Generic Material) MGWPICTUREACTSUBCHAR1XFELD
ACTIVE_HTMLUse HTML Viewer MGWPICTUREHTMLCHAR1XFELD
CHECK_URLCheck If The Determined URLs Are Valid MGWPICTURECHECKCHAR1MGWPICTURECHECK
PREREADSet Up All URLs at First Call of Image Display MGWPICTUREREADCHAR1XFELD
SUBMODImage Module Selection MGWPICTUREMODCHAR1MGWPICTUREMOD
OBJECTMODDisplay Form of Object ID in File Name Setup MGWPICTUREOMODCHAR1MGWPICTUREOMOD
OBJECTGETDetermination Sequence MGWPICTUREGETCHAR1MGWPICTUREGET
DEFAULT_TNDefault Thumbnail (e.g. BP_SAPLOGO from Web Repository) MGWPICTUREDEFTNCHAR40SYCHAR40
DEFAULT_FULLDefault Full Image (e.g. BP_SAPLOGO frm SAP Web Repository) MGWPICTUREDEFCHAR40SYCHAR40
DEFAULT_PAGEDefault Page for HTML Viewer (e.g. http://www.sap.com) MGWPICTUREDEFHTMCHAR40MGWPICTUREDEFHTM

Key field Non-key field



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

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

SELECT SINGLE *
FROM MGWPICTURE
INTO CORRESPONDING FIELDS OF WA_MGWPICTURE
WHERE...

How to access SAP table MGWPICTURE

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