NC301A SAP (IS-HCM: EDI - Obsolete! (Documentation Archive Transfers)) Table details

Dictionary Type: Table
Description: IS-HCM: EDI - Obsolete! (Documentation Archive Transfers)




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




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

NC301A is a standard SAP Table which is used to store IS-HCM: EDI - Obsolete! (Documentation Archive Transfers) data and is available within R/3 SAP systems depending on the version and release level.

The NC301A table consists of various fields, each holding specific information or linking keys about IS-HCM: EDI - Obsolete! (Documentation Archive Transfers) data available in SAP. These include EINRI (Institution), DAS301 (Data Collection Point for EDI Message Transmission), NINOUTSIGN (IS-HCM: Outbound - Inbound Message(s) Indicator), LF301M (IS-HCM: Seq. File Number (Data Cllct. Point-Specific)).. 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 NC301A 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
DAS301Data Collection Point for EDI Message Transmission ISH_DAS301CHAR10Assigned to domainN301DEST
NINOUTSIGNIS-HCM: Outbound - Inbound Message(s) Indicator NINOUTSIGNCHAR1NINOUTSIGN
LF301MIS-HCM: Seq. File Number (Data Cllct. Point-Specific) ISH_LF301MNUMC5NUM05
FILE301IS-HCM: Name of EDI file without any path specification N301FILECHAR30TEXT30
QNTMAILSIS-HCM: Number of Messages NQNTMAILSNUMC10NUMC10
FILESIZEIS-HCM Size of file in no. of characters (incl. control ch.) NFILESIZENUMC10NUM10
MEDIUMIS-HCM: Medium for data exchange (data carrier type) NMEDIUMCHAR2NMEDIUM
BEGDTSEIS-HCM: Start date of data transfer ยง301 N301SNDBDTDATS8RI_DATUM
BEGZTSEIS-HCM: Start time of data transfer N301SNDBTMTIMS6
ENDDTSEIS-HCM: End Date of EDI Data Transfer N301SNDEDTDATS8RI_DATUM
ENDZTSEIS-HCM: End Time of Data Transfer Paragraph 301 N301SNDETMTIMS6
CREBEGDTIS-HCM: Start Date of File Creation N301CREBDTDATS8RI_DATUM
CREBEGZTIS-HCM: Start Time of File Creation N301CREBTMTIMS6
STANDIS-HCM: Communications Standard CMSTDCHAR8Assigned to domainNTSTD
STVERIS-HCM: Version of Communication Standard STDVERCHAR3Assigned to domainNTVER
SPECHARSIS-HCM: Special Characters Agreed (Standard-Dependent) SPECHARSCHAR6CHAR6
SESTAIS-H: Send/Receipt Status (EDI) ISH_SESTACHAR2ISH_SESTA
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time Data Record was Last Changed ISH_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM

Key field Non-key field



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

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

SELECT SINGLE *
FROM NC301A
INTO CORRESPONDING FIELDS OF WA_NC301A
WHERE...

How to access SAP table NC301A

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