GRFNMWRTARCHCONF SAP (MSMP Instance Configurations - for Archiving) Table details

Dictionary Type: Table
Description: MSMP Instance Configurations - for Archiving




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




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

GRFNMWRTARCHCONF is a standard SAP Table which is used to store MSMP Instance Configurations - for Archiving data and is available within R/3 SAP systems depending on the version and release level.

The GRFNMWRTARCHCONF table consists of various fields, each holding specific information or linking keys about MSMP Instance Configurations - for Archiving data available in SAP. These include COMPRESS_TSTMP (UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun)), PROCESS_ID (Process ID), VERSION (Version ID), CONF_DESCR_TYPE (MSMP Configuration Description - 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: Cannot Be Enhanced


SAP GRFNMWRTARCHCONF 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
COMPRESS_TSTMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
PROCESS_IDProcess ID GRFN_MW_PROCESS_IDCHAR30Assigned to domainGRFN_MW_PROCESS_IDGRFNMW_PROCESS_SRCH_HLP
VERSIONVersion ID GRFN_MW_VERSIONNUMC6NUMC06GRFN_MW_VERSION_SHLP
CONF_DESCR_TYPEMSMP Configuration Description - Type GRFN_MW_CONFIG_DESCR_TYPECHAR10GRFN_MW_CONFIG_DESCR_TYPE
CONFIG_DESCR 0
CONF_DESCR_BIN 0
CONF_DESCR_DDICName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES

Key field Non-key field



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

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

SELECT SINGLE *
FROM GRFNMWRTARCHCONF
INTO CORRESPONDING FIELDS OF WA_GRFNMWRTARCHCONF
WHERE...

How to access SAP table GRFNMWRTARCHCONF

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