In this post, I will try and describe everything you need to know about the SAP crmd_im_mail_screen 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_IM_MAIL_SCREEN 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_IM_MAIL_SCREEN....Right lets get started!
Object Name: CRMD_IM_MAIL_SCREEN
Dictionary Type: Structure
Description: Dialog Structure for Screen Fields in Mail Maintenance
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
FORMTYPE | CRMT_FORMTYPE | CHAR | 1(0) | Usage of a Mail Form | CRMT_FORMTYPE | CRM | ||||||
TEXTTYPE | CRMT_TEXTTYPE | CHAR | 1(0) | Text Type | CRMD_TEXTTYPE | CRM | ||||||
IBU_SCENARIO | CRMT_IM_IBU_SCENARIO | CHAR | 30(0) | IBU Scenario for Mail Form Dynamic attributes | CHAR30 | CRM_IM_SCENARIO | SCENARIO | CRM | ||||
CUST_SCENARI | CRMT_IM_CUST_SCENARIO | CHAR | 30(0) | Scenario: Customer Presets | CHAR30 | CRM_IM_SCENARIO | SCENARIO | CRM | ||||
SUBJECT_LINE | CRMT_IM_SUBJECT_LINE | CHAR | 255(0) | Subject line Unicode text | CRMD_IM_SUBJECT_LINE | CRM | ||||||
SUBJECT_LINE_TRANSL | CRMT_IM_SUBJECT_LINE | CHAR | 255(0) | Subject line Unicode text | CRMD_IM_SUBJECT_LINE | CRM |