RNCHCM1 SAP (IS-HCM HCM precustomizing screen fields) Structure details

Dictionary Type: Structure
Description: IS-HCM HCM precustomizing screen fields




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




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

RNCHCM1 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-HCM HCM precustomizing screen fields" 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_RNCHCM1 TYPE RNCHCM1.

The RNCHCM1 table consists of various fields, each holding specific information or linking keys about IS-HCM HCM precustomizing screen fields data available in SAP. These include EINRI (Institution), SYSTID (IS-H: Unique system identification (logical name)), SYSTYP (IS-H: System Type Specification), ISHREL (IS-H: Release).. 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 RNCHCM1 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
SYSTIDIS-H: Unique system identification (logical name) ISH_SYSTEMCHAR8TN02SALPHAISH_SYSTEM
SYSTYPIS-H: System Type Specification SYSTYPCHAR2ALPHASYSTYP
ISHRELIS-H: Release ISHRELCHAR4ALPHAISHREL
DBREMIS-H: Identification of External System DBREMCHAR1XFELD
XCOMNAMEIS-HCM: Name of the Communication Partner in Table TXCOM XCOMNAMECHAR8XUHDEST
STANDIS-HCM: Communications Standard CMSTDCHAR8TNCSTNTSTD
STVERIS-HCM: Version of Communication Standard STDVERCHAR3TNCSTNTVER
SPECHARSIS-HCM: Special Characters Agreed (Standard-Dependent) SPECHARSCHAR6CHAR6
ALLINONEIS-HCM: Write all messages to file NTISH.dat NALLINONECHAR1XFELD
SPERRKZBlocking Indicator RI_SPERRCHAR1XFELD
SDESTSymbolic destination SDESTCHAR8XUHDEST
LULogical Unit LUCHAR8LU
TPTransaction program TPCHAR8TP
TPPUTLong TP name LONGTPCHAR64LONGTP
TPGETLong TP name LONGTPCHAR64LONGTP
TPRESPLong TP name LONGTPCHAR64LONGTP
CTYPECommunications type CTYPECHAR1CTYPE
GWHOSTGateway host GWHOSTCHAR20GWHOST
GWSERVGateway service GWSERVCHAR20GWSERV
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6Assigned to domainN_EVENT
NTNRIS-HCM: Message Type Number Supported by SAP INBOUND N_SUPPNTNOCHAR3Assigned to domainN_SUPPNTNO
KZORGABHIndicator for Org. Unit-Dependent Dispatch Control KZORGABHCHAR1XFELD
EKIS-HCM: Message Type Owner Code NTOWNERCDECHAR2NTOWNERCDE
RFCDESTIS-HCM: Logical Destination for Remote Function Call ISHRFCDESTCHAR32RFCDESRFCDESTRFC
FUNAMIS-H: Remote Function (Module) Name (Target Computer) RFNAMECHAR30Assigned to domainFUNCNAME
IFFUBIS-HCM: Cust. interface FM for Express dispatch N_CIFUBCHAR30TFDIRFUNCNAME
CODEPAGESAP Character Set ID CPCODEPAGENUMC4TCP00CPCODEPAGE

Key field Non-key field



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

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

How to access SAP table RNCHCM1

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