KLPROTFAZINFO SAP (Log of Key Figures for Facility) Structure details

Dictionary Type: Structure
Description: Log of Key Figures for Facility




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




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

KLPROTFAZINFO 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 "Log of Key Figures for Facility" 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_KLPROTFAZINFO TYPE KLPROTFAZINFO.

The KLPROTFAZINFO table consists of various fields, each holding specific information or linking keys about Log of Key Figures for Facility data available in SAP. These include ERMVERFEXT (Name of Determination Procedure), FAZNR (Identifier for Facilities (Internal)), FKTXT (Short Text for Facility), FAZID (Identifier for Facilities (External)).. 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 KLPROTFAZINFO 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
ERMVERFDetermination Procedure KL_DETPROCNUMC2Assigned to domainKL_DETPROC
ERMVERFEXTName of Determination Procedure KL_ERMVERF_KNAMECHAR20CHAR20S
FAZNRIdentifier for Facilities (Internal) KL_FAZNRCHAR20Assigned to domainKL_FAZNRFAZINT
FKTXTShort Text for Facility KL_FKTXTCHAR20CHAR20
FAZIDIdentifier for Facilities (External) KL_FAZIDCHAR40KL_FAZIDFAZEXT
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NAME1Name 1 (surname for persons, otherwise company name) BP_NAME1CHAR40TEXT40
NAME2Name 2 (Continuation of NAME 1) BP_NAME2CHAR40TEXT40
AB_NET_BAmount of the Basic Key Figure KL_BBKNZCURR17(2) KL_AMOUNT
AB_NET_SCurrency of Basic Key Figure KL_SBKNZCUKY5Assigned to domainWAERS
ADDON_NET_BAmount of the Basic Key Figure KL_BBKNZCURR17(2) KL_AMOUNT
ADDON_NET_SCurrency of Basic Key Figure KL_SBKNZCUKY5Assigned to domainWAERS
NBV Net/Gross Ratio0
PV_SUM_ALL_BAmount of the Basic Key Figure KL_BBKNZCURR17(2) KL_AMOUNT
PV_SUM_ALL_SCurrency of Basic Key Figure KL_SBKNZCUKY5Assigned to domainWAERS
PV_SUM_POS_BAmount of the Basic Key Figure KL_BBKNZCURR17(2) KL_AMOUNT
PV_SUM_POS_SCurrency of Basic Key Figure KL_SBKNZCUKY5Assigned to domainWAERS
ADDON_SUM_ALL_BAmount of the Basic Key Figure KL_BBKNZCURR17(2) KL_AMOUNT
ADDON_SUM_ALL_SCurrency of Basic Key Figure KL_SBKNZCUKY5Assigned to domainWAERS
AWKT_ALL Average DEFPROB for all Netting Trans, (possibly with RR)0

Key field Non-key field



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

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

How to access SAP table KLPROTFAZINFO

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