MC17I00ACT SAP (PM-BW Extraction: Notification Activity) Structure details

Dictionary Type: Structure
Description: PM-BW Extraction: Notification Activity




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




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

MC17I00ACT 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 "PM-BW Extraction: Notification Activity" 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_MC17I00ACT TYPE MC17I00ACT.

The MC17I00ACT table consists of various fields, each holding specific information or linking keys about PM-BW Extraction: Notification Activity data available in SAP. These include BAUTL_HD (Assembly), EQUNR (Equipment Number), HERKZ (Origin of Notification), QMART (Notification 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MC17I00ACT 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
ROCANCELIndicator: Cancel Data Record ROCANCELCHAR1BOOLE
BAUTL_HDAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
HERKZOrigin of Notification HERKZCHAR2HERKZ
QMARTNotification Type QMARTCHAR2Assigned to domainQMARTQMR
QMDATDate of Notification QMDATDATS8DATUM
QMNUMNotification No QMNUMCHAR12Assigned to domainALPHAQMNUMIQM
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
BAUTLAssembly BAUTLCHAR18Assigned to domainMATN1MATNRMAT
FECODProblem or Damage Code FECODCHAR4Assigned to domainQCODE
FEGRPCode Group - Problem FEGRPCHAR8Assigned to domainQCODEGRP
FEKATCatalog Type - Problems/Defects FEKATCHAR1Assigned to domainQKATART
FEQKLASDefect Class QFEHLKLASCHAR2Assigned to domainQFEHLKLAS
OTEILPart of Object OTEILCHAR4Assigned to domainQCODE
OTGRPCode Group - Object Parts OTGRPCHAR8Assigned to domainQCODEGRP
OTKATCatalog Type - Object Parts OTKATCHAR1Assigned to domainQKATART
MNCODActivity Code MFCODCHAR4Assigned to domainQCODE
MNGRPCode Group - Activities MFGRPCHAR8Assigned to domainQCODEGRP
MNKATCatalog Type - Activities MFKATCHAR1Assigned to domainQKATART
ZHLAKTIONNo. of activities QZHLAKTIONINT410INT4
KEY_MANUMConsecutive Number of Activity AKNUMNUMC4NUM4

Key field Non-key field



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

As MC17I00ACT 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 MC17I00ACT as there is no data to select.

How to access SAP table MC17I00ACT

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