In this post, I will try and describe everything you need to know about the SAP crmd_mail_range 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_MAIL_RANGE 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_MAIL_RANGE....Right lets get started!
Object Name: CRMD_MAIL_RANGE
Dictionary Type: Structure
Description: Range Structure for Mail Names
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
SIGN | DDSIGN | CHAR | 1(0) | Type of SIGN component in row type of a Ranges type | DDSIGN | CRM | ||||||
OPTION | DDOPTION | CHAR | 2(0) | Type of OPTION component in row type of a Ranges type | DDOPTION | CRM | ||||||
LOW | CRMT_IM_MAIL | CHAR | 30(0) | * | Mail Form | TDSFNAME | IM_MAIL_TYPE | FORMNAME | CRM | |||
HIGH | CRMT_IM_MAIL | CHAR | 30(0) | * | Mail Form | TDSFNAME | IM_MAIL_TYPE | FORMNAME | CRM |