ECR_MM_R3_S SAP (Additional Attributes for MM) Structure details

Dictionary Type: Structure
Description: Additional Attributes for MM




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




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

ECR_MM_R3_S 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 "Additional Attributes for MM" 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_ECR_MM_R3_S TYPE ECR_MM_R3_S.

The ECR_MM_R3_S table consists of various fields, each holding specific information or linking keys about Additional Attributes for MM data available in SAP. These include MJAHR (Material Document Year), LINE_ID (Unique identification of document line), BUDAT_GR (Posting Date in the Document), BLDAT_GR (Document Date in Document).. 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: Cannot Be Enhanced


SAP ECR_MM_R3_S 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
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
BUDAT_GRPosting Date in the Document BUDATDATS8DATUM
BLDAT_GRDocument Date in Document BLDATDATS8DATUM
BELNRDocument Number of an Invoice Document RE_BELNRCHAR10ALPHABELNRRBN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEIDocument Item in Invoice Document RBLGPNUMC6NUMC6
BUDAT_IRPosting Date in the Document BUDATDATS8DATUM
BLDAT_IRDocument Date in Document BLDATDATS8DATUM
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
STCEGVAT Registration Number STCEGCHAR20STCEG
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
REGIOSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
NETWRAmount in document currency WRBTRCURR13(2) WERT7
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
GRWRTStatistical value for foreign trade GRWRTCURR13(2) GRWRT
GRWCUCurrency of statistical values for foreign trade GRWCUCUKY5Assigned to domainWAERS
NTGEWNet Weight ENTGEQUAN13(3) MENG13
GEWEIUnit of Weight EGEWEUNIT3Assigned to domainCUNITMEINS
BMGEWQuantity in special unit of measure FTBMGEWQUAN15(3) MENG15
BEMEHSupplementary unit BEMEHUNIT3Assigned to domainCUNITMEINS
LIFNR_IRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
STCEG_IRVAT Registration Number STCEGCHAR20STCEG
LAND1_IRCountry Key LAND1CHAR3Assigned to domainLAND1LND

Key field Non-key field



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

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

How to access SAP table ECR_MM_R3_S

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