RNLE2 SAP (IS-H: Structure for checking/converting services) Structure details

Dictionary Type: Structure
Description: IS-H: Structure for checking/converting services




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




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

RNLE2 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 checking/converting services" 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_RNLE2 TYPE RNLE2.

The RNLE2 table consists of various fields, each holding specific information or linking keys about IS-H: Structure for checking/converting services data available in SAP. These include ABTAR (IS-H: Service Catalog Identification Key), ABGDT (IS-H: Date when Item Was Completed), ANFOE (Departmental Organizational Unit That Requests the Service), ANPOE (IS-H: Nursing Organizational Unit Requesting the Service).. 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 RNLE2 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
ABLSTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
ABTARIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
ABGDTIS-H: Date when Item Was Completed KS_PABDTDATS8KS_ABGDT
ANFOEDepartmental Organizational Unit That Requests the Service ANFOECHAR8Assigned to domainALPHAORGID
ANPOEIS-H: Nursing Organizational Unit Requesting the Service ANPOECHAR8Assigned to domainALPHAORGID
BEGDTIS-H: Valid-From Date of Item KS_BEGDPDATS8RI_DATUM
BELNRIS-H: Document Number of IV Document/Treatment Certificate KS_BELNRCHAR10Assigned to domainALPHAKS_BELNR
BSTATInsurance Verification Processing Status KS_BSTATCHAR1KS_BSTAT
DBTRAGIS-H: Difference Between Basic Amount and Amount Covered DI_BTRAGCURR11(2) ISH_WERTV6
DMENGEIS-H: Difference Between Max. Qty Covered and Calc. Qty DI_MENGENUMC4LEISMENGE
DPREISIS-H: Difference between basic price and covered price DI_PREISCURR11(2) ISH_WERTV6
EITARIS-H: charge for the individual service EITARCHAR2Assigned to domainALPHATARID
EILSTIS-H: Billing ID for Individual Service EILSTCHAR10Assigned to domainALPHATARLS
ENDDTIS-H: Valid-To Date of Item KS_ENDDPDATS8RI_DATUM
ERBOEIS-H: Organizational Unit that Performs the Service ERBOECHAR8Assigned to domainALPHAORGID
GBTRAGIS-H: Total Amount Determined from the Basic Price GR_BTRAGCURR11(2) ISH_WERTV6
GMENGEIS-H: Determined or Basic/Actual Quantity GR_MENGENUMC4LEISMENGE
GPREISIS-H: Determined Basic Price GR_PREISCURR11(2) ISH_WERTV6
HAUSTIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
KBTRAGTotal Amount Covered KS_BTRAGCURR11(2) ISH_WERTV6
KMENGEIS-H: Maximum Quantity Covered KS_MENGENUMC4LEISMENGE
KPREISIS-H: Maximum Price for Insurance Coverage KS_PREISCURR11(2) ISH_WERTV6
KPROZIS-H: Coverage Rate per Item of IV/Treatment Certificate KS_ANTEIDEC5(2) KS_ANTEI
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
LEISTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
LINNRIS-H: Sequence Number of Step-Loop Line for Identification LINENRNUMC3ISH_POS
LNRKIIS-H: Seq. Number Pre-Approved Insurance/Default Vals. LNRKICHAR10ALPHALNUMM
LNRLSIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS
POSNRItem Number per Insurance Verification/Certificate KS_POSNRNUMC4KS_POSNR
PSTATProcessing Status of Insurance Verification Item KS_PSTATCHAR1KS_PSTAT
PZUSGIS-H: Indicator Preapproval for IV Request PAUSCHALCHAR1XFELD
REFKUIS-H: Reference field of an IV item (external reference) NKSP_REFNRCHAR20ALPHANKSP_REFNR
RESTIS-H: Ind. Rem. for Rounding Errors/Ins. Coverage IV Request KZ_RESTCHAR1XFELD
SEKZIS-H: Self-Payer Indicator (Insurance Verification) KS_SEKZCHAR1XFELD
STATUSIS-H: Status Contains the Results of Check CHK_STATUSCHAR2CHECK_STAT
TGRKZIS-H: Indicator Denoting a Service Group TGRU_KZCHAR1XFELD
TARIFIS-H: Identification of Alternative Service Catalog ABW_TARIFCHAR2Assigned to domainALPHATARIDTAK
TARLSService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
TARSPIS-H: Column in Service Catalog TARSPCHAR2Assigned to domainALPHATARSP
TARASIS-H: Multiplication Factor TARAS6DEC6(3) ISH_TARAS6
TAXKLIS-H: Tax Classification of Service TAXKLCHAR1Assigned to domainTAXKM
TBTRAGIS-H: Price (per Quantity Unit) KS_TBTRAGCURR11(2) WERT6
UEBABIS-H: Ind. Whether Coverage of Service Is Rejected KS_UEBABCHAR1XFELD
WAERSIS-H: Currency of Billing Item WAERS_LSTCUKY5Assigned to domainWAERSFWS
ZEITRIS-H: Indicator for Extended Service NZEITRLSCHAR1NZEITRLS

Key field Non-key field



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

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

How to access SAP table RNLE2

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