J_5KFH_NMA2_T1 SAP (line) Structure details

Dictionary Type: Structure
Description: line




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




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

J_5KFH_NMA2_T1 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 "line" 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_J_5KFH_NMA2_T1 TYPE J_5KFH_NMA2_T1.

The J_5KFH_NMA2_T1 table consists of various fields, each holding specific information or linking keys about line data available in SAP. These include ACT_TYPE (Activity type), ACC (Account), SUB_ACC (Sub account), ACQ_VALUE (Acquisition value).. 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 J_5KFH_NMA2_T1 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
DEPTDepartment J_5KFH_DEPTCHAR25TEXT25
ACT_TYPEActivity type J_5KFH_ACT_TYPECHAR40TEXT40
ACCAccount J_5KFH_ACCCHAR10Assigned to domainALPHASAKNR
SUB_ACCSub account J_5KFH_SUB_ACCCHAR10Assigned to domainALPHASAKNR
ACQ_VALUEAcquisition value J_5KFH_ACQ_VALUECURR13(2) ANLKWERT
USE_LIFEUseful life J_5KFH_USE_LIFENUMC3PERAF
DPR_RATEDepreciation rate J_5KFH_DPR_RATEDEC6(2)
CUM_DPRCumulative depreciation J_5KFH_CUM_DPRCURR17(2)
ACC_CODECode of Account J_5KFH_ACC_CODECHAR20TEXT20
ACC_DATEDate of taking over to accounting J_5KFH_ACC_DATEDATS8DATS
ACQ_METHODAcquisition Method J_5KFH_ACQ_METHODCHAR40TEXT40
REG_DOCRegistration Document J_5KFH_REG_DOCCHAR40TEXT40
RET_DOC_NORetirement document number J_5KFH_RET_DOC_NOCHAR14TEXT14
RET_DOC_DATERetirement document date J_5KFH_RET_DOC_DATEDATS8DATS
RET_REASON_DSCRRetirement reason description J_5KFH_RET_REASON_DSCRCHAR40TEXT40
RET_REASON_CODERetirement reason code J_5KFH_RET_REASON_CODECHAR20TEXT20
SLS_REV_VALUESales Revenue Value J_5KFH_SLS_REV_VALUECURR17(2)

Key field Non-key field



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

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

How to access SAP table J_5KFH_NMA2_T1

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