CRMD_TEST_CONDV SAP (Test Table for Simulation of Condition Determination) Table details

Dictionary Type: Table
Description: Test Table for Simulation of Condition Determination




ABAP Code to SELECT data from CRMD_TEST_CONDV
Related tables to CRMD_TEST_CONDV
Access table CRMD_TEST_CONDV




Table field list including key, data, relationships and ABAP select examples

CRMD_TEST_CONDV is a standard SAP Table which is used to store Test Table for Simulation of Condition Determination data and is available within R/3 SAP systems depending on the version and release level.

The CRMD_TEST_CONDV table consists of various fields, each holding specific information or linking keys about Test Table for Simulation of Condition Determination data available in SAP. These include PRODUCT_GUID (Internal Unique ID of Product), CASHFLOW_TYPE_CU (Flow Category), FINVIEW (Financing View), CURRENCY (Currency).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMD_TEST_CONDV table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
CASHFLOW_TYPE_CUFlow Category CRMT_CASHFLOW_TYPECHAR4CRMT_CASHFLOW_TYPE
FINVIEWFinancing View CRMT_FINANCING_VIEWNUMC2CRMS_FINVIEWCRMT_FINANCING_VIEW
CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
AMOUNTDefault Amount CRMT_DEFAULT_AMOUNTCURR19(2) CRMT_COND_VALUE
PERCENTAGEDefault Percentage CRMT_DEFAULT_PERCENTAGEDEC10(7) DECV3_7

Key field Non-key field



How do I retrieve data from SAP table CRMD_TEST_CONDV using ABAP code

The following ABAP code Example will allow you to do a basic selection on CRMD_TEST_CONDV to SELECT all data from the table
DATA: WA_CRMD_TEST_CONDV TYPE CRMD_TEST_CONDV.

SELECT SINGLE *
FROM CRMD_TEST_CONDV
INTO CORRESPONDING FIELDS OF WA_CRMD_TEST_CONDV
WHERE...

How to access SAP table CRMD_TEST_CONDV

Within an ECC or HANA version of SAP you can also view further information about CRMD_TEST_CONDV and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!