In this post, I will try and describe everything you need to know about the SAP crmd_test_condv 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_TEST_CONDV 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_TEST_CONDV....Right lets get started!
Object Name: CRMD_TEST_CONDV
Dictionary Type: Transparent table
Description: Test Table for Simulation of Condition Determination
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 | ||||
PRODUCT_GUID | COMT_PRODUCT_GUID | RAW | 16(0) | Internal Unique ID of Product | SYSUUID | CRM | ||||||
CASHFLOW_TYPE_CU | CRMT_CASHFLOW_TYPE | CHAR | 4(0) | Flow Category | CRMT_CASHFLOW_TYPE | CRM | ||||||
FINVIEW | CRMT_FINANCING_VIEW | NUMC | 2(0) | CRMS_FINVIEW | Financing View | CRMT_FINANCING_VIEW | CRM | |||||
CURRENCY | CRMT_CURRENCY | CUKY | 5(0) | * | Currency | WAERS | FWS | CRM | ||||
PRODUCT_ID | COMT_PRODUCT_ID | CHAR | 40(0) | Product ID | COM_PRODUCT_ID | COM_PR_COLLECTION | PRODUCT_ID | CRM | ||||
AMOUNT | CRMT_DEFAULT_AMOUNT | CURR | 19(2) | Default Amount | CRMT_COND_VALUE | CRM | ||||||
PERCENTAGE | CRMT_DEFAULT_PERCENTAGE | DEC | 10(7) | Default Percentage | DECV3_7 | CRM |