ALV_STR_KLREL_LIMIT SAP (Structure of Outtab of DISPLAY_REL_LIMITS) Structure details

Dictionary Type: Structure
Description: Structure of Outtab of DISPLAY_REL_LIMITS




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




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

ALV_STR_KLREL_LIMIT 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 of Outtab of DISPLAY_REL_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_ALV_STR_KLREL_LIMIT TYPE ALV_STR_KLREL_LIMIT.

The ALV_STR_KLREL_LIMIT table consists of various fields, each holding specific information or linking keys about Structure of Outtab of DISPLAY_REL_LIMITS data available in SAP. These include LIMITID (Limit ID), KEYDATE (Evaluation Date), LTXT (Long Text for Limit ID), UTILIZATION (Utilization).. 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 ALV_STR_KLREL_LIMIT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LIMITIDLimit ID KL_LIMITIDCHAR3Assigned to domainKL_LIMIT_ID
KEYDATEEvaluation Date AFW_KEYDATEDATS8T_KEYDATEKEYDATE
LTXTLong Text for Limit ID KL_LID_KTXTCHAR30CHAR30
UTILIZATIONUtilization KL_UTILCHAR4CHAR4
ERROR_EXCEPTIONError Status AIS_EXCEPTIONCHAR1CHAR1
DISP_CURRDisplay Currency TB_DISP_CURRCUKY5Assigned to domainWAERS
UTIL_LIMIT_AMNTUtilization Amount KL_UTIL_AMNTCURR17(2) T_BLV
REF_LIMIT_AMNTLimit Reference Amount KL_REF_AMNTCURR17(2) T_BLV
LOW_LIMIT_RATIOLower Limit Ratio in & KL_LOW_LIMIT_RATIODEC5(2) DEC3_2
UPP_LIMIT_RATIOUpper Limit Ratio in % KL_UPP_LIMIT_RATIODEC5(2) DEC3_2
LOW_ABS_LIMITLower Absolute Limit KL_LOW_LIMIT_ABSCURR17(2) T_BLV
UPP_ABS_LIMITUpper Limit Absolute KL_UPP_LIMIT_ABSCURR17(2) T_BLV
REL_LIMITRelative Limit in % KL_REL_LIMITDEC15(3) DEC12_3
UTIL_INDICATORUtilization Indicator in % KL_UTIL_INDICATORDEC15(3) DEC12_3
KEYF_UTIL_LIMITKey Figure Utilization KL_KEYFIG_UTILCHAR8Assigned to domainALFANAFWKF_DEFINITIONAFWKF_KEYFIG
UTIL_LIMIT_VIEWView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
UTIL_LIMIT_PHIDUtilization of Portfolio Hierarchy KL_PHID_UTILNUMC3Assigned to domainJBRPHIDPHIDS_AFWCH_PH
UTIL_LIMIT_NODEUtilization of Portfolio Hierarchy Node KL_PHNODE_UTILNUMC6Assigned to domainJBRPHKNID
UTIL_LIMIT_NODE_TXTLong Text for Portfolio Hierarchy Node KL_PH_NODE_TXTCHAR100CHAR100
KEYF_REF_LIMITKey Figure: Limit Reference KL_KEYFIG_REFCHAR8Assigned to domainALFANAFWKF_DEFINITIONAFWKF_KEYFIG
REF_LIMIT_VIEWView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
REF_LIMIT_PHIDReference Limit for Portfolio Hierarchy KL_PHID_REFNUMC3Assigned to domainJBRPHIDPHIDS_AFWCH_PH
REF_LIMIT_NODEReference Limit of Portfolio Hierarchy Node KL_PHNODE_REFNUMC6Assigned to domainJBRPHKNID
REF_LIMIT_NODE_TXTLong Text for Portfolio Hierarchy Node KL_PH_NODE_TXTCHAR100CHAR100
CELL_COLOUR 0
CRIC_LIMIT_UTILCritial Limit Utilization in % KL_CRIC_LIMIT_UTILDEC5(2) DEC3_2

Key field Non-key field



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

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

How to access SAP table ALV_STR_KLREL_LIMIT

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