LAFAR_AFAP SAP (Struction of AFAR depreciation parameters) Structure details

Dictionary Type: Structure
Description: Struction of AFAR depreciation parameters




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




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

LAFAR_AFAP 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 "Struction of AFAR depreciation parameters" 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_LAFAR_AFAP TYPE LAFAR_AFAP.

The LAFAR_AFAP table consists of various fields, each holding specific information or linking keys about Struction of AFAR depreciation parameters data available in SAP. These include AFAMET (Depreciation calculation method), BEZWKZ (Base value key for depreciation calculation), AFPROZ (Depreciation percentage rate), MINPRZ (Minimum percentage rate).. 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: Not classified


SAP LAFAR_AFAP 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
AFARSLBase method AFARSLCHAR4Assigned to domainAFARSL
AFAMETDepreciation calculation method AFAMETCHAR1AFAMET
BEZWKZBase value key for depreciation calculation BEZWKZCHAR2BEZWKZ
AFPROZDepreciation percentage rate AFPROZDEC7(4) AFPROZ
MINPRZMinimum percentage rate MINPRZDEC7(4) AFPROZ
MAXPRZMaximum percentage rate MAXPRZDEC7(4) AFPROZ
STKGESPlanned number of units in the period STZAHLDEC15PACK8
STKAFAPlanned number of units in the period STZAHLDEC15PACK8
DEGFAKDeclining-balance multiplication factor DEGFAKDEC3(2) DEC1_2
PERAFANatural Number INT4INT410INT4
PERAFAGWNatural Number INT4INT410INT4
PERFYNatural Number INT4INT410INT4
PERFY_GJNatural Number INT4INT410INT4
KGPROZReduction of base value by an entered percentage rate KGPROZDEC7(4) AFPROZ
MSFAKREffects of multiple shifts in depreciation key MSFAKRCHAR1MSFAKR
XSTILLCalculate shutdown XSTILLCHAR1XFELD
RPERBEGNatural Number INT4INT410INT4
RPERENDNatural Number INT4INT410INT4
RAFBEGNatural Number INT4INT410INT4
RAFENDNatural Number INT4INT410INT4
BISPERNatural Number INT4INT410INT4
GESDAUNatural Number INT4INT410INT4
RESDAUNatural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table LAFAR_AFAP

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