RNLBTAG SAP (IS-H: Charge Check According to BPflV 1995 (Germany)) Structure details

Dictionary Type: Structure
Description: IS-H: Charge Check According to BPflV 1995 (Germany)




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




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

RNLBTAG 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 Check According to BPflV 1995 (Germany)" 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_RNLBTAG TYPE RNLBTAG.

The RNLBTAG table consists of various fields, each holding specific information or linking keys about IS-H: Charge Check According to BPflV 1995 (Germany) data available in SAP. These include FZIFF (Check Digit for Case), AUFNTG (IS-H: Date of Movement), ENTLTG (IS-H: Movement End Date, Start Date of Subsequent Movement), ANZ_TG (IS-H: Number of Days in Hospital Stay).. 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 RNLBTAG 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
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
AUFNTGIS-H: Date of Movement BWIDTDATS8RI_DATUM
ENTLTGIS-H: Movement End Date, Start Date of Subsequent Movement BWEDTDATS8RI_DATUM
ANZ_TGIS-H: Number of Days in Hospital Stay ANZ_TGNUMC4ISHBTAG
ANZ_PFTGIS-H: Number of Patient Days ANZ_PFTGNUMC4ISHBTAG
ANZ_ABTLIS-H: Departmental per diem - billing days ANZ_ABTLNUMC4ISHBTAG
ANZ_BASIS-H: Base nursing charge - billing days ANZ_BASNUMC4ISHBTAG
ANZ_SEIS-H: Procedures surcharge amount ANZ_SECURR11(2) WERT6
ANZ_SEOIS-H: Surgical procedures surcharge amount ANZ_SEOCURR11(2) WERT6
SUM_SEIS-H: Total of procedures surcharges per case SUM_SENUMC4ISHBTAG
GES_SEIS-H: Total amount of procedures surcharge GES_SECURR11(2) WERT6
SEIDIS-H: Procedures Surcharge TARLS_SECHAR10Assigned to domainALPHATARLS
ANZ_FPIS-H: Flat rate per case amount ANZ_FPCURR11(2) WERT6
SUM_FPIS-H: Number of flat rates per case SUM_FPNUMC4ISHBTAG
FPIDIS-H: Flat Rate per Case TARLS_FPCHAR10Assigned to domainALPHATARLS
GVDIS-H: Maximum Length of Stay in Days GRVERNUMC3GRVER
SUM_VBPIS-H: PRe-admission treatment flat rate SUM_VBPNUMC4ISHBTAG
SUM_NBPIS-H: Post-discharge treatment flat rate SUM_NBPNUMC4ISHBTAG
ABGLIS-H: Comparison of Length of Stay - Billing Days ABGLINT410ISHABGL
ALTERIS-H: Patient Age PAT_ALTERINT410INT4
FPNSIS-H: Flat Rate per Case TARLS_FPCHAR10Assigned to domainALPHATARLS
GVDNSIS-H: Maximum Length of Stay in Days GRVERNUMC3GRVER
FPNSBGIS-H: Start date of post-op. treatment flat rate ISH_FPNSBGDATS8DATS
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALARIS-H: Case Type FALLARTCHAR1FALLART
FPEDTIS-H: Date of Wound Healing ISH_FPEDTDATS8ISH_FPEDT
ABRKZIS-H: Billing Indicator for Case ABRKZ_FALLCHAR1ABRKZ_FALL

Key field Non-key field



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

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

How to access SAP table RNLBTAG

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