In this post, I will try and describe everything you need to know about the SAP crmd_erms_plvr 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_PLVR 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_PLVR....Right lets get started!
Object Name: CRMD_ERMS_PLVR
Dictionary Type: Transparent table
Description: ERMS Policy Variant
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 | ||||
CTXTID | CRM_ERMS_CTXTID | CHAR | 16(0) | Context | CRM_ERMS_CHARID | CRM | ||||||
PROFID | CRM_ERMS_PROFID | CHAR | 16(0) | Policy ID | CRM_ERMS_CHARID | CRM | ||||||
VARIGUID | CRMT_ERMS_VARIANTGUID | RAW | 16(0) | Variant GUID | SYSUUID | CRM | ||||||
DEFAULTLANGU | CRMT_ERMS_DEFAULT_LANGUAGE | LANG | 1(0) | Default Language | SYLANGU | CRM | ||||||
VALIDFROM | CRMT_ERMS_TIMESTAMP_VALIDFROM | DEC | 15(0) | Valid From Date & Time | CRM_TSTMP | CRM | ||||||
VALIDTO | CRMT_ERMS_TIMESTAMP_VALIDTO | DEC | 15(0) | Valid To Date & Time | CRM_TSTMP | CRM | ||||||
CREATED_AT | CRMT_CREATED_AT | DEC | 15(0) | Transaction was Created at this Time | BCOS_TSTMP | CRM | ||||||
CREATED_BY | CRMT_CREATED_BY | CHAR | 12(0) | User that Created the Transaction | UNAME | USER_ADDR | BNAME | CRM | ||||
CHANGED_AT | CRMT_CHANGED_AT | DEC | 15(0) | Time of Last Change to the Transaction | BCOS_TSTMP | CRM | ||||||
CHANGED_BY | CRMT_CHANGED_BY | CHAR | 12(0) | Transaction Last Changed By | UNAME | CRM |