RNFALAPI1 SAP (IS-H: Transfer structure for case data using RFC / API) Structure details

Dictionary Type: Structure
Description: IS-H: Transfer structure for case data using RFC / API




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




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

RNFALAPI1 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: Transfer structure for case data using RFC / API" 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_RNFALAPI1 TYPE RNFALAPI1.

The RNFALAPI1 table consists of various fields, each holding specific information or linking keys about IS-H: Transfer structure for case data using RFC / API data available in SAP. These include EINRI (Institution), FALNR (IS-H: Case Number), FALAR (IS-H: Case Type), FALAE (IS-H: Case Type - User-Specific).. 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 or numeric)


SAP RNFALAPI1 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
FALAEIS-H: Case Type - User-Specific FALLARTECHAR1Assigned to domainFALLARTE
FATXTIS-H: Text for Case Type TEXT_FAACHAR14TEXT14
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
BEKATTreatment Category BEKATCHAR6Assigned to domainALPHABEHKATEG
BLTXTIS-H: Description of Treatment Category BK_BLTXTCHAR30TEXT30
ABRKZIS-H: Billing Indicator for Case ABRKZ_FALLCHAR1ABRKZ_FALL
EINZGIS-H: Geographical Area EINZGEBIETCHAR9EINZGEBIET
STATUIS-H: Case Status FALLSTATUSCHAR1FALLSTATUS
FZIFFCheck Digit for Case PZIFF_FALLCHAR1PZIFFPZF
BEGDTIS-H: Start Date of Case BEGDT_FALDATS8RI_DATUM
ENDDTIS-H: End Date of Case ENDDT_FALDATS8RI_DATUM
FSPERIS-H: Billing Block for Case FSPERCHAR1ISH_FSPER
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
VORPTIS-H: Number of Days of Previous Treatmt in Calendar Year ISH_VORPTNUMC3ISH_VORPT
ENDATIS-H: Date of Delivery ENTDATDATS8RI_DATUM
ENTIMIS-H: Time of Delivery ENTZEITTIMS6UHRZT
FGTYPDelivery Category GEBTYPCHAR1Assigned to domainGEBTYP
GBTXTIS-H: Category of Delivery - Text GEBURTXTCHAR20TEXT20

Key field Non-key field



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

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

How to access SAP table RNFALAPI1

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