RNPATFIND_IN_FW SAP (Structure for Data Searches in External Communication) Structure details

Dictionary Type: Structure
Description: Structure for Data Searches in External Communication




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




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

RNPATFIND_IN_FW 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 "Structure for Data Searches in External Communication" 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_RNPATFIND_IN_FW TYPE RNPATFIND_IN_FW.

The RNPATFIND_IN_FW table consists of various fields, each holding specific information or linking keys about Structure for Data Searches in External Communication data available in SAP. These include MANDT (Client), GUID (UUID in compressed form (22 character UUENCODEd)), EVENT (IS-H: Event for Triggering Messages, Forms), APPLK (Application (Always N for IS-H)).. 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 RNPATFIND_IN_FW 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
KEY_DATA 0
MANDTClient MANDTCLNT3MANDT
GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
EVENTIS-H: Event for Triggering Messages, Forms N_EVENTCHAR6N_EVENT
APPLKApplication (Always N for IS-H) APPKLCHAR1APPKL
EINRIInstitution EINRICHAR4ALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10ALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Movement LFDBEWNUMC5LFDBEW
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10ALPHARI_KUNNRKOT
COMNUMCommunication Sequence Number ISH_COMNUMCHAR32ISH_COMNUM
KEY1IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY2IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY3IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY4IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY5IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
KEY6IS-HCM: Key Value for Data Retrieval for Dispatch Order KEYARGCHAR20TEXT20
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time when Data Record Created ISH_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
TATransaction Code TCODECHAR20TCODETCD
DATA_TYPEData Type of Message (Data Sent or Received) ISH_DATA_TYPECHAR1ISH_DATA_TYPE
REF_GUIDUUID in compressed form (22 character UUENCODEd) SYSUUID_22CHAR22SYSUUID_22
SEARCH_DATA 0
EINRIInstitution EINRICHAR4ALPHAEINRIEIN
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
NNAMEPatient Last Name NNAME_PATCHAR30TEXT30
VNAMEIS-H: Patient First Name VNAME_PATCHAR30TEXT30
GBNAMIS-H: Birthname GBNAMCHAR30TEXT30
GBDATVIS-H: 'From' Date of Birth for Interval ISH_GBDATVDATS8RI_DATUM
GBDATBIS-H: 'To' Date of Birth for Interval ISH_GBDATBDATS8RI_DATUM
GSCHLEIS-H: Sex Indicator - User-Specific GSCHLECHAR1GSCHLE
RVNUMIS-H: Social Insurance Number ISH_RVNUMCHAR20ISH_SVNUM
EXTNRIS-H: External Patient Identification EXT_PATNRCHAR20EXT_PATNR
PASSTYType of Identification Document ISH_PASSTYCHAR2ALPHAISH_PASSTY
PASNRIS-H: Identification Document Number ISH_PASSNRCHAR15NLJUSISH_PASSNR
ADDR_SELECTION 0
LANDIS-H: Country ISH_LANDCHAR3LAND1
LAND_NAMEComment CHAR50CHAR50TEXT50
REGIOIS-H: Region (Federal State, Province, County) ISH_REGIONCHAR3REGIO
ORTIS-H: City ISH_CITY1CHAR40TEXT40
ORT2IS-H: District ISH_CITY2CHAR40TEXT40
PSTLZIS-H: Postal Code of City ISH_PSTLZOCHAR10PSTLZ
STRAZIS-H: Other Designation Qualifying the Address ISH_STRASZCHAR40TEXT40
STRASIS-H: Street ISH_STRASSCHAR40TEXT40
BUILDIS-H: Block/House ISH_BUILDCHAR10TEXT10
FLOORIS-H: Block/House Level ISH_FLOORCHAR10TEXT10
ROOMIS-H: Unit Number ISH_ROOMCHAR10TEXT10
PFACHIS-H: Post Office Box ISH_POBOXCHAR10ISH_PFACH
SPHONIS-H: Indicator that Phonetic Search Will Be Used ISH_SPHONCHAR1XFELD
READ_NPAPIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
PFOERTNERIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
CHECKAUTHIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
MAXCNTProcessed Database Table Rows SYDBCNTINT410SYST_LONG
UNLIMITED_INDIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
LAST_PAT_IDIS-H: Service Sequence Number LNRLSCHAR10ALPHALNRLS

Key field Non-key field



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

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

How to access SAP table RNPATFIND_IN_FW

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