STR_BW_LIM_EXP_CHAR SAP (Structure: Limits and Utilizations) Structure details

Dictionary Type: Structure
Description: Structure: Limits and Utilizations




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




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

STR_BW_LIM_EXP_CHAR 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 "Structure: Limits and Utilizations" 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_LIM_EXP_CHAR TYPE STR_BW_LIM_EXP_CHAR.

The STR_BW_LIM_EXP_CHAR table consists of various fields, each holding specific information or linking keys about Structure: Limits and Utilizations data available in SAP. These include SLA (Limit Type), RLV (Number of Limit Record), SLH (Hierarchy Level of Limit Record), DLVB (Limit Valid From).. 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 (Deep)


SAP STR_BW_LIM_EXP_CHAR 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
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
PROZLIMITCritical Limit Utilization in Percent TB_PROZLIMITDEC5(2) DEC3_2
COMPERDMaximum Risk Commitment Period in Months TB_COMPERDNUMC4NUMC4TB_COMPERD
VLOOrigin of Limit TB_VLONUMC1TB_VLO
RELSTATERelease Status of a Limit TB_RELSTATECHAR1TB_RELSTATE
RELUSERLast User to Change the Release Status of a Limit TB_RELUSERCHAR12Assigned to domainXUBNAME
RESUBDATEReview Date for Limit TB_RESUBDATEDATS8DATUM
RESUBUSERUser who is to review the limit TB_RESUBUSERCHAR12Assigned to domainXUBNAME
ARSMDFlag for Automatically-Determined Review Date TB_ARSMDCHAR1XFELD
NOTES_EXISTFlag Showing if Notes Exist TB_NOTES_EXISTCHAR1XFELD
INFINITEIndicator: Do Not Check Limit TB_LIMIT_INFINITECHAR1TB_LIMIT_INFINITE
EDLVEExternal Validity End Date of Limit TB_EDLVEDATS8DATUM
LLOCKLock Date TB_LOCKDATS8DATE
LLUSERLimit Locked By TB_LUSERCHAR12Assigned to domainXUBNAME
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
CLISingle Transaction Commitment Amount: Totals Record TB_CLI_SUMCURR17(2) WERTV9
BLILimit Amount Utilized: Totals Record TB_BLI_SUMCURR17(2) WERTV9
BLSGlobal Collateral Amount: Totals Record TB_BLSSCURR17(2) WERTV9
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
WLICurrency of Utilization (Total) TB_WLISCUKY5Assigned to domainWAERS
COMPERD_DECMaximum Risk Commitment Period in Months TB_COMPERD_DECDEC4DEC4
FLIAvailable Limit Amount TB_BDELTACURR17(2) WERTV9
QLILimit Utilization in Percent TB_QLIDEC10(2) DEC8_2
LIMIT_TYPE_TXTName of Limit Type TB_XLACHAR30TEXT30
NAME1Name 1 (surname for persons, otherwise company name) BP_NAME1CHAR40TEXT40
LINEKAddress Line DTE_REP_BW_ADDR60CHAR60
NOTE_FLAG_HIndicator: Time-Independent Note Exists TB_NOTE_FLAG_HCHAR4Assigned to domainICON
LOCK_FLAG_HIndicator Showing that Limits are Locked TB_LOCK_FLAG_HCHAR4Assigned to domainICON
DETERM_METHDetermination Procedure for Limit Utilizations TB_SLENUMC2Assigned to domainKL_DETPROC
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_CURRCUKY5TCURCWAERS
CHARACTERISTICS 0

Key field Non-key field



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

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

How to access SAP table STR_BW_LIM_EXP_CHAR

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