RNCFILE0 SAP (IS-H: Structure for File Name Composition in HCM/EDI Area) Structure details

Dictionary Type: Structure
Description: IS-H: Structure for File Name Composition in HCM/EDI Area




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




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

RNCFILE0 is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "IS-H: Structure for File Name Composition in HCM/EDI Area" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_RNCFILE0 TYPE RNCFILE0.

The RNCFILE0 table consists of various fields, each holding specific information or linking keys about IS-H: Structure for File Name Composition in HCM/EDI Area data available in SAP. These include MANDT (Client), EINRI (Institution), EDIPROC (IS-HCM: EDI Procedure), DAS301 (Data Collection Point for EDI Message Transmission).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP RNCFILE0 structure 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 MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4TN01ALPHAEINRIEIN
EDIPROCIS-HCM: EDI Procedure N_EDIPROCCHAR5TNC301G0N_EDIPROC
DAS301Data Collection Point for EDI Message Transmission ISH_DAS301CHAR10NC301BN301DEST
NINOUTSIGNIS-HCM: Outbound - Inbound Message(s) Indicator NINOUTSIGNCHAR1NINOUTSIGN
NTNRIS-HCM: Message Type Number NTNRCHAR3TNCT0NTNR
CONST1IS-H EDI: Constant in File Name ISH_FILEFIXCHAR10VAL_TEXT
CONST2IS-H EDI: Constant in File Name ISH_FILEFIXCHAR10VAL_TEXT
CONST3IS-H EDI: Constant in File Name ISH_FILEFIXCHAR10VAL_TEXT
SEQ_CONST1IS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_CONST2IS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_CONST3IS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_LF301MIS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_YEARIS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_MONTHIS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_COUNTIS-H: Sequence ISH_SEQNUMC2NUM02
QNT_LF301MIS-H: Number of Digits of DCP-Specific Sequence Number ISH_QNTLF301MNUMC2NUM02
QNT_YEARIS-H: EDI Number of Digits in Year Specification Used ISH_QNTYEARNUMC2NUM02
QNT_COUNTIS-H: EDI Number of Digits for Counter ISH_QNTCOUNTNUMC2NUM02
CNT_MONTHIS-H: Counter Incremented on Monthly Basis ISH_IND_MONTHCHAR1XFELD
CNT_YEARIS-H: Counter Incremented on Yearly Basis ISH_IND_YEARCHAR1XFELD
CNT_NUMIS-H: Numerical Counter Used ISH_IND_NUMCHAR1XFELD
CNT_ALPHAIS-H: Counter Contains Letters Only ISH_IND_ALPHACHAR1XFELD
CNT_NUMALIS-H: Counter Numeric, then Alphabetical ISH_IND_NUMALCHAR1XFELD
CNT_ALNUMIS-H: Counter Alphabetical, then Numeric ISH_IND_ALNUMCHAR1XFELD
LF301CIS-H: EDI Sequence Counter for File Name Logic ISH_LF301CCHAR10ISH_LF301C
LAST_DATEIS-H: EDI Date when Counter Last Incremented ISH_LASTDATEDATS8RI_DATUM
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
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
SEQ_FALNRIS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_PATNRIS-H: Sequence ISH_SEQNUMC2NUM02
SEQ_EINRIIS-H: Sequence ISH_SEQNUMC2NUM02
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
LF301MIS-HCM: Seq. File Number (Data Cllct. Point-Specific) ISH_LF301MNUMC5NUM05
QNT_FALNRIS-H: Number of Digits from Case Number ISH_QNTFALNRNUMC2NUM02
DEL_ZEROSIS-H: Suppress Leading Zeros ISH_DELZEROSCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure RNCFILE0 using ABAP code?

As RNCFILE0 is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on RNCFILE0 as there is no data to select.

How to access SAP table RNCFILE0

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