RNFFABV03 SAP (IS-H: Form Structure §301 Segment FAB) Structure details

Dictionary Type: Structure
Description: IS-H: Form Structure §301 Segment FAB




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




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

RNFFABV03 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 §301 Segment FAB" 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_RNFFABV03 TYPE RNFFABV03.

The RNFFABV03 table consists of various fields, each holding specific information or linking keys about IS-H: Form Structure §301 Segment FAB data available in SAP. These include DIAPRIM (IS-H: §301 Primary Diagnosis), DIASEC (IS-H: §301 Secondary Diagnosis), ADDDIAPRIM (IS-H: §301 Supplementary Code for Primary Diagnosis), ADDDIASEC (IS-H: §301 Supplementary Code for Secondary Diagnosis).. 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 RNFFABV03 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
SPECUNITSpecialty ISH_FACHRCHAR4Assigned to domainALPHAISH_FACHR
DIAPRIMIS-H: §301 Primary Diagnosis ISH_301_DIAPRIMCHAR13CHAR13
DIASECIS-H: §301 Secondary Diagnosis ISH_301_DIASECCHAR13CHAR13
ADDDIAPRIMIS-H: §301 Supplementary Code for Primary Diagnosis ISH_301_DIAPRIM2CHAR13CHAR13
ADDDIASECIS-H: §301 Supplementary Code for Secondary Diagnosis ISH_301_DIASEC2CHAR13CHAR13
OPDATEIS-H: Date of Surgery ISH_301_OPDATEDATS8DATS
OPERATIONIS-H: §301 Official Surgical Procedure Code ISH_301_OPCODECHAR11CHAR11
ADDOPER1IS-H: §301 Official Surgical Procedure Code ISH_301_OPCODECHAR11CHAR11
ADDOPER2IS-H: §301 Official Surgical Procedure Code ISH_301_OPCODECHAR11CHAR11

Key field Non-key field



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

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

How to access SAP table RNFFABV03

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