CNVC_SCNG_F4T SAP (Text Table for 'F4' Help Values) Table details

Dictionary Type: Table
Description: Text Table for 'F4' Help Values




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




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

CNVC_SCNG_F4T is a standard SAP Table which is used to store Text Table for 'F4' Help Values data and is available within R/3 SAP systems depending on the version and release level.

The CNVC_SCNG_F4T table consists of various fields, each holding specific information or linking keys about Text Table for 'F4' Help Values data available in SAP. These include DOMNAME (Domain Name), VALUE (Values for Domains: Single Value / Upper Limit), LANGU (Language Key), DESCRIPTION (Short Text for Fixed Values).. 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

Text table for: CNVC_SCNG_F4_DOM


SAP CNVC_SCNG_F4T 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
DOMNAMEDomain Name CNVC_CSNG_DOMCHAR30CNVC_SCNG_F4_DOMCHAR30
VALUEValues for Domains: Single Value / Upper Limit DOMVALUE_LCHAR10CNVC_SCNG_F4_DOMDOMVAL
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
DESCRIPTIONShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT

Key field Non-key field



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

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

SELECT SINGLE *
FROM CNVC_SCNG_F4T
INTO CORRESPONDING FIELDS OF WA_CNVC_SCNG_F4T
WHERE...

How to access SAP table CNVC_SCNG_F4T

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