NC301TX SAP (IS-H: EDI: Temporary Transfer Table Ext. -> Int. Files) Table details

Dictionary Type: Table
Description: IS-H: EDI: Temporary Transfer Table Ext. -> Int. Files




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




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

NC301TX is a standard SAP Table which is used to store IS-H: EDI: Temporary Transfer Table Ext. -> Int. Files data and is available within R/3 SAP systems depending on the version and release level.

The NC301TX table consists of various fields, each holding specific information or linking keys about IS-H: EDI: Temporary Transfer Table Ext. -> Int. Files data available in SAP. These include EINRI (Institution), EDIPROC (IS-HCM: EDI Procedure), DAS301 (Data Collection Point for EDI Message Transmission), ORGFILE301 (IS-HCM: Logical file name (§301, §302)).. 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 NC301TX 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
EDIPROCIS-HCM: EDI Procedure N_EDIPROCCHAR5TNC301G0N_EDIPROC
DAS301Data Collection Point for EDI Message Transmission ISH_DAS301CHAR10NC301PN301DEST
ORGFILE301IS-HCM: Logical file name (§301, §302) N301FILEOCHAR30TEXT30
FILE301IS-HCM: Name of EDI file without any path specification N301FILECHAR30TEXT30
LF301EIS-HCM: EDI - Last external file number (inbound) NLASTNRINNUMC10VNNR
EXTFNAMEIS-HCM: EDI File Name with Complete Path, 225 Chars Max. FILENAM255CHAR255TEXT255
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT

Key field Non-key field



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

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

SELECT SINGLE *
FROM NC301TX
INTO CORRESPONDING FIELDS OF WA_NC301TX
WHERE...

How to access SAP table NC301TX

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