In this post, I will try and describe everything you need to know about the SAP crmd_bounce_attr 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_BOUNCE_ATTR 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_BOUNCE_ATTR....Right lets get started!
Object Name: CRMD_BOUNCE_ATTR
Dictionary Type: Transparent table
Description: Bounce: Attribute Store in SO50 for SO28
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 | ||||
BCS_SR | SYSUUID_X | RAW | 16(0) | UUID in X form (binary) | SYSUUID | CRM | ||||||
SENDER_ADDRESS | CRMT_BOUNCE_SSTRING | SSTR | 255(0) | Bounce: Small String for Attribute Store on Database | CRM | |||||||
IN_REPLY_TO | CRMT_BOUNCE_SSTRING | SSTR | 255(0) | Bounce: Small String for Attribute Store on Database | CRM | |||||||
MAIL_SUBJECT | CRMT_BOUNCE_STRING | STRG | 0(0) | Bounce: String for Attribute Store on Database | CRM | |||||||
MAIL_BODY | CRMT_BOUNCE_STRING | STRG | 0(0) | Bounce: String for Attribute Store on Database | CRM | |||||||
MAIL_FROM_FIELD | CRMT_BOUNCE_STRING | STRG | 0(0) | Bounce: String for Attribute Store on Database | CRM | |||||||
EMAIL_ADDRESS | CRMT_BOUNCE_SSTRING | SSTR | 255(0) | Bounce: Small String for Attribute Store on Database | CRM | |||||||
COMM_TYPE | SO_SND_ART | CHAR | 6(0) | Transmission Method (Fax, Telex, ...) | SO_SND_ART | SO | CRM | |||||
BOUNCE_TYPE | CRMT_BOUNCE_TYPE | CHAR | 1(0) | Bounce: Type of Bounce | CRM_BOUNCE_TYPE | CRM |