KLLIMITPROD SAP (Exceeded Limits) Structure details

Dictionary Type: Structure
Description: Exceeded Limits




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




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

KLLIMITPROD 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 "Exceeded 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_KLLIMITPROD TYPE KLLIMITPROD.

The KLLIMITPROD table consists of various fields, each holding specific information or linking keys about Exceeded Limits data available in SAP. These include SLA (Limit Type), LIMITVEXCEEDED (Limit was exceeded), SGSART (Product Type), SFHAART (Financial Transaction Type).. 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 KLLIMITPROD 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
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
SLALimit Type TB_SLACHAR3Assigned to domainT_SLATB_SLA
LIMITVEXCEEDEDLimit was exceeded KLLIMITVORGABECHAR1XFELD
SGSARTProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
SFHAARTFinancial Transaction Type TB_SFHAARTCHAR3Assigned to domainT_SFHAARTT02C_AT10
BNOMI1Nominal amount TV_NOMINALCURR17(2) T_BETRAG
SNOMWHR1Currency of Nominal Amount TV_NOMWAECUKY5Assigned to domainWAERS
BNOMI2Nominal amount TV_NOMINALCURR17(2) T_BETRAG
SNOMWHR2Currency of Nominal Amount TV_NOMWAECUKY5Assigned to domainWAERS
ANRECHBETRAmount of Assessment Basis 1 in Currency KL_BG1CURR17(2) KL_AMOUNT
WHRANRCurrency of Assessment Basis 1 KL_BG1CURRCUKY5Assigned to domainWAERS
PROD_LIMITLimit Amount per Product Type/Transaction Type KL_PLIMITCURR17(2) WERTV9
PROD_WLIMITLimit Currency for Each Product Type/Transaction Type KL_WLIMITCUKY5Assigned to domainWAERS
DIFF_AMOUNTDifference Between Internal Limit and Amount Utilized TB_DIFF_ICURR17(2) T_BLV
DIFF_WAMOUNTTransaction Currency TB_WLIECUKY5Assigned to domainWAERS
LIMITInternal Limit Amount TB_BLIMITCURR17(2) T_BLV
WLIMITLimit Currency TB_WLIMITCUKY5Assigned to domainWAERSFWS
CR_USEREntered by TB_CRUSERCHAR12SYCHAR12
CR_DATEEntered On TB_CRDATDATS8DATUM
CR_TIMEntry Time TB_CRTIMCHAR6TIME06

Key field Non-key field



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

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

How to access SAP table KLLIMITPROD

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