NWCH90 SAP (Fee-Based Services) Table details

Dictionary Type: Table
Description: Fee-Based Services




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




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

NWCH90 is a standard SAP Table which is used to store Fee-Based Services data and is available within R/3 SAP systems depending on the version and release level.

The NWCH90 table consists of various fields, each holding specific information or linking keys about Fee-Based Services data available in SAP. These include EINRI (Institution), LFDNR (Sequence Number of Fee-Based Service), FALNR (IS-H: Case Number), LNRLS (IS-H: Service Sequence Number).. 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 NWCH90 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 MANDTCLNT3T000MANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
LFDNRSequence Number of Fee-Based Service NWCH_LFDNRCHAR10ALPHANWCH_LFDNR
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
ARZTIS-H: Person Number RI_PERNRCHAR10Assigned to domainALPHARI_KUNNRNGP
HONARTFee Type NWCH_HONARTCHAR10TNWCH92NWCH_HONART
HONUGRFee Subgroup NWCH_HONUGRCHAR10TNWCH93NWCH_HONUGR
ROLLEIS-H: Function of Business Partner in Rel. to Service ISH_ROLTPECHAR2TN18RALPHAISH_ROLTPE
BETRAGAmount NWCH_BETRAGCURR15(2) WERTV8
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
STATUSStatus of Fee-Based Service NWCH_HONSTATUSCHAR1NWCH_HONSTATUS
AUFTCDEFee Breakdown Code NWCH_AUFTCDECHAR10TNWCH97SNWCH_AUFTCDE
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
FGUSRName of User Who Released Record NWCH_FGUSRCHAR12USNAM
UEBDATTransfer Date for Fee-Based Service NWCH_UEBDATDATS8RI_DATUM
BEMERKComments (Abridged) NWCH_BEMERKCHAR50NWCH_BEMERK
RECHNRBilling Document VBELN_VFCHAR10VBUKALPHAVBELNVF
KOSTLIS-H: Cost Center Assigned to Organizational Unit ISH_KOSTLCHAR10Assigned to domainALPHAKOSTL
ERBDATIS-H: Date when Service Performance Ends (Actual) I_EDT_LSDATS8RI_DATUM
SPERREBlock Indicator for Fee-Based Service NWCH_SPERRECHAR1XFELD
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
VERRKTOGeneral Ledger Account HKONTCHAR10SKB1ALPHASAKNR
FALAIIS-H: Case Type - User-Specific FALLARTECHAR1Assigned to domainFALLARTE
CLASSClass for Fee NWCH_AT_CLASSCHAR4CHAR04
LIMITLimit NWCH_LIMITCHAR10TNWCH94LALPHANWCH_LIMIT
ABSCHRIndicator for Depreciation NWCH_ABSCHRCHAR1NWCH_ABSCHR
ABDATDepreciation Date NWCH_ABDATDATS8RI_DATUM
ABUSRUser Who Performed Depreciation NWCH_ABUSRCHAR12USNAM
UBLDATDate Fee-Based Service Transferred to FI NWCH_UBLDATDATS8RI_DATUM
UBLUSRUser Who Performed Transfer to FI NWCH_UBLUSRCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM NWCH90
INTO CORRESPONDING FIELDS OF WA_NWCH90
WHERE...

How to access SAP table NWCH90

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