NFALACP SAP (IS-H: Case Accrual per Day) Table details

Dictionary Type: Table
Description: IS-H: Case Accrual per Day




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




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

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

The NFALACP table consists of various fields, each holding specific information or linking keys about IS-H: Case Accrual per Day data available in SAP. These include EINRI (Institution), FALNR (IS-H: Case Number), LFDNR (IS-H: Sequential number of a case accrual), DMBTR (Amount in Local Currency).. 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 or numeric)


SAP NFALACP 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRIS-H: Sequential number of a case accrual LFDFAGNUMC5Assigned to domainLFDBEW
DMBTRAmount in Local Currency DMBTRCURR13(2) WERT7
ENDDTIS-H: Case End Date (Discharge Date, etc.) ISH_ENDACPDATS8RI_DATUM
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BLDATDocument Date in Document BLDATDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
BSCHLHPosting Key for Credit Posting ISH_BSCHLHCHAR2Assigned to domainBSCHL
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
SHKZGDebit/Credit Indicator SHKZGCHAR1SHKZG
BKTXTDocument Header Text BKTXTCHAR25TEXT25
SGTXTItem Text SGTXTCHAR50TEXT50
HKONTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
AUFNRIS-HCO: Receiver (Order) ISH_EAUFNCHAR12Assigned to domainALPHAAUFNR
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
TODATIS-H: Accrued To (with Accrual per Day) ISH_TOACPDATS8RI_DATUM
BSCHLSPosting Key for Debit Posting ISH_BSCHLSCHAR2Assigned to domainBSCHL
KONTOIS-H: Receivables Account for Accrual ISH_KONTO1CHAR10Assigned to domainALPHASAKNR
COMPLIS-H: Case is Closed for Daily Revenue Accrual ISH_COMPLCHAR1XFELD
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
BELNRBilling Document VBELN_VFCHAR10Assigned to domainALPHAVBELNVF
RETRYIS-H: Repeat Last Offsetting Entry Through Final Billing ISH_ACPRETRYCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM NFALACP
INTO CORRESPONDING FIELDS OF WA_NFALACP
WHERE...

How to access SAP table NFALACP

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