TNWCH101 SAP (Pools for Fee Billing) Table details

Dictionary Type: Table
Description: Pools for Fee Billing




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




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

TNWCH101 is a standard SAP Table which is used to store Pools for Fee Billing data and is available within R/3 SAP systems depending on the version and release level.

The TNWCH101 table consists of various fields, each holding specific information or linking keys about Pools for Fee Billing data available in SAP. These include EINRI (Institution), POOL (Pool for Fee Billing), VERW (Usage of Pool), BUKRS_ERTR (Company Code).. 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)

Text table = TNWCH101T


SAP TNWCH101 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
POOLPool for Fee Billing NWCH_POOLCHAR10NWCH_POOL
VERWUsage of Pool NWCH_VERWCHAR1NWCH_VERW
BUKRS_ERTRCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ERTRKTOG/L Account Number SAKNRCHAR10SKB1ALPHASAKNRSAKC_SAKNR
BUKRS_AUFWCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
AUFWKTOG/L Account Number SAKNRCHAR10SKB1ALPHASAKNRSAKC_SAKNR
BUKRS_LOHNCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
LOHNKTOAccount for Payroll Posting NWCH_LOHNKTOCHAR10SKB1ALPHASAKNRSAKSAKO
KOSTLCost Center NWCH_KOSTLCHAR10Assigned to domainALPHAKOSTL
AUFNROrder Number NWCH_AUFNRCHAR12Assigned to domainALPHAAUFNR
PSPNRWork Breakdown Structure Element (WBS Element) NWCH_PSPNRCHAR24ABPSNPS_POSID

Key field Non-key field



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

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

SELECT SINGLE *
FROM TNWCH101
INTO CORRESPONDING FIELDS OF WA_TNWCH101
WHERE...

How to access SAP table TNWCH101

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