CRMV_PROD_SALESG SAP (Generated Table for View CRMV_PROD_SALESG) Table View details

Dictionary Type: Table View
Description: Generated Table for View CRMV_PROD_SALESG




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




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

CRMV_PROD_SALESG is a standard SAP Table View which is used to store Generated Table for View CRMV_PROD_SALESG data and is available within R/3 SAP systems depending on the version and release level.

The CRMV_PROD_SALESG table consists of various fields, each holding specific information or linking keys about Generated Table for View CRMV_PROD_SALESG data available in SAP. These include PRODUCT_GUID (Internal Unique ID of Product), SALES_ORG (Sales Organization), DISTR_CHAN (Distribution Channel), FRAGMENT_TYPE (Internal Key of a Set 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMV_PROD_SALESG table view 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 MANDTCLNT3MANDT
PRODUCT_GUIDInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
DISTR_CHANDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2CRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
FRAGMENT_TYPEInternal Key of a Set Type COMT_FRGTYPE_GUIDRAW16SYSUUID
FRG_GUIDSet GUID COMT_FRG_GUIDRAW16SYSUUID
PROD_PR_GROUPProduct Group CRMT_PROD_PR_GROUPCHAR2CRMC_PRC_PRGRPCRM_PROD_PR_GROUP
PRC_GROUP1Product Group 1 CRMT_PRC_GROUP1CHAR3CRMC_PRC_GRP1CRM_PRC_GROUP1
PRC_GROUP2Product Group 2 CRMT_PRC_GROUP2CHAR3CRMC_PRC_GRP2CRM_PRC_GROUP2
PRC_GROUP3Product Group 3 CRMT_PRC_GROUP3CHAR3CRMC_PRC_GRP3CRM_PRC_GROUP3
PRC_GROUP4Product Group 4 CRMT_PRC_GROUP4CHAR3CRMC_PRC_GRP4CRM_PRC_GROUP4
PRC_GROUP5Product Group 5 CRMT_PRC_GROUP5CHAR3CRMC_PRC_GRP5CRM_PRC_GROUP5
REBATE_GROUPVolume Rebate Group CRMT_REBATE_GROUPCHAR2CRMC_REBATEGRPCRM_REBATE_GROUP
COMM_GROUPCommission Group CRMT_COMM_GROUPCHAR2CRMC_COMM_GRPCRM_COMM_GROUP
ACCTGRP_PRODAccount Assignment Group for Product CRMT_ACCTGRPPRODCHAR2CRMC_ACGRPPRODCRM_ACCTGRPPROD
SALESCAT_GUIDDistribution Chain Dependent Category CRMT_SALESCAT_GUIDRAW16SYSUUID

Key field Non-key field



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

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

SELECT SINGLE *
FROM CRMV_PROD_SALESG
INTO CORRESPONDING FIELDS OF WA_CRMV_PROD_SALESG
WHERE...

How to access SAP table CRMV_PROD_SALESG

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