NC301DX SAP (IS-HCM: EDI - Transfer System File Log) Table details

Dictionary Type: Table
Description: IS-HCM: EDI - Transfer System File Log




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




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

NC301DX is a standard SAP Table which is used to store IS-HCM: EDI - Transfer System File Log data and is available within R/3 SAP systems depending on the version and release level.

The NC301DX table consists of various fields, each holding specific information or linking keys about IS-HCM: EDI - Transfer System File Log data available in SAP. These include LF301D (IS-H: File Number), LF301E (IS-HCM: EDI - Last external file number (inbound)), FNAME (IS-HCM: EDI File Name with Complete Path, 225 Chars Max.).. 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 NC301DX 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
LF301DIS-H: File Number ISH_LF301DNUMC10Assigned to domainALPHAISH_LF301D
LF301EIS-HCM: EDI - Last external file number (inbound) NLASTNRINNUMC10VNNR
FNAMEIS-HCM: EDI File Name with Complete Path, 225 Chars Max. FILENAM255CHAR255TEXT255

Key field Non-key field



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

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

SELECT SINGLE *
FROM NC301DX
INTO CORRESPONDING FIELDS OF WA_NC301DX
WHERE...

How to access SAP table NC301DX

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