NWCH92 SAP (Job Logging for Fee Breakdown) Table details

Dictionary Type: Table
Description: Job Logging for Fee Breakdown




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




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

NWCH92 is a standard SAP Table which is used to store Job Logging for Fee Breakdown data and is available within R/3 SAP systems depending on the version and release level.

The NWCH92 table consists of various fields, each holding specific information or linking keys about Job Logging for Fee Breakdown data available in SAP. These include EINRI (Institution), JOBNR (Job Number for Fee Breakdown), JOBDATE (Date on Which Fee Breakdown Was Run), JOBTIME (Time at Which Fee Breakdown Was Run).. 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 NWCH92 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
JOBNRJob Number for Fee Breakdown NWCH_JOBNRCHAR10NWCH_JOBNR
JOBDATEDate on Which Fee Breakdown Was Run NWCH_JOBDATEDATS8RI_DATUM
JOBTIMETime at Which Fee Breakdown Was Run NWCH_JOBTIMETIMS6DDTIME
JOB_ENDDATEDate on Which Fee Breakdown Was Run NWCH_JOBDATEDATS8RI_DATUM
JOB_ENDTIMETime at Which Fee Breakdown Was Run NWCH_JOBTIMETIMS6DDTIME
JOBUSERUser Who Started Fee Breakdown NWCH_USERCHAR12UNAME
JOBBEMERKComment on Breakdown Run NWCH_JOBBEMERKCHAR80TEXT_80
JOBKENNZIndicator for Pool Breakdown NWCH_POOLAUFTCHAR1XFELD
JOBARTIndicator for Type of Job NWCH_JOBARTCHAR1JOBART
JOBNRUNDOJob Number for Fee Breakdown NWCH_JOBNRCHAR10Assigned to domainNWCH_JOBNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM NWCH92
INTO CORRESPONDING FIELDS OF WA_NWCH92
WHERE...

How to access SAP table NWCH92

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