M_MJHSS SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

M_MJHSS is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The M_MJHSS table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PVABEZEI10 (Short text for edition), JAHRGANG (Year number of issue), NRIMJAHR (Issue number (in year)), ERSCHDAT (Publication 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP M_MJHSS table view 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
PVABEZEI10Short text for edition KBEZPVACHAR10TEXT10
JAHRGANGYear number of issue JAHRGANGNUMC4JAHRGANG
NRIMJAHRIssue number (in year) NRIMJAHRCHAR4ALPHAJNRIMJAHR
ERSCHDATPublication Date ERSCHDATDATS8DATUMJD9
DRERZPublication DRERZCHAR8ALPHADRERZJD1MJD1
PVALBEZEIIInternal long text LBEZEIINTCHAR50TEXT50
SI_INSERNTIS-M: Advertiser INSERENTCHAR10JJVDB_MK_FKALPHAGPNRJGPMJG0M
SI_NUMMERIS-M: Ad Insert Number ISM_SI_NUMMERCHAR10ALPHASI_NUMMERJJS

Key field Non-key field



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

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

SELECT SINGLE *
FROM M_MJHSS
INTO CORRESPONDING FIELDS OF WA_M_MJHSS
WHERE...

How to access SAP table M_MJHSS

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