RNPATFIND_OUT_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_OUT_FW
Related tables to RNPATFIND_OUT_FW
Access table RNPATFIND_OUT_FW




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

RNPATFIND_OUT_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_OUT_FW TYPE RNPATFIND_OUT_FW.

The RNPATFIND_OUT_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 (Deep)


SAP RNPATFIND_OUT_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
PATLIST_T 0
RETCNTProcessed Database Table Rows SYDBCNTINT410SYST_LONG
MOREAVAILIS-H: Boolean Data Type for ON (= 'X') and OFF (= ' ') ISH_ON_OFFCHAR1ISH_ON_OFF
RETMAXTYPEIS-H: Most Severe Message Type Generated ISH_BAPIRETMAXTYCHAR1ISH_BAPIRETMAXTY
RETURN_T 0
LASTPATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT

Key field Non-key field



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

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

How to access SAP table RNPATFIND_OUT_FW

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