CRM_MI_LVL1_RECV SAP (Reference Table for BOR Type BUS2000160 Parameter (No Data)) Table details

Dictionary Type: Table
Description: Reference Table for BOR Type BUS2000160 Parameter (No Data)




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




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

CRM_MI_LVL1_RECV is a standard SAP Table which is used to store Reference Table for BOR Type BUS2000160 Parameter (No Data) data and is available within R/3 SAP systems depending on the version and release level.

The CRM_MI_LVL1_RECV table consists of various fields, each holding specific information or linking keys about Reference Table for BOR Type BUS2000160 Parameter (No Data) data available in SAP. These include RECEIVERS (Recipient Units for Work Items at Research Level), APPROVER_NEEDED (Approval Required), LAST_USER (Last User Who Made a Decision), DONE_FLAG (Work Item Completed).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP CRM_MI_LVL1_RECV 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
RECEIVERSRecipient Units for Work Items at Research Level CRMT_E_MI_INVS_RCV_UNITCHAR50CHAR50
APPROVER_NEEDEDApproval Required CRMT_E_MI_APPR_NEEDCHAR1CRM_BOOLEAN
LAST_USERLast User Who Made a Decision CRMT_E_MI_LASTUSRCHAR12SYCHAR12
DONE_FLAGWork Item Completed CRMT_E_MI_DONEFLAGCHAR1CRM_BOOLEAN

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRM_MI_LVL1_RECV
INTO CORRESPONDING FIELDS OF WA_CRM_MI_LVL1_RECV
WHERE...

How to access SAP table CRM_MI_LVL1_RECV

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