NAPX_FAL SAP (IS-H: Appendix Case Table) Table details

Dictionary Type: Table
Description: IS-H: Appendix Case Table




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




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

NAPX_FAL is a standard SAP Table which is used to store IS-H: Appendix Case Table data and is available within R/3 SAP systems depending on the version and release level.

The NAPX_FAL table consists of various fields, each holding specific information or linking keys about IS-H: Appendix Case Table data available in SAP. These include APXNR (), FALNR (IS-H: Case Number), EINRI (Institution), LEAD (IS-H: Indicator for Leading Case in Appendix).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP NAPX_FAL 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
APXNR APXNRCHAR10NAPXALPHAAPXNR
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
LEADIS-H: Indicator for Leading Case in Appendix ISH_APX_LEADCHAR1XFELD
REASON ISH_RETURN_REASONCHAR2ALPHAISH_RETURN_REASON
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM NAPX_FAL
INTO CORRESPONDING FIELDS OF WA_NAPX_FAL
WHERE...

How to access SAP table NAPX_FAL

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