RNETXT SAP (IS-H: Texts for Structure RNEBILL (Estimated Bill)) Structure details

Dictionary Type: Structure
Description: IS-H: Texts for Structure RNEBILL (Estimated Bill)




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




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

RNETXT 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: Texts for Structure RNEBILL (Estimated Bill)" 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_RNETXT TYPE RNETXT.

The RNETXT table consists of various fields, each holding specific information or linking keys about IS-H: Texts for Structure RNEBILL (Estimated Bill) data available in SAP. These include AUFTXT (IS-H: Text for Movement Type), AUFOFAKB (IS-H: Organizational Unit Short Text), AUFOPFKB (IS-H: Organizational Unit Short Text), FATXT (IS-H: Text for Case Type).. 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 RNETXT 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
EINRITXTIS-H: Short Text for Institution EINKBCHAR15TEXT15
AUFTXTIS-H: Text for Movement Type BEWARTXTCHAR15TEXT15
AUFOFAKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
AUFOPFKBIS-H: Organizational Unit Short Text ORGKBCHAR12TEXT12
FATXTIS-H: Text for Case Type TEXT_FAACHAR14TEXT14
ICDKTTXTShort Description of Catalog KATKBCHAR10TEXT10
AUFDIKTXTDiagnosis Text DIATXTCHAR40TEXT40
ICPMKTXTShort Description of Catalog KATKBCHAR10TEXT10
ICPMTXTIS-H: Short Text for Surgical Procedure Code OP_TEXTCHAR40LEIKTXT
OPTABTXTIS-H: Text for table of operation OPTABTEXTCHAR40TEXT40
PKGKTTXTShort Description of Catalog KATKBCHAR10TEXT10
PKGLSTXTIS-H: First Short Text for Service TARKTXT1CHAR40LEIKTXT
PKGSPTXTIS-H: Service Catalog Column Header TARSPBEZCHAR15TEXT15
DOCCONCNAMEIS-H: Last name and first name of the admitting physician FANAMCHAR40TEXT40
PKGLSTXT2IS-H: First Short Text for Service TARKTXT1CHAR40LEIKTXT

Key field Non-key field



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

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

How to access SAP table RNETXT

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