RNLCCOMP SAP (IS-H: Charge Comparison for Several Days) Structure details

Dictionary Type: Structure
Description: IS-H: Charge Comparison for Several Days




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




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

RNLCCOMP 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: Charge Comparison for Several Days" 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_RNLCCOMP TYPE RNLCCOMP.

The RNLCCOMP table consists of various fields, each holding specific information or linking keys about IS-H: Charge Comparison for Several Days data available in SAP. These include TARID (IS-H: Service Catalog Identification Key), TARSP (IS-H: Column in Service Catalog), FPID (IS-H: Flat Rate per Case), FPID2 (IS-H: Flat Rate per 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 RNLCCOMP 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
DATUMIS-H: Date of Movement BWIDTDATS8RI_DATUM
TARIDIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
TARSPIS-H: Column in Service Catalog TARSPCHAR2Assigned to domainALPHATARSP
FPIDIS-H: Flat Rate per Case TARLS_FPCHAR10Assigned to domainALPHATARLS
FPID2IS-H: Flat Rate per Case TARLS_FPCHAR10Assigned to domainALPHATARLS
SEIDIS-H: Procedures Surcharge TARLS_SECHAR10Assigned to domainALPHATARLS
SEID2IS-H: Procedures Surcharge TARLS_SECHAR10Assigned to domainALPHATARLS
DAUERIS-H: Estimated Length of Stay or Treatment ISH_DAUERNUMC5NUMC5
AUFDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
ENDDTIS-H: End of Evaluation Period STATENDDTADATS8RI_DATUM
ETLDTIS-H: Movement End Date, Start Date of Subsequent Movement BWEDTDATS8RI_DATUM
CCTEXT1IS-H: Text for Case Configuration Charge Comparison ISH_CCTEXTCHAR20CHAR020
CCTEXT2IS-H: Text for Case Configuration Charge Comparison ISH_CCTEXTCHAR20CHAR020
CCTEXT3IS-H: Text for Case Configuration Charge Comparison ISH_CCTEXTCHAR20CHAR020
CCTEXT4IS-H: Text for Case Configuration Charge Comparison ISH_CCTEXTCHAR20CHAR020
CCTEXT5IS-H: Text for Case Configuration Charge Comparison ISH_CCTEXTCHAR20CHAR020
CCTEXT6IS-H: Text for Case Configuration Charge Comparison ISH_CCTEXTCHAR20CHAR020
BRUWR1IS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
WAERS1IS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
BRUWR2IS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
WAERS2IS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
BRUWR3IS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
WAERS3IS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
BRUWR4IS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
WAERS4IS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
BRUWR5IS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
WAERS5IS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
BRUWR6IS-H: Gross Value of Billing Item in Document Currency ISH_BRUWRCURR11(2) ISH_WERTV6
WAERS6IS-H: Currency Key ISH_WAERSCUKY5Assigned to domainWAERS
STATRIS-H: Status with Respect to Rule Checks for Charges MNAF0STATRCHAR60TEXT60
DRG1IS-H: DRG Service TARLS_DRGCHAR10Assigned to domainALPHATARLS

Key field Non-key field



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

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

How to access SAP table RNLCCOMP

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