RNC301DY SAP (IS-H: EDI - Fields for workbench screen) Structure details

Dictionary Type: Structure
Description: IS-H: EDI - Fields for workbench screen




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




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

RNC301DY 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: EDI - Fields for workbench screen" 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_RNC301DY TYPE RNC301DY.

The RNC301DY table consists of various fields, each holding specific information or linking keys about IS-H: EDI - Fields for workbench screen data available in SAP. These include EINRI (Institution), LF301 (IS-H: Message Number), DAS301 (Data Collection Point for EDI Message Transmission), INSIGN (IS-HCM: Outbound - Inbound Message(s) Indicator).. 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 RNC301DY 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
LF301IS-H: Message Number ISH_LF301NUMC20Assigned to domainALPHAISH_LF301
DAS301Data Collection Point for EDI Message Transmission ISH_DAS301CHAR10NC301PN301DEST
INSIGNIS-HCM: Outbound - Inbound Message(s) Indicator NINOUTSIGNCHAR1NINOUTSIGN
OUTSIGNIS-HCM: Outbound - Inbound Message(s) Indicator NINOUTSIGNCHAR1NINOUTSIGN
LF301MIS-HCM: Seq. File Number (Data Cllct. Point-Specific) ISH_LF301MNUMC5NUM05
LF301DIS-H: File Number ISH_LF301DNUMC10Assigned to domainALPHAISH_LF301D
NOINFILEIS-HCM: Sequence Number of Record in EDI File ISH_301NIFNUMC5ALPHALFDPOS
ERDATFROMIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERDATTOIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
FALNRIS-H: Case Number FALNRCHAR10NFALALPHAFALNRFAL
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
EDIPROCIS-HCM: EDI Procedure N_EDIPROCCHAR5TNC301G0N_EDIPROC
REG301CDRegion for ยง301 according to DKG-CD N_BL301CDCHAR4N_301BLDKG
EXTAUFNRIS-H: EO Number of External Order EXTAUF_NRCHAR10ALPHAEXTAUFNR

Key field Non-key field



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

As RNC301DY 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 RNC301DY as there is no data to select.

How to access SAP table RNC301DY

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