UMK_YS_BKCHASEL SAP (Characteristic Selection Value) Structure details

Dictionary Type: Structure
Description: Characteristic Selection Value




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




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

UMK_YS_BKCHASEL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Characteristic Selection Value" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_UMK_YS_BKCHASEL TYPE UMK_YS_BKCHASEL.

The UMK_YS_BKCHASEL table consists of various fields, each holding specific information or linking keys about Characteristic Selection Value data available in SAP. These include BKICTXT (Long Text), CHANM (InfoObject Name), CHATXT (Long Text), T_RANGE ().. 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: Cannot Be Enhanced


SAP UMK_YS_BKCHASEL structure 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
BKICBenchmark InfoCube UMK_Y_BKICCHAR30RSINFOCUBE
BKICTXTLong Text UMK_Y_LTXTCHAR60UMK_D_LTXT
CHANMInfoObject Name UMK_Y_IOBJNMCHAR30UMK_D_IOBJNM
CHATXTLong Text UMK_Y_LTXTCHAR60UMK_D_LTXT
T_RANGE 0
LPOSNPosition in the List UMK_Y_LPOSNNUMC2
IOBJTPType of an InfoObject UMK_Y_IOBJTPCHAR3UMK_D_IOBJTP

Key field Non-key field



How do I retrieve data from SAP structure UMK_YS_BKCHASEL using ABAP code?

As UMK_YS_BKCHASEL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on UMK_YS_BKCHASEL as there is no data to select.

How to access SAP table UMK_YS_BKCHASEL

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