RNT11 SAP (IS-H: Internal structure SAPMNT11) Structure details

Dictionary Type: Structure
Description: IS-H: Internal structure SAPMNT11




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




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

RNT11 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: Internal structure SAPMNT11" 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_RNT11 TYPE RNT11.

The RNT11 table consists of various fields, each holding specific information or linking keys about IS-H: Internal structure SAPMNT11 data available in SAP. These include BFOTX (IS-H: Text Field for Valuation Formula), LTYTX (IS-H: Text for Service Category), LKATX (IS-H: Text for Service Summary Code), OPKTX (IS-H: Text for table of operation).. 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)


SAP RNT11 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
EGATXIS-H: Text Field for Charge Type ENTGATEXTCHAR40TEXT40
BFOTXIS-H: Text Field for Valuation Formula BFORMTEXTCHAR40TEXT40
LTYTXIS-H: Text for Service Category TAGRUTEXTCHAR40TEXT40
LKATXIS-H: Text for Service Summary Code ISH_TKTLCHAR40TEXT40
OPKTXIS-H: Text for table of operation OPTABTEXTCHAR40TEXT40
FPTTXIS-H: Text for Type of Flat Rate per Case ISHFPTTEXTCHAR40TEXT40
MERTXIS-H: Text for mechanical performance MECHATEXTCHAR40TEXT40
ABPTXIS-H: Text for alternate price PRICHTEXTCHAR40TEXT40
STKTXIS-H: Text for Tax Classification TAXKLTEXTCHAR40TEXT40
EKYTXIS-H: Text for Charge Key §301 ENTKYTEXTCHAR50TEXT50
EZKTXIS-H: Text for charge type additional key §301 ENZKYTEXTCHAR50TEXT50
EG2TXIS-H: Text for charge key 2 §301 ENTG2TEXTCHAR40TEXT40
EXCTXIS-H: Text for Medisave charge type EXCATTEXTCHAR40TEXT40
TTKTXIS-H CH: Short text for tariff types NWCH_TTKTXTCHAR40ISH_CHAR40
LT2TXIS-H: Text for Service Category TAGRUTEXTCHAR40TEXT40
GSLTXIS-H: Sex Specification - User-Specific GSCHLTXTCHAR40TEXT40
OTYTXIS-H: Text for Object Type of Service OTYPLTEXTCHAR40TEXT40
LHATXIS-H: Text for Unit of Measure of Service LEINHTEXTCHAR40TEXT40
EZVTX ISH_EZVTXCHAR60TEXT60
ANATOMY_ROUGH_TX NWAT_ANATOMY_ROUGH_TEXTCHAR255NWAT_TEXT255
ANATOMY_FINE_TX NWAT_ANATOMY_FINE_TEXTCHAR255NWAT_TEXT255
SCO_SRVTYPE_TX NWAT_SCO_SRVTYPE_TEXTCHAR255NWAT_TEXT255
SCO_ACCESS_TX NWAT_SCO_ACCESS_TEXTCHAR255NWAT_TEXT255
SCO_SRVUNIT_TX NWAT_SCO_SRVUNIT_TEXTCHAR255NWAT_TEXT255
LAAMBTXText for Service Type P301 Outpatient ISH_LAAMBTXCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table RNT11

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