VTBLIEVW SAP (Work Structure: Transactions with DPs and Attributable Amnts) Structure details

Dictionary Type: Structure
Description: Work Structure: Transactions with DPs and Attributable Amnts




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




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

VTBLIEVW 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 "Work Structure: Transactions with DPs and Attributable Amnts" 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_VTBLIEVW TYPE VTBLIEVW.

The VTBLIEVW table consists of various fields, each holding specific information or linking keys about Work Structure: Transactions with DPs and Attributable Amnts data available in SAP. These include OBJNR (Object number), OBJTXT (Transaction description), DLI (Base Date for Determining Limit Utilization), SLI (Limit Utilization Status).. 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: Not classified


SAP VTBLIEVW 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
TLIObject Number Category in Limit Management TB_TLICHAR2TB_TLI
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJTXTTransaction description TB_OBJTXTCHAR80TEXT80
DLIBase Date for Determining Limit Utilization TB_DLIDATS8DATUM
SLILimit Utilization Status TB_SLINUMC1Assigned to domainT_SLI
SLEDetermination Procedure for Limit Utilizations TB_SLENUMC2Assigned to domainKL_DETPROC
XSLEShort Text for Determination Procedure TB_XSLE_KCHAR20CHAR20S
VLI'Valid From' Date of the Limit Utilization TB_VLIDATS8DATUM
BLI_IELimit Utilization Amount: Single Record TB_BLIECURR17(2) WERTV9
CLI_IESingle Transaction Commitment Amount TB_CLICURR17(2) WERTV9
COLI_IECollateral Amount For Single Transaction TB_COLICURR17(2) WERTV9
BLS_IEGlobal Collateral Amount: Single Record TB_BLSECURR17(2) WERTV9
WLI_IECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
BLI_IE_VWLimit Utilization Amount in Limit/Display Currency TB_BLI_VWCURR17(2) WERTV9
CLI_IE_VWSingle Transaction Commitment Amount in Limit/Displ.Currency TB_CLI_VWCURR17(2) WERTV9
COLI_IE_VWCollateral Amount for Single Trans. in Limit/Eval. Currency TB_COLI_VWCURR17(2) WERTV9
BLS_IE_VWGlobal Collateral Amount: Single Record in Limit/Eval. Crcy TB_BLSE_VWCURR17(2) WERTV9
WLI_IE_VWDisplay Currency (Single Record) TB_WLIE_VWCUKY5Assigned to domainWAERS
RLIRisk Commitment Period in Months TB_RLINUMC4NUMC4
DLILEvaluation Date for Limit Utilizations TB_DLILDATS8DATUM
TLILTime of Determination of Limit Utilizations TB_TLILTIMS6UZEIT
DLVELimit Valid To TB_DLVEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table VTBLIEVW

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