MCH_S_PART SAP (Like g_t_part in Function Group RSM1) Structure details

Dictionary Type: Structure
Description: Like g_t_part in Function Group RSM1




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




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

MCH_S_PART is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Like g_t_part in Function Group RSM1" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MCH_S_PART TYPE MCH_S_PART.

The MCH_S_PART table consists of various fields, each holding specific information or linking keys about Like g_t_part in Function Group RSM1 data available in SAP. These include PARTNR (), STATUS (), STATUS_OUT (), TSTATUS ().. 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: Can be enhanced (character-type or numeric)


SAP MCH_S_PART structure 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
MARK 0
PARTNR 0
STATUS 0
STATUS_OUT 0
TSTATUS 0
USERQUALOK 0
AGGRFLAG 0
AGGRNR 0
COMPFLAG 0
AGGRCOMPFLAG 0
REPORT 0
REPORT_INT 0
DMFLAG 0
ODSRNRSID 0
ODSRNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
BUTTON 0
INFOPAK 0
DATUM_ANF 0
DATUM_VERB 0
ZEIT_ANF 0
ZEIT_VERB 0
RNRRequest ID (Request Number) RSREQUIDCHAR30CHAR30
LOGDPIDLogical InfoPackage variant (ID) RSLOGDPIDCHAR30RSLOGDPID
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
JOBSTATUSState of Background Job BTCSTATUSCHAR1CHAR1
ORIGINALRNRRequest number for the data transfer RSREQUNRCHAR30RSREQUNR
STORNOFLAGSingle-Character Indicator CHAR1CHAR1CHAR1
ISOURCEInfoSource RSISOURCECHAR30RSISOURCERSS
LOGSYSSource system RSSLOGSYSCHAR10Assigned to domainALPHALOGSYS
OLTPSOURCEDataSource RSOLTPSOURCERCHAR30RSOLTPSOURCE
ISOURCETXTLong description RSTXTLGCHAR60TEXT60
LOGSYSTXTText, 40 Characters Long TEXT40CHAR40TEXT40
OLTPSOURCETXTLong description RSTXTLGCHAR60TEXT60
UPDMODEMode of data update (Full, Delta, etc.) RSUPDMODECHAR2RSUPDMODE
UPDMODE_TEXTText, 40 Characters Long TEXT40CHAR40TEXT40
SELOPT 0
ANZ_RECSNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
INSERT_RECSNumber of Selected Data Records (Absolute) RSNUMRECORDINT410RSNUMRECORD
ODS_ERR 0
REPAIR_FULLIndicate Full Request as Repair Request RSREPAIRFULLCHAR1CHAR1
DELFLAG 0
TIMESTAMP_ANFUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TIMESTAMP_VERBUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
SOURCE_DTAData Source or Target for Status Manager RSSTATMANDTACHAR45CHAR45
SOURCE_DTA_TYPEData Target Type RSSTATMANDTA_TYPECHAR6RSSTATMANDTA_TYPE_D
S_DTA_TXTLong description RSTXTLGCHAR60TEXT60
S_DTA_TYPE_TXTText, 40 Characters Long TEXT40CHAR40TEXT40
SDEL128 character CHAR128CHAR128CHAR128
SDEL_RECORDSNatural Number INT4INT410INT4
ARCHIVEDSingle-Character Indicator CHAR1CHAR1CHAR1
DM_FLAG_OUT128 character CHAR128CHAR128CHAR128
TS_ENTRY_MADEUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) RSTIMESTMPLDEC21(7) TZNTSTMPL
ARCHIVFLAG128 character CHAR128CHAR128CHAR128

Key field Non-key field



How do I retrieve data from SAP structure MCH_S_PART using ABAP code?

As MCH_S_PART is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MCH_S_PART as there is no data to select.

How to access SAP table MCH_S_PART

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