/BEV3/CHV183 SAP (Generated Table for View /BEV3/CHV183) Table View details

Dictionary Type: Table View
Description: Generated Table for View /BEV3/CHV183




ABAP Code to SELECT data from /BEV3/CHV183
Related tables to /BEV3/CHV183
Access table /BEV3/CHV183




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

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

The /BEV3/CHV183 table consists of various fields, each holding specific information or linking keys about Generated Table for View /BEV3/CHV183 data available in SAP. These include PROGRAMM (Application areas), TCODE (Transaction Code), DYNPRO (Screen number), GROUP1 (Screen Group).. 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 /BEV3/CHV183 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
MANDTClient MANDTCLNT3MANDT
PROGRAMMApplication areas AGIDVCHAR40TRDIREPROGRAMM
TCODETransaction Code TCODECHAR20TSTCTCODETCD
DYNPROScreen number /BEV3/CHDYNNRCHAR4/BEV3/CHDYNNR
GROUP1Screen Group /BEV3/CHSCGROUPCHAR3/BEV3/CHSCGROUP
HELL1Screen Modification Field in the Foreground /BEV3/CHSCHELLCHAR1/BEV3/CHVFLAG
MUSS1Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE1Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1/BEV3/CHVFLAG
AUSGABE1Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1/BEV3/CHVFLAG
UNSICHTBA1Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1/BEV3/CHVFLAG
GROUP2Screen Group /BEV3/CHSCGROUPCHAR3/BEV3/CHSCGROUP
HELL2Screen Modification Field in the Foreground /BEV3/CHSCHELLCHAR1/BEV3/CHVFLAG
MUSS2Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE2Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1/BEV3/CHVFLAG
AUSGABE2Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1/BEV3/CHVFLAG
UNSICHTBA2Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1/BEV3/CHVFLAG
GROUP3Screen Group /BEV3/CHSCGROUPCHAR3/BEV3/CHSCGROUP
HELL3Screen Modification Field in the Foreground /BEV3/CHSCHELLCHAR1/BEV3/CHVFLAG
MUSS3Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE3Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1/BEV3/CHVFLAG
AUSGABE3Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1/BEV3/CHVFLAG
UNSICHTBA3Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1/BEV3/CHVFLAG
GROUP4Screen Group /BEV3/CHSCGROUPCHAR3/BEV3/CHSCGROUP
HELL4Screen Modification Field in the Foreground /BEV3/CHSCHELLCHAR1/BEV3/CHVFLAG
MUSS4Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE4Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1/BEV3/CHVFLAG
AUSGABE4Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1/BEV3/CHVFLAG
UNSICHTBA4Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1/BEV3/CHVFLAG

Key field Non-key field



How do I retrieve data from SAP table /BEV3/CHV183 using ABAP code

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

SELECT SINGLE *
FROM /BEV3/CHV183
INTO CORRESPONDING FIELDS OF WA_/BEV3/CHV183
WHERE...

How to access SAP table /BEV3/CHV183

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