WB2_V_COMSUB SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

WB2_V_COMSUB 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 WB2_V_COMSUB table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include SIDE (Side), COM_CAT (Commodity Item Category), DATE_NEEDED (Date Requirement), ASSGMT_REL (Assignment Relevant).. 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 WB2_V_COMSUB 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 MANDTCLNT3T000MANDT
SIDESide WLF_PR_SIDECHAR2WLF_PR_SIDE
COM_CATCommodity Item Category WLF_COM_ITEM_CATCHAR4WLF_COM_ITEM_CAT
DATE_NEEDEDDate Requirement WLF_DATE_NEEDEDCHAR1WLF_DATE_NEEDED
ASSGMT_RELAssignment Relevant WLF_ASSGMT_RELCHAR1BVALD
TEXTDescription BEZEI40CHAR40TEXT40

Key field Non-key field



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

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

SELECT SINGLE *
FROM WB2_V_COMSUB
INTO CORRESPONDING FIELDS OF WA_WB2_V_COMSUB
WHERE...

How to access SAP table WB2_V_COMSUB

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