MEREP604601 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

MEREP604601 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 MEREP604601 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include RUNNUM (Run Number), MSGCNTR (Counter for Log Messages), RUNTIMECNTR (Counter (Within the Execution of the Main Job)), MSGTYPE (Message Type for Logs).. 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 MEREP604601 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
RUNNUMRun Number MEREP_RUNNUMNUMC10MEREP_601MEREP_RUNNUM
MSGCNTRCounter for Log Messages MEREP_MSGCNTRINT410MEREP_MSGCNTR
RUNTIMECNTRCounter (Within the Execution of the Main Job) MEREP_RUNTIMECNTRINT410MEREP_602MEREP_RUNTIMECNTR
MSGTYPEMessage Type for Logs MEREP_MSGTYPECHAR1MEREP_MSGTYPE
MSGIDMessage Class SYMSGIDCHAR20ARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSG_V1Message Variable SYMSGVCHAR50SYCHAR50
MSG_V2Message Variable SYMSGVCHAR50SYCHAR50
MSG_V3Message Variable SYMSGVCHAR50SYCHAR50
MSG_V4Message Variable SYMSGVCHAR50SYCHAR50
TIMESTAMPExact Execution Time MEREP_RUNTIMEDEC21(7) TZNTSTMPL
LOCATIONLocation ID of Log Creation MEREP_LOCATIONNUMC6NUM6
PASSPORTPassport to Identify a Process MEREP_PPORTCHAR50MEREP_PPORT
ALERT_FLAGFlag = X, Data Record was Read from CCMS MEREP_AFLAGCHAR1MEREP_AFLAG
USERIDUser Name SYUNAMECHAR12SYCHAR12
MBL_IDMobile ID MEREP_MBL_IDCHAR10MEREP_507MEREP_MBL_IDMEREP_PIDMBLID
SYNCBOSyncBO ID MEREP_SCENARIOCHAR10MEREP_SCENARIOMEREP_SCENARIO

Key field Non-key field



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

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

SELECT SINGLE *
FROM MEREP604601
INTO CORRESPONDING FIELDS OF WA_MEREP604601
WHERE...

How to access SAP table MEREP604601

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