RNEXL SAP (IS-H: Structure exporting variables for service entry) Structure details

Dictionary Type: Structure
Description: IS-H: Structure exporting variables for service entry




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




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

RNEXL 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 exporting variables for service entry" 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_RNEXL TYPE RNEXL.

The RNEXL table consists of various fields, each holding specific information or linking keys about IS-H: Structure exporting variables for service entry data available in SAP. These include AUFSW (IS-H: Date of First Contact), AUFZT (IS-H: Time of Movement), ABRKZ (IS-H: Billing Indicator for Case), BUKRS (Company Code).. 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 RNEXL 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
AUFDTIS-H: Date of First Contact ISH_AUFDTDATS8RI_DATUM
AUFSWIS-H: Date of First Contact AUFSWCHAR40TEXT40
AUFZTIS-H: Time of Movement BWIZTTIMS6UHRZT
ABRKZIS-H: Billing Indicator for Case ABRKZ_FALLCHAR1ABRKZ_FALL
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BWARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
ENTDTDate of Last Contact ENTDTDATS8RI_DATUM
ENTSWIS-H: Date of Last Contact ENTSWCHAR40TEXT40
ENTZTIS-H: Time of Movement BWIZTTIMS6UHRZT
FALARIS-H: Case Type FALLARTCHAR1FALLART
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
GBDATIS-H: Birthdate RI_GBDATDATS8RI_DATUM
GSCHLIS-H: Sex Indicator - User-Specific GSCHLECHAR1Assigned to domainGSCHLE
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
PLANAUFPlanned/Actual Admission Indicator PLANAUFCHAR1ISH_PLAN
PLANENTPlanned/Actual Discharge Indicator PLANENTCHAR1ISH_PLAN
PNAMEIS-H: Patient Name RI_NAMECHAR30TEXT30
SNBEWIS-H: Indicator whether the user selected a movement SEL_NBEWCHAR1XFELD
STATUIS-H: Case Status FALLSTATUSCHAR1FALLSTATUS
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
OKURZ1Organizational Unit Identifier ISH_OKURZCHAR38TEXT38
OKURZ2Organizational Unit Identifier ISH_OKURZCHAR38TEXT38
BELNRIS-H: Document Number of IV Document/Treatment Certificate KS_BELNRCHAR10Assigned to domainALPHAKS_BELNR
LANDIS-H: Country of patient's place of residence LAND_PATCHAR3Assigned to domainLAND1

Key field Non-key field



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

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

How to access SAP table RNEXL

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