RNF34_IT SAP (IS-H Form Structure for Treatment Certificates (CV IT)) Structure details

Dictionary Type: Structure
Description: IS-H Form Structure for Treatment Certificates (CV IT)




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




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

RNF34_IT 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 Treatment Certificates (CV IT)" 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_RNF34_IT TYPE RNF34_IT.

The RNF34_IT table consists of various fields, each holding specific information or linking keys about IS-H Form Structure for Treatment Certificates (CV IT) data available in SAP. These include TCLASTXT (Text for Treatment Certificate Class), TCPRI (Priority), TCPRITXT (Priority Text), UEXID (Unique External ID).. 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 RNF34_IT 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
TCLASTreatment Certificate Class ISH_TC_CLASSCHAR2Assigned to domainISH_TC_CLASS
TCLASTXTText for Treatment Certificate Class ISH_TC_CLASS_TXTCHAR25TEXT25
TCPRIPriority ISH_TC_PRIORITYCHAR2Assigned to domainISH_TC_PRIORITY
TCPRITXTPriority Text ISH_TC_PRIORITY_TXTCHAR15TEXT15
UEXIDUnique External ID ISH_TC_UEXIDCHAR10ISH_TC_UEXID
EXCATExemption Category ISH_TC_EXCATCHAR2Assigned to domainALPHAISH_TC_EXCAT
EXCATTXTText for Exemption Category ISH_TC_EXCAT_TXTCHAR25TEXT25
EXCODExemption Code ISH_TC_EXCODECHAR6Assigned to domainISH_TC_EXCODE
EXCODTXTText for Exemption Code ISH_TC_EXCODE_TXTCHAR50TEXT50
BOKDTBooking Date ISH_TC_BOOK_DATEDATS8RI_DATUM
PFDATPerformance Date ISH_TC_PERF_DATEDATS8RI_DATUM
PFMODPerformance Mode ISH_TC_PERF_MODECHAR1Assigned to domainISH_TC_PERF_MODE
PFMODTXTText for Performance Mode ISH_TC_PERF_MODE_TXTCHAR15TEXT15
RETRIRecommended Treatment Indicator ISH_TC_RETRICHAR1Assigned to domainISH_TC_RETRI
RETRITXTText for Recommended Treatment Indicator ISH_TC_RETRI_TXTCHAR15TEXT15
EXPIDIdentifier for Referring Physician ISH_TC_EXPIDCHAR16CHAR16
APSTATEIS-H: Application Status ISH_APSTATECHAR2Assigned to domainISH_APSTATE
APSTATETXTIS-H: Text for Application Status N_ASTEXTCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table RNF34_IT

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