EHFNDC_AMN_CAT SAP (Amount Categories) Table details

Dictionary Type: Table
Description: Amount Categories




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




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

EHFNDC_AMN_CAT is a standard SAP Table which is used to store Amount Categories data and is available within R/3 SAP systems depending on the version and release level.

The EHFNDC_AMN_CAT table consists of various fields, each holding specific information or linking keys about Amount Categories data available in SAP. These include CODE (Amount Category), DIMENSION (Physical Dimension), DEFAULT_UNIT (Measurement Units of Various Types), DEF_DIM_FOR_AMNC (Default Dimension for Amount Category).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = EHFNDC_AMN_CAT_T


SAP EHFNDC_AMN_CAT table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
CODEAmount Category EHFND_AMN_CATEGORY_CODECHAR21EHACAEHFND_AMN_CATEGORY_CODEEHFND_ELM_AMN_CATEGORY_CODE
DIMENSIONPhysical Dimension EHFND_UNIT_DIMENSIONCHAR6EHFND_UNIT_DIMENSIONEHFND_ELM_DIMENSION_CODE
DEFAULT_UNITMeasurement Units of Various Types EHFND_UNIT_CODEUNIT3Assigned to domainCUNITEHFND_UNIT_CODEEHFND_ELM_MEASURE_UNIT_CODE
DEF_DIM_FOR_AMNCDefault Dimension for Amount Category EHFND_DEF_DIM_FOR_AMN_CATCHAR1EHFND_INDICATOR

Key field Non-key field



How do I retrieve data from SAP table EHFNDC_AMN_CAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on EHFNDC_AMN_CAT to SELECT all data from the table
DATA: WA_EHFNDC_AMN_CAT TYPE EHFNDC_AMN_CAT.

SELECT SINGLE *
FROM EHFNDC_AMN_CAT
INTO CORRESPONDING FIELDS OF WA_EHFNDC_AMN_CAT
WHERE...

How to access SAP table EHFNDC_AMN_CAT

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