STR_BW_SNGL_EXP SAP (Limit Utilizations at Transaction Level) Structure details

Dictionary Type: Structure
Description: Limit Utilizations at Transaction Level




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




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

STR_BW_SNGL_EXP 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 Utilizations at Transaction Level" 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_STR_BW_SNGL_EXP TYPE STR_BW_SNGL_EXP.

The STR_BW_SNGL_EXP table consists of various fields, each holding specific information or linking keys about Limit Utilizations at Transaction Level data available in SAP. These include SLA (Limit Type), RLV (Number of Limit Record), SLH (Hierarchy Level of Limit Record), 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: Can be enhanced (character-type or numeric)


SAP STR_BW_SNGL_EXP 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_SLACHAR3Assigned to domainT_SLATB_SLA
RLVNumber of Limit Record TB_RLVNUMC20T_RLV
SLHHierarchy Level of Limit Record TB_SLHNUMC2NUMC2
SLILimit Utilization Status TB_SLINUMC1Assigned to domainT_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
WLICurrency of Utilization (Total) TB_WLISCUKY5Assigned to domainWAERS
CLI_VWSingle Transaction Commitment Amount: Totals Record in LC/EC TB_CLI_SUM_VWCURR17(2) WERTV9
BLI_VWLimit Utilization Amount: Totals Record in Limit/Displ. Crcy TB_BLI_SUM_VWCURR17(2) WERTV9
BLS_VWTotal Global Collateral Amount: Totals Record in LC/EC TB_BLSS_VWCURR17(2) WERTV9
WLIMITLimit Currency TB_WLIMITCUKY5Assigned to domainWAERSFWS
FLIAvailable Limit Amount TB_BDELTACURR17(2) WERTV9
COMPERDMaximum Risk Commitment Period in Months TB_COMPERDNUMC4NUMC4TB_COMPERD
DLVELimit Valid To TB_DLVEDATS8DATUM
EDLVEExternal Validity End Date of Limit TB_EDLVEDATS8DATUM
XLAName of Limit Type TB_XLACHAR30TEXT30
TLIObject Number Category in Limit Management TB_TLICHAR2TB_TLI
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
OBJTXTTransaction Description DTE_REP_BW_FO_TEXTCHAR60
CLI_IESingle Transaction Commitment Amount TB_CLICURR17(2) WERTV9
BLI_IELimit Utilization Amount: Single Record TB_BLIECURR17(2) WERTV9
BLS_IEGlobal Collateral Amount: Single Record TB_BLSECURR17(2) WERTV9
COLI_IECollateral Amount For Single Transaction TB_COLICURR17(2) WERTV9
WLI_IECurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KLIExchange Rate for Limit Utilization TB_KLIDEC9(5) EXCRTUKURS
CLI_IE_VWSingle Transaction Commitment Amount in Limit/Displ.Currency TB_CLI_VWCURR17(2) WERTV9
BLI_IE_VWLimit Utilization Amount in Limit/Display Currency TB_BLI_VWCURR17(2) WERTV9
BLS_IE_VWGlobal Collateral Amount: Single Record in Limit/Eval. Crcy TB_BLSE_VWCURR17(2) WERTV9
COLI_IE_VWCollateral Amount for Single Trans. in Limit/Eval. Currency TB_COLI_VWCURR17(2) WERTV9
WLI_IE_VWDisplay Currency (Single Record) TB_WLIE_VWCUKY5Assigned to domainWAERS
SLPPercentage of Attribution TB_SLPDEC10(7) DEC3_7
RLIRisk Commitment Period in Months TB_RLINUMC4NUMC4
SLI_IELimit Utilization Status TB_SLINUMC1Assigned to domainT_SLI
SLEDetermination Procedure for Limit Utilizations TB_SLENUMC2Assigned to domainKL_DETPROC
DLILEvaluation Date for Limit Utilizations TB_DLILDATS8DATUM
TLILTime of Determination of Limit Utilizations TB_TLILTIMS6UZEIT
DELTAExternal Limit Amount TB_ELIMITCURR17(2) T_BLV
LIGHTTraffic Light Icon DTE_REP_BW_LIGHTCHAR4Assigned to domainICON
RELTEXTText for Release Status TB_RELTEXTCHAR12CHAR12
CONSEXCRed Traffic Light When Limit Exceeded TB_CONSEXCCHAR1XFELD
CONSRBDRed Traffic Light When Risk Commitment Period Exceeded TB_CONSRBDCHAR1XFELD
EMPTYLILimits Without Utilizations TB_EMPTYLICHAR1XFELD
DATEEMPTYStart of Validity Period for Limits w/o Utilizations TB_DATEEMPTYDATS8DATUM
ACTDATELatest Determination Date per Limit Type TB_ACTDATECHAR1XFELD
CALCHECKCompare with Factory Calendar TB_CALCHECKCHAR1XFELD
ROUNDRounding Control for Amount Fields TB_ROUNDCHAR1ROUND
EXONLYOnly Exceeded Limits TB_EXONLYCHAR1XFELD
EXPLUSExceeded Limits and Analagous Characteristic Combinations TB_EXPLUSCHAR1XFELD
DISP_CURRDisplay Currency TB_DISP_CURRCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table STR_BW_SNGL_EXP

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