CRMD_M1O_SRM_INX SAP (Order Data Storage (MOM and SUS)) Table details

Dictionary Type: Table
Description: Order Data Storage (MOM and SUS)




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




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

CRMD_M1O_SRM_INX is a standard SAP Table which is used to store Order Data Storage (MOM and SUS) data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_M1O_SRM_INX table consists of various fields, each holding specific information or linking keys about Order Data Storage (MOM and SUS) data available in SAP. These include GUID (GUID of a CRM Order Object), SUPPLIER (Business Partner Number), SCENARIO (SAPMarkets One Order: Scenario), SCEN_PROC_TYP (SAPMarkets One Order: Scenario Transaction Types).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMD_M1O_SRM_INX table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
SUPPLIERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SCENARIOSAPMarkets One Order: Scenario CRMT_M1O_SCENARIOCHAR10CRM_M1O_SCENARIO
SCEN_PROC_TYPSAPMarkets One Order: Scenario Transaction Types CRMT_M1O_SCEN_PROC_TYPCHAR10CRM_M1O_SCEN_PROC_TYP
BUYERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
BUYER_NAMEName 1 of organization BU_NAMEOR1CHAR40BU_NAME
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
PO_NUMSold-To Party's External Reference Number CRMT_PO_NUMBER_SOLDCHAR35TEXT35
M1O_SOBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
OBJ_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
STATUSObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
GROSS_VALUETotal Gross Value of Document in Document Currency CRMT_GROSS_VALUE_CUMCURR15(2) WERTV8
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
M1O_IND_CONFIRMLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
M1O_IND_INVOICELogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
M1O_IND_ERSLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
M1O_FIN_CONFIRMLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
M1O_FIN_INVOICELogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
M1O_FIN_ERSLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
M1O_IND_ASNLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
M1O_FIN_ASNLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN
NOTIFIEDStatus of Supplier Notification CRMT_M1O_NOTIF_STATUSCHAR1CRMT_M1O_NOTIF_STATUS
NOTIF_DATETransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
USER_BPBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA

Key field Non-key field



How do I retrieve data from SAP table CRMD_M1O_SRM_INX using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMD_M1O_SRM_INX to SELECT all data from the table
DATA: WA_CRMD_M1O_SRM_INX TYPE CRMD_M1O_SRM_INX.

SELECT SINGLE *
FROM CRMD_M1O_SRM_INX
INTO CORRESPONDING FIELDS OF WA_CRMD_M1O_SRM_INX
WHERE...

How to access SAP table CRMD_M1O_SRM_INX

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