VTSL_LIEXP SAP (Credit Limit Single Transaction Check: Join Limits <-> Util.) Structure details

Dictionary Type: Structure
Description: Credit Limit Single Transaction Check: Join Limits <-> Util.




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




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

VTSL_LIEXP 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 "Credit Limit Single Transaction Check: Join Limits <-> Util." 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_LIEXP TYPE VTSL_LIEXP.

The VTSL_LIEXP table consists of various fields, each holding specific information or linking keys about Credit Limit Single Transaction Check: Join Limits <-> Util. data available in SAP. These include DLVB (Limit Valid From), DLVE (Limit Valid To), BLIMIT (Internal Limit Amount), ELIMIT (External Limit Amount).. 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_LIEXP 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
RESULT_DETAILSingle Transaction Check Result as Traffic Light (Detailed) TB_LIGHTS_DETAILCHAR1TB_LIGHTS
DLVBLimit Valid From TB_DLVBDATS8DATUM
DLVELimit Valid To TB_DLVEDATS8DATUM
BLIMITInternal Limit Amount TB_BLIMITCURR17(2) T_BLV
ELIMITExternal Limit Amount TB_ELIMITCURR17(2) T_BLV
WLIMITLimit Currency TB_WLIMITCUKY5Assigned to domainWAERSFWS
COMPERDMaximum Risk Commitment Period in Months TB_COMPERDNUMC4NUMC4TB_COMPERD
RELTEXTText for Release Status TB_RELTEXTCHAR12CHAR12
RELSTATERelease Status of a Limit TB_RELSTATECHAR1TB_RELSTATE
SLILimit Utilization Status TB_SLINUMC1ATLSLIT_SLI
DLIBase Date for Determining Limit Utilization TB_DLIDATS8DATUM
VLI'Valid From' Date of the Limit Utilization TB_VLIDATS8DATUM
BLILimit Amount Utilized: Totals Record TB_BLI_SUMCURR17(2) WERTV9
CLISingle Transaction Commitment Amount: Totals Record TB_CLI_SUMCURR17(2) WERTV9
BLSGlobal Collateral Amount: Totals Record TB_BLSSCURR17(2) WERTV9
WLITarget Currency for Conversion of Limit Amount Utilized TB_WLIZCUKY5Assigned to domainWAERS
SLPPercentage of Attribution TB_SLPDEC10(7) DEC3_7
DIFF_IDifference Between Internal Limit and Amount Utilized TB_DIFF_ICURR17(2) T_BLV
DIFF_EDifference Between External Limit and Amount Utilized TB_DIFF_ECURR17(2) T_BLV
RLI_NEWRisk Commitment Period in Months TB_RLINUMC4NUMC4
BLI_NEWLimit Utilization Amount for Single Transaction TB_BLI_NEWCURR17(2) WERTV9
CLI_NEWSingle Transaction Commitment Amount TB_CLI_NEWCURR17(2) WERTV9
WLI_NEWTransaction Currency TB_WLIECUKY5Assigned to domainWAERS
QLILimit Utilization in Percent TB_QLIDEC10(2) DEC8_2
BLI_OLDLimit Utilization Amount from Single Transaction (Old) TB_BLI_OLDCURR17(2) WERTV9
CLI_OLDSingle Transaction Commitment (Old) TB_CLI_OLDCURR17(2) WERTV9
WLI_OLDTransaction Currency TB_WLIECUKY5Assigned to domainWAERS
INFINITEIndicator: Do Not Check Limit TB_LIMIT_INFINITECHAR1TB_LIMIT_INFINITE
PROZLIMITCritical Limit Utilization in Percent TB_PROZLIMITDEC5(2) DEC3_2
TLIObject Number Category in Limit Management TB_TLICHAR2TB_TLI
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
EDLVEExternal Validity End Date of Limit TB_EDLVEDATS8DATUM

Key field Non-key field



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

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

How to access SAP table VTSL_LIEXP

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