CRMC_UBB_UVP_DET SAP (Schema Determination Usage Volumes) Table details

Dictionary Type: Table
Description: Schema Determination Usage Volumes




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




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

CRMC_UBB_UVP_DET is a standard SAP Table which is used to store Schema Determination Usage Volumes data and is available within R/3 SAP systems depending on the version and release level.

The CRMC_UBB_UVP_DET table consists of various fields, each holding specific information or linking keys about Schema Determination Usage Volumes data available in SAP. These include SALES_ORG (Sales Organization), DIS_CHANNEL (Distribution Channel), DIVISION (Division), PROCESS_TYPE (Business Transaction Type).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CRMC_UBB_UVP_DET 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 MANDTCLNT3T000MANDT
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2CRMC_DISTCHANCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
DIVISIONDivision CRMT_DIVISIONCHAR2Assigned to domainCRM_DIVISIONCRM_DIVISION
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4CRMC_PROC_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
ITEM_TYPE_MAINItem Category of Main Item CRMT_ITEM_TYPE_MAINCHAR4CRMC_ITEM_TYPECRM_ITEM_TYPECRM_ITEM_TYPE
ITEM_TYPEItem Category CRMT_ITEM_TYPECHAR4CRMC_ITEM_TYPECRM_ITEM_TYPECRM_ITEM_TYPE
USAGE_VOL_PROCName of Determ.Procedure /SAPCND/CTLIST_NAMECHAR6/SAPCND/CTLIST/SAPCND/CTLIST_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMC_UBB_UVP_DET
INTO CORRESPONDING FIELDS OF WA_CRMC_UBB_UVP_DET
WHERE...

How to access SAP table CRMC_UBB_UVP_DET

Within an ECC or HANA version of SAP you can also view further information about CRMC_UBB_UVP_DET 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!