RN1MLEDATA SAP (IS-H*MED:IS-HCM structure for medical service data) Structure details

Dictionary Type: Structure
Description: IS-H*MED:IS-HCM structure for medical service data




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




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

RN1MLEDATA 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*MED:IS-HCM structure for medical service data" 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_RN1MLEDATA TYPE RN1MLEDATA.

The RN1MLEDATA table consists of various fields, each holding specific information or linking keys about IS-H*MED:IS-HCM structure for medical service data data available in SAP. These include MANDT (Client), EINRI (Institution), FALNR (IS-H: Case Number), FZIFF (Check Digit for Case).. 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 or numeric)


SAP RN1MLEDATA 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
IDENTIFIERIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
MANDTClient MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
MODULOIS-H: Coding of Modulo Method for Check Digit ISH_MODULOCHAR3ISH_MODULO
ORGIDIS-H: Org. Unit (for OU-Related Service Entry Only) ORGID_LSCHAR8Assigned to domainALPHAORGIDOGE
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
LEITXIS-H: Service Short Text (May Differ from Service Master) TEXT_LEICHAR40LEIKTXT
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
HAUSTIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
TARASIS-H: Multiplication Factor TARAS6DEC6(3) ISH_TARAS6
ABRKZService Can Be Billed For ABRKZCHAR1ABRKZ_LS
IMENGService Quantity I_MENG_LSNUMC4LEISMENGE
IBGDTIS-H: Date when Service Performance Starts (Actual) I_BDT_LSDATS8RI_DATUM
IBZTIS-H: Time when Service Performance Starts (Actual) I_BZT_LSTIMS6UHRZT
IENDTIS-H: Date when Service Performance Ends (Actual) I_EDT_LSDATS8RI_DATUM
IEZTIS-H: Time Service Performance Ends (Actual) I_EZT_LSTIMS6UHRZT
ERBTYType of Service Performance TYP_ERBRCHAR1TYP_ERBR
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
ANFIDIdentification of a Request (Number) ANFIDNUMC8Assigned to domainANFID
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
NTRKZIndicator for Subsequently Added Service NTRKZCHAR1XFELD
LSSTAService Status N1LSSTA_DCHAR3N1LSSTA
LSSTAEService Status - User-Specific N1LSSTAECHAR3Assigned to domainN1LSSTAE
LSSTTXTService Status Text N1LSSTTXTCHAR10N1C010
GPARTEmployee Responsible N1MITARBCHAR10Assigned to domainALPHARI_KUNNRVMA
NAME1IS-H: Last Name/ 1st Name GPNAM1CHAR35NAMENA1
NAME2First Name / Second Name GPNAM2CHAR35NAME
WBGDTDesired Start Date of a Service W_BDT_LSDATS8RI_DATUM
WBGZTDesired Start Time of a Service W_BZT_LSTIMS6UHRZT
ERGTXSupplementary Text N1ERGTXCHAR50TEXT50
OBJTPCode for document class SO_OBJ_TPCHAR3Assigned to domainSO_OBJ_TP
STOIDReason for Canceling Medical Object N1STOIDCHAR3Assigned to domainN1STOID
STOTXText for Cancellation Reason N1STOTXCHAR15N1C015

Key field Non-key field



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

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

How to access SAP table RN1MLEDATA

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