/BEV3/CH183 SAP (Screen_modification_table) Table details

Dictionary Type: Table
Description: Screen_modification_table




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




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

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

The /BEV3/CH183 table consists of various fields, each holding specific information or linking keys about Screen_modification_table 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV3/CH183 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
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/CHSCHELLCHAR1Assigned to domain/BEV3/CHVFLAG
MUSS1Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE1Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1Assigned to domain/BEV3/CHVFLAG
AUSGABE1Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1Assigned to domain/BEV3/CHVFLAG
UNSICHTBA1Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1Assigned to domain/BEV3/CHVFLAG
GROUP2Screen Group /BEV3/CHSCGROUPCHAR3/BEV3/CHSCGROUP
HELL2Screen Modification Field in the Foreground /BEV3/CHSCHELLCHAR1Assigned to domain/BEV3/CHVFLAG
MUSS2Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE2Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1Assigned to domain/BEV3/CHVFLAG
AUSGABE2Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1Assigned to domain/BEV3/CHVFLAG
UNSICHTBA2Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1Assigned to domain/BEV3/CHVFLAG
GROUP3Screen Group /BEV3/CHSCGROUPCHAR3/BEV3/CHSCGROUP
HELL3Screen Modification Field in the Foreground /BEV3/CHSCHELLCHAR1Assigned to domain/BEV3/CHVFLAG
MUSS3Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE3Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1Assigned to domain/BEV3/CHVFLAG
AUSGABE3Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1Assigned to domain/BEV3/CHVFLAG
UNSICHTBA3Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1Assigned to domain/BEV3/CHVFLAG
GROUP4Screen Group /BEV3/CHSCGROUPCHAR3/BEV3/CHSCGROUP
HELL4Screen Modification Field in the Foreground /BEV3/CHSCHELLCHAR1Assigned to domain/BEV3/CHVFLAG
MUSS4Screen Modification Required Entry /BEV3/CHSCREQUIRCHAR1/BEV3/CHSCREQUIR
EINGABE4Screen Modification Field Ready for Input /BEV3/CHSCINPUTCHAR1Assigned to domain/BEV3/CHVFLAG
AUSGABE4Screen Modification Output Field /BEV3/CHSCOUTPUTCHAR1Assigned to domain/BEV3/CHVFLAG
UNSICHTBA4Screen Modification Field Hidden /BEV3/CHSCINVISCHAR1Assigned to domain/BEV3/CHVFLAG

Key field Non-key field



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

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

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

How to access SAP table /BEV3/CH183

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