NC01 SAP (IS-HCM Dispatch Orders to HCM) Table details

Dictionary Type: Table
Description: IS-HCM Dispatch Orders to HCM




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




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

NC01 is a standard SAP Table which is used to store IS-HCM Dispatch Orders to HCM data and is available within R/3 SAP systems depending on the version and release level.

The NC01 table consists of various fields, each holding specific information or linking keys about IS-HCM Dispatch Orders to HCM data available in SAP. These include EINRI (Institution), VANR (IS-HCM: Dispatch Message Number), APPLK (Application (Always N for IS-H)), EVENT (IS-H: Event for Triggering Messages, Forms).. 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 NC01 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
VANRIS-HCM: Dispatch Message Number VNNRNUMC10VNNR
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6Assigned to domainN_EVENT
DESTSYSTEMReceiving System (Target System) RCVSYSTEMCHAR8Assigned to domainALPHAISH_SYSTEM
XCOMNAMEIS-HCM: Name of the Communication Partner in Table TXCOM XCOMNAMECHAR8XUHDEST
STANDIS-HCM: Communications Standard CMSTDCHAR8TNCSTNTSTD
STVERIS-HCM: Version of Communication Standard STDVERCHAR3TNCSTNTVER
SPECHARSIS-HCM: Special Characters Agreed (Standard-Dependent) SPECHARSCHAR6CHAR6
NTOWNERCDEIS-HCM: Message Type Owner Code NTOWNERCDECHAR2NTOWNERCDE
NTNRIS-HCM: Message Type Number NTNRCHAR3Assigned to domainNTNR
KEY1IS-HCM: Key Value for Data Retrieval for Dispatch Order ISH_KEYARGCHAR30TEXT30
KEY2IS-HCM: Key Value for Data Retrieval for Dispatch Order ISH_KEYARGCHAR30TEXT30
KEY3IS-HCM: Key Value for Data Retrieval for Dispatch Order ISH_KEYARGCHAR30TEXT30
KEY4IS-HCM: Key Value for Data Retrieval for Dispatch Order ISH_KEYARGCHAR30TEXT30
KEY5IS-HCM: Key Value for Data Retrieval for Dispatch Order ISH_KEYARGCHAR30TEXT30
KEY6IS-HCM: Key Value for Data Retrieval for Dispatch Order ISH_KEYARGCHAR30TEXT30
DATUMIS-HCM: Date when Order Created AUFTRDATDATS8SYDATS
UZEITIS-HCM Time of request creation AUFTRTIMTIMS6SYTIME
SNDUSERUser who Created Dispatch Order (USER ID) AUFTRUSRCHAR12USNAM
TESTORDSGNIS-HCM: Indicator test dispatch order TESTORDSGNCHAR1XFELD
DESTLUIS-HCM: Logical Unit of Communication Partner NLUCHAR8LU
SUBKEY1IS-H: Additional key value for single event processing SUBKEYARGCHAR20TEXT20
SUBKEY2IS-H: Additional key value for single event processing SUBKEYARGCHAR20TEXT20
SUBKEY3IS-H: Additional key value for single event processing SUBKEYARGCHAR20TEXT20
SUBKEY4IS-H: Additional key value for single event processing SUBKEYARGCHAR20TEXT20
SUBKEY5IS-H: Additional key value for single event processing SUBKEYARGCHAR20TEXT20
SUBKEY6IS-H: Additional key value for single event processing SUBKEYARGCHAR20TEXT20

Key field Non-key field



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

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

SELECT SINGLE *
FROM NC01
INTO CORRESPONDING FIELDS OF WA_NC01
WHERE...

How to access SAP table NC01

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