RNFDRG SAP (IS-H: Form Structure for DRG Service Surcharges/Discounts) Structure details

Dictionary Type: Structure
Description: IS-H: Form Structure for DRG Service Surcharges/Discounts




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




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

RNFDRG 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: Form Structure for DRG Service Surcharges/Discounts" 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_RNFDRG TYPE RNFDRG.

The RNFDRG table consists of various fields, each holding specific information or linking keys about IS-H: Form Structure for DRG Service Surcharges/Discounts data available in SAP. These include POSNR (Item number of the SD document), ABTAR (IS-H: Service Catalog Identification Key), ABLST (Service in Service Catalog), DRGL (IS-H DRG: 'Long-Stay Patient Surcharge' Indicator).. 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: Cannot Be Enhanced


SAP RNFDRG 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
ABTARIS-H: Service Catalog Identification Key TARIDCHAR2Assigned to domainALPHATARIDTAK
ABLSTService in Service Catalog TARLSCHAR10Assigned to domainALPHATARLSTAL
DRGLIS-H DRG: 'Long-Stay Patient Surcharge' Indicator ISH_DRGLCHAR1XFELD
DRGKIS-H DRG: 'Short-Stay Patient Discount' Indicator ISH_DRGKCHAR1XFELD
DRGVIS-H DRG: 'Transfer Discount' Indicator ISH_DRGVCHAR1XFELD
DRGW ISH_DRGWCHAR1XFELD
REWTYIS-H: Charge Type According to ยง301 ISH_REWTYCHAR8CHAR08
KTEXTIS-H: Text DRG Surcharge/Discount or Transfer ISH_KTEXTCHAR30TEXT30
SURDIS_AMOUNTIS-H DE: Total Amount of DRG Surcharge or Discount ISH_SUR_DIS_AMOUNTCURR9(2) ISH_DRG_AMOUNT_WITH_SIGN
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SURDIS_AMT_DAYIS-H DE: Amount of DRG Surcharge or Discount per Day ISH_SURDIS_AMT_DAYCURR9(2) ISH_DRG_AMOUNT_WITH_SIGN
SURDIS_DAYSIS-H DE: Number of Days Surcharge or Discount for DRG Svce ISH_SUR_DIS_DAYSINT410ISH_DRG_DAYS
RSURDISIS-H DE: DRG Valuation Relation of Surcharge/Discount ISH_RSURDISDEC6(3) ISH_DRGCKF_BWREL_KAT
VWDIS-H: DRG Relevant Length of Stay of a Case in Days ISH_CASE_VWD_DINT410ISH_DRG_DAYS
VWD_BILLReduced DRG-Relevant Length of Stay for Case in Days ISH_CASE_VWD_BINT410ISH_DRG_DAYS
VPROZIS-H: Coverage Rate per Item of IV/Treatment Certificate KS_ANTEIDEC5(2) KS_ANTEI
DRG_PRICEIS-H DRG: Amount DRG Service/ Amount DRG Surcharge/Discount ISH_DRG_PRICECURR15(2) WERTV8
DRG_GROSSPRICE ISH_DRG_GROSSPRICECURR15(2) WERTV8
BEGDT ISH_DRG_BEGDTDATS8RI_DATUM
ENDDT ISH_DRG_ENDDTDATS8RI_DATUM
USRAMT1Application-Related Amount Field ISH_USRAMTCURR11(2) ISH_WERTV6
USRAMT2Application-Related Amount Field ISH_USRAMTCURR11(2) ISH_WERTV6
USRDATE1User field for date USRDATEDATS8USRDATE
USRDATE2User field for date USRDATEDATS8USRDATE
USRTXTApplication-Related Text Field ISH_USRTXTCHAR50ISH_C50

Key field Non-key field



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

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

How to access SAP table RNFDRG

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