In this post, I will try and describe everything you need to know about the SAP crmd_ubb_pooldia 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_UBB_POOLDIA 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_UBB_POOLDIA....Right lets get started!
Object Name: CRMD_UBB_POOLDIA
Dictionary Type: Transparent table
Description: Temporary Storage of Pool Assignment for Async. Redist.
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 | ||||
POOL_BRI_GUID | CRMT_OBJECT_GUID | RAW | 16(0) | GUID of a CRM Order Object | SYSUUID | CRM | ||||||
DISTR_BRI_GUID | CRMT_OBJECT_GUID | RAW | 16(0) | GUID of a CRM Order Object | SYSUUID | CRM | ||||||
USAGE_BRI_GUID | CRMT_OBJECT_GUID | RAW | 16(0) | GUID of a CRM Order Object | SYSUUID | CRM | ||||||
SETTL_FROM_DISTR | CRMT_SETTL_FROM | DEC | 15(0) | Start of Settlement for Period | BCOS_TSTMP | CRM | ||||||
SETTL_TO_DISTR | CRMT_SETTL_TO | DEC | 15(0) | End of Settlement for Period | BCOS_TSTMP | CRM | ||||||
PERIOD_TYPE_DIST | CRMT_PERIOD_TYPE | CHAR | 2(0) | * | Period Type (First, Last, First and Last, etc.) | CRM_PERIOD_TYPE | CRM | |||||
SETTL_FROM_USAGE | CRMT_SETTL_FROM | DEC | 15(0) | Start of Settlement for Period | BCOS_TSTMP | CRM | ||||||
SETTL_TO_USAGE | CRMT_SETTL_TO | DEC | 15(0) | End of Settlement for Period | BCOS_TSTMP | CRM |