AM61R SAP (Work fields for module pool SAPMM61R) Structure details

Dictionary Type: Structure
Description: Work fields for module pool SAPMM61R




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




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

AM61R 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 "Work fields for module pool SAPMM61R" 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_AM61R TYPE AM61R.

The AM61R table consists of various fields, each holding specific information or linking keys about Work fields for module pool SAPMM61R data available in SAP. These include XCODE (Function Code), SFDAY (Factory calendar day), FKDAY (Factory calendar day), SKDAY (Gregorian calender day).. 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 AM61R 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
XCODEFunction Code FCODECHAR20FCODE
SFDAYFactory calendar day FKDAYDEC5FKDAY
FKDAYFactory calendar day FKDAYDEC5FKDAY
SKDAYGregorian calender day GKDAYDATS8DATUM
GKDAYGregorian calender day GKDAYDATS8DATUM
FWEEKWork field for week FWEEKACCP6FWEEK
MNG03Quantity MENGE_DQUAN13(3) MENG13
WRT05Output in multi-function column 05 WRT05CHAR4WRTXX
DYNN1Number of the following screen DYNNRCHAR4DYNNR
DYNN2Number of the following screen DYNNRCHAR4DYNNR
DYNN3Number of the following screen DYNNRCHAR4DYNNR
ALINELine index for internal table processing XLINEINT410XLINE
BLINELine index for internal table processing XLINEINT410XLINE
CLINELine index for internal table processing XLINEINT410XLINE
MLINELine index for internal table processing XLINEINT410XLINE
ELINELine index for internal table processing XLINEINT410XLINE
SLINELine index for internal table processing XLINEINT410XLINE
DLINELine index for internal table processing XLINEINT410XLINE
FNAMEField name FNAME_DCHAR30CHAR30
DEZUSNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
TBNAMR/2 table CHAR5CHAR5CHAR5
LOOPSNumber of loop lines LOOPSINT410SYST_LONG
FLG01Checkbox XFELDCHAR1XFELD
FLG02Checkbox XFELDCHAR1XFELD
MAFIDRecord type MAFIDCHAR1MAFID
PLAKZIndicator for planning segment PLAKZCHAR1PLAKZ
PLANRPlanning segment number PLANRCHAR20PLANR
REF01General counter field (P/L15) FLD15DEC15FLD15
REF02General counter field (P/L15) FLD15DEC15FLD15
DNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
DYNNRNumber of the following screen DYNNRCHAR4DYNNR
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMREN2Denominator for conversion to base units of measure UMRENDEC5UMBSN
UMREZ2Numerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
FLP01General floating-point for counter field FLPXXFLTP16(16) FLPXX
PROFLOverall profile for capacity leveling CY_GESPROFCHAR10Assigned to domainCY_PROFIL
STYPEScheduling level SCHED_TYPECHAR1SCHED_TYPE
ANMODCheckbox XFELDCHAR1XFELD
NEPERCheckbox XFELDCHAR1XFELD
SGOONCheckbox XFELDCHAR1XFELD
LESKPCheckbox XFELDCHAR1XFELD
MLASTCheckbox XFELDCHAR1XFELD
MFIRSCheckbox XFELDCHAR1XFELD
GLINELine index for internal table processing XLINEINT410XLINE

Key field Non-key field



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

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

How to access SAP table AM61R

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