VTSL_XCID SAP (Texts for Free Characteristic Values) Structure details

Dictionary Type: Structure
Description: Texts for Free Characteristic Values




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




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

VTSL_XCID 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 "Texts for Free Characteristic Values" 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_VTSL_XCID TYPE VTSL_XCID.

The VTSL_XCID table consists of various fields, each holding specific information or linking keys about Texts for Free Characteristic Values data available in SAP. These include XCID02 (Description of Free Characteristic Value 02), XCID03 (Description of Free Characteristic Value 03), XCID04 (Description of Free Characteristic Value 04), XCID05 (Description of Free Characteristic Value 05).. 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 VTSL_XCID 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
XCID01Description of Free Characteristic Value 01 TB_XCID01CHAR30TEXT30
XCID02Description of Free Characteristic Value 02 TB_XCID02CHAR30TEXT30
XCID03Description of Free Characteristic Value 03 TB_XCID03CHAR30TEXT30
XCID04Description of Free Characteristic Value 04 TB_XCID04CHAR30TEXT30
XCID05Description of Free Characteristic Value 05 TB_XCID05CHAR30TEXT30
XCID06Description of Free Characteristic Value 06 TB_XCID06CHAR30TEXT30
XCID07Description of Free Characteristic Value 07 TB_XCID07CHAR30TEXT30
XCID08Description of Free Characteristic Value 08 TB_XCID08CHAR30TEXT30
XCID09Description of Free Characteristic Value 09 TB_XCID09CHAR30TEXT30
XCID10Description of Free Characteristic Value 10 TB_XCID10CHAR30TEXT30
XCID11Description of Free Characteristic Value 11 TB_XCID11CHAR30TEXT30
XCID12Description of Free Characteristic Value 12 TB_XCID12CHAR30TEXT30
XCID13Description of Free Characteristic Value 13 TB_XCID13CHAR30TEXT30
XCID14Description of Free Characteristic Value 14 TB_XCID14CHAR30TEXT30
XCID15Description of Free Characteristic Value 15 TB_XCID15CHAR30TEXT30

Key field Non-key field



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

As VTSL_XCID 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 VTSL_XCID as there is no data to select.

How to access SAP table VTSL_XCID

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