In this post, I will try and describe everything you need to know about the SAP crmd_mktru_ru_i 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_MKTRU_RU_I 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_MKTRU_RU_I....Right lets get started!
Object Name: CRMD_MKTRU_RU_I
Dictionary Type: Transparent table
Description: Rule (Instructions)
Field | Data Element | Data Type | length (Dec) | Check table | Description | Conversion Routine | Domain Name | MemoryID | AppClass | SHLP | SHLP Field | ConvExit |
CLIENT | MANDT | CLNT | 3(0) | * | Client | MANDT | TEST | CRM | ||||
GUID | SYSUUID_X | RAW | 16(0) | UUID in X form (binary) | SYSUUID | CRM | ||||||
RULE_GUID | CRMT_MKTRU_RULE_GUID | RAW | 16(0) | GUID for Rule | SYSUUID | CRM | ||||||
INSTR_NR | CRMT_MKTRU_INSTR_NR | INT4 | 10(0) | Number for Instruction for a Rule | INT4 | CRM | ||||||
INSTR_KEY | CRMT_MKTRU_INSTR_KEY | CHAR | 32(0) | Key (ID) for Instruction for a Rule | CHAR32 | CRM | ||||||
INSTR_PARAM_NR | CRMT_MKTRU_INSTR_PARAM_NR | INT4 | 10(0) | Number of Parameter for Instruction for a Rule | INT4 | CRM | ||||||
INSTR_PARAM_VAL | CRMT_MKTRU_INSTR_PARAM_VALUE | CHAR | 32(0) | Value (CHAR32) for Parameter of an Instruct. for a Rule | CHAR32 | CRM |