AM61D SAP (Workfields for MRP Record Management) Structure details

Dictionary Type: Structure
Description: Workfields for MRP Record Management




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




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

AM61D 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 "Workfields for MRP Record Management" 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_AM61D TYPE AM61D.

The AM61D table consists of various fields, each holding specific information or linking keys about Workfields for MRP Record Management data available in SAP. These include SUBRC (Subroutines for return code), FLG01 (Checkbox), XNSIM (Checkbox), PROGR (Subprogram that is called up).. 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 AM61D 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
MAFIDRecord type MAFIDCHAR1MAFID
SUBRCSubroutines for return code SUBRCNUMC2EK08R_RC
FLG01Checkbox XFELDCHAR1XFELD
XNSIMCheckbox XFELDCHAR1XFELD
PROGRSubprogram that is called up PROGRCHAR20CHAR20
MDKEYTotal key of MDVM MDKEYCHAR25MDKEY
MANDTClient MANDTCLNT3Assigned to domainMANDT
AKKENNet change planning indicator in the planning horizon AKKENCHAR1XFELD
RESDTReset procurement proposals RESDTCHAR1XFELD
MDFLGCheckbox XFELDCHAR1XFELD
DISSTLow-Level Code DISSTCHAR3DISST
DISMMMRP Type DISMMCHAR2T438ADISMM
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LABSTValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V
UNBSTNon-Valuated Stock UNBSTQUAN13(3) MENG13
VERMEValuated Unrestricted-Use Stock LABSTQUAN13(3) MENG13V
MINBEReorder Point MINBEQUAN13(3) MENG13
MNG01Quantity MENGE_DQUAN13(3) MENG13
ALTLBQuantity MENGE_DQUAN13(3) MENG13
ALTUBQuantity MENGE_DQUAN13(3) MENG13
GSAENNet change planning indicator GSAENCHAR1XFELD
RESALRe-explode BOM RESALCHAR1XFELD
MPSKZIndicator for MPS items MPSKZCHAR1XFELD
ALINELine index for internal table processing XLINEINT410XLINE
RHYTDDate for planning (e.g. as per time-phased mat. planning) RHYTDDATS8DATUM
FLG11Checkbox XFELDCHAR1XFELD
PLSCNPlanning Scenario of Long-Term Planning PLSCNNUMC3Assigned to domainPLSCNPLS
BERIDMRP Area BERIDCHAR10Assigned to domainBERIDBERID
BERTYType of MRP area BERTYNUMC2BERTY
KDAUFSales Order Number KDAUFCHAR10Assigned to domainALPHAVBELNAUN
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO

Key field Non-key field



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

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

How to access SAP table AM61D

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