VTBLV0_DI SAP (Direct Input Structure for Creating Limits) Structure details

Dictionary Type: Structure
Description: Direct Input Structure for Creating Limits




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




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

VTBLV0_DI 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 "Direct Input Structure for Creating Limits" 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_VTBLV0_DI TYPE VTBLV0_DI.

The VTBLV0_DI table consists of various fields, each holding specific information or linking keys about Direct Input Structure for Creating Limits data available in SAP. These include DLVB (Limit Valid From), DLVE (Limit Valid To), BLIMIT (Internal Limit (For Direct Input)), ELIMIT (External Limit (for Direct Input)).. 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: Can be enhanced (character-type or numeric)


SAP VTBLV0_DI 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
SLALimit Type TB_SLACHAR3ATLAT_SLATB_SLA
DLVBLimit Valid From TB_DLVBDATS8DATUM
DLVELimit Valid To TB_DLVEDATS8DATUM
BLIMITInternal Limit (For Direct Input) TB_BLIMIT_DIDEC23(4) BAPICURR
ELIMITExternal Limit (for Direct Input) TB_ELIMIT_DIDEC23(4) BAPICURR
WLIMITLimit Currency TB_WLIMITCUKY5TCURCWAERSFWS
COMPERDMaximum Risk Commitment Period in Months TB_COMPERDNUMC4NUMC4TB_COMPERD
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
SLPGLimit Product Group TB_SLPGCHAR3ATLPGT_SLPGTB_SLPG
RPORTBPortfolio RPORTBCHAR10TWPOBRPORTBT50H_RPORTB_CORE
RDEALERTrader RDEALERCHAR12TZDEARDEALER
WAERSCurrency as Limit Characteristic TB_WCHARCUKY5TCURCWAERSFWS
CONTROL01Monitoring Unit TB_CONTROLCHAR10CHAR10TB_CONTROL
INTORGInternal Organizational Unit TB_INTORGUNITCHAR10KLINTORGKL_INTORGTB_INTORG
RCOUNTRYRelevant Country for Country Risk TB_RISKCOUNTRYCHAR3T005LAND1TB_RCOUNTRYH_T005
COUNTRYCountry Key LAND1_GPCHAR3T005LAND1C_LAND1
SECTORIndustry of Business Partner TB_INDSECTCHAR10TB038ABU_INDSECTOR
RATINGRating BP_RATINGCHAR3TP06BP_RATING
CRATINGCountry Rating TB_COUNTRYRATINGCHAR5KLLRDEF01KL_CRATINGTB_CRATING
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_RCID12CHAR5VTBLMCIDTB_RCIDTB_RCID12
RCID13Free Characteristic 13 TB_RCID13CHAR5VTBLMCIDTB_RCIDTB_RCID13
RCID14Free Characteristic 14 TB_RCID14CHAR5VTBLMCIDTB_RCIDTB_RCID14
RCID15Free Characteristic 15 TB_RCID15CHAR5VTBLMCIDTB_RCIDTB_RCID15
PROZLIMITCritical Limit Utilization in Percent TB_PROZLIMITDEC5(2) DEC3_2
RESUBDATEReview Date for Limit TB_RESUBDATEDATS8DATUM
RESUBUSERUser who is to review the limit TB_RESUBUSERCHAR12Assigned to domainXUBNAME
INFINITEIndicator: Do Not Check Limit TB_LIMIT_INFINITECHAR1TB_LIMIT_INFINITE
IREFNOReference Number for the Link Limit <-> Interim Limit TB_IREFNONUMC5NUMC5
EDLVEExternal Validity End Date of Limit TB_EDLVEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table VTBLV0_DI

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