VTVESCS_LI SAP (Limit characteristics that can be defined by the customer) Structure details

Dictionary Type: Structure
Description: Limit characteristics that can be defined by the customer




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




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

VTVESCS_LI 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 "Limit characteristics that can be defined by the customer" 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_VTVESCS_LI TYPE VTVESCS_LI.

The VTVESCS_LI table consists of various fields, each holding specific information or linking keys about Limit characteristics that can be defined by the customer data available in SAP. These include RCID02 (Maturity Band in Credit Limit), RCID03 (Free Characteristic 03), RCID04 (Free Characteristic 04), RCID05 (Free Characteristic 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 VTVESCS_LI 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
RCID01Country Group TB_RCID01CHAR5VTBLMCIDTB_RCIDTB_RCID01
RCID02Maturity Band in Credit Limit TB_RCID02CHAR5VTBLMCIDTB_RCIDTB_RCID02
RCID03Free Characteristic 03 TB_RCID03CHAR5VTBLMCIDTB_RCIDTB_RCID03
RCID04Free Characteristic 04 TB_RCID04CHAR5VTBLMCIDTB_RCIDTB_RCID04
RCID05Free Characteristic 05 TB_RCID05CHAR5VTBLMCIDTB_RCIDTB_RCID05
RCID06Free Characteristic 06 TB_RCID06CHAR5VTBLMCIDTB_RCIDTB_RCID06
RCID07Free Characteristic 07 TB_RCID07CHAR5VTBLMCIDTB_RCIDTB_RCID07
RCID08Free Characteristic 08 TB_RCID08CHAR5VTBLMCIDTB_RCIDTB_RCID08
RCID09Free Characteristic 09 TB_RCID09CHAR5VTBLMCIDTB_RCIDTB_RCID09
RCID10Free Characteristic 10 TB_RCID10CHAR5VTBLMCIDTB_RCIDTB_RCID10
RCID11Free Characteristic 11 TB_RCID11CHAR5VTBLMCIDTB_RCIDTB_RCID11
RCID12Free Characteristic 12 TB_RCID12CHAR5Assigned to domainTB_RCIDTB_RCID12
RCID13Free Characteristic 13 TB_RCID13CHAR5Assigned to domainTB_RCIDTB_RCID13
RCID14Free Characteristic 14 TB_RCID14CHAR5Assigned to domainTB_RCIDTB_RCID14
RCID15Free Characteristic 15 TB_RCID15CHAR5Assigned to domainTB_RCIDTB_RCID15
ACID01Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID02Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID03Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID04Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID05Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID06Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID07Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID08Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID09Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID10Customer characteristic ID TB_ACIDNUMC2VTBLMCID0TB_ACID
ACID11Customer characteristic ID TB_ACIDNUMC2Assigned to domainTB_ACID
ACID12Customer characteristic ID TB_ACIDNUMC2Assigned to domainTB_ACID
ACID13Customer characteristic ID TB_ACIDNUMC2Assigned to domainTB_ACID
ACID14Customer characteristic ID TB_ACIDNUMC2Assigned to domainTB_ACID
ACID15Customer characteristic ID TB_ACIDNUMC2Assigned to domainTB_ACID

Key field Non-key field



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

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

How to access SAP table VTVESCS_LI

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