/SAPSRM/V_PROD SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




ABAP Code to SELECT data from /SAPSRM/V_PROD
Related tables to /SAPSRM/V_PROD
Access table /SAPSRM/V_PROD




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

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

The /SAPSRM/V_PROD table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include PRODUCT_GUID (Internal Unique ID of Product), CATEGORY_GUID (Category GUID), CATEGORY_ID (Category ID), CATEGORY_TEXT (Category Description).. 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 /SAPSRM/V_PROD 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
CATEGORY_GUIDCategory GUID COMT_CATEGORY_GUIDRAW16COMM_PRCATSYSUUID
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
CATEGORY_TEXTCategory Description COMT_CATEGORY_TEXTCHAR80TEXT80
HIERARCHY_GUIDCategory Hierarchy GUID COMT_HIERARCHY_GUIDRAW16SYSUUID
HIERARCHY_IDCategory Hierarchy ID COMT_HIERARCHY_IDCHAR10COM_HIERARCHY_IDCOM_HIER
LANGULanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
SHTEXT_LARGEProduct Description in Uppercase for F4 Help COMT_PRSHTEXTGCHAR40PRSHTEXTG40
SHORT_TEXTProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
PRODUCT_TYPEProduct Type COMT_PRODUCT_TYPECHAR2COMC_PR_TYPECOM_PRODUCT_TYPECOM_PRODUCT_TYPECOM_PR_TYPE_ACTIVE
LOGSYSOriginal System COMT_LOGSYSCHAR10ALPHALOGSYSCOM_LOGSYSCOM_PRODUCT_LOGSYS

Key field Non-key field



How do I retrieve data from SAP table /SAPSRM/V_PROD using ABAP code

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

SELECT SINGLE *
FROM /SAPSRM/V_PROD
INTO CORRESPONDING FIELDS OF WA_/SAPSRM/V_PROD
WHERE...

How to access SAP table /SAPSRM/V_PROD

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