In this post, I will try and describe everything you need to know about the SAP crmd_erms_status table. What it is, including what type of data it stores.
A list of fields which make up the table structure and on an S/4Hana System for CRMD_ERMS_STATUS what does this table look like.
And what relationships it has with other SAP tables.
Also see here for example ABAP code to select data from CRMD_ERMS_STATUS....Right lets get started!
Object Name: CRMD_ERMS_STATUS
Dictionary Type: Transparent table
Description: E-Mail status
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
MANDT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
STATUS_ID | CRMT_ERMS_STATUS | CHAR | 3(0) | E-Mail Status | CRM_ERMS_STATUS | CRM | ||||||
FINAL | CRMT_ERMS_STATUS_FINAL | CHAR | 1(0) | Final Status Flag | CRM_ERMS_FLAG | CRM | ||||||
VISIBLE | CRMT_ERMS_VISIBLE | CHAR | 1(0) | Show Column in Overview Report | CRM_ERMS_FLAG | CRM | ||||||
SCREEN_POSITION | CRMT_ERMS_POSITION | INT1 | 3(0) | Sequence of Columns in Overview Report | INT1 | CRM |