RNWCH_PI_INQ_MULT_O SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNWCH_PI_INQ_MULT_O 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 "" 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_RNWCH_PI_INQ_MULT_O TYPE RNWCH_PI_INQ_MULT_O.

The RNWCH_PI_INQ_MULT_O table consists of various fields, each holding specific information or linking keys about data available in SAP. These include FALNR (IS-H: Case Number), LFDNR (IS-H: Sequence Number of Insurance Relationship), QUERY_DATE (), CARDNR (EHIC - Card Number (Alphanumeric)).. 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 RNWCH_PI_INQ_MULT_O 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
INQUIRY_ID NWCH_BOA_LFINQNUMC20ALPHANWCH_BOA_LFINQ
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
QUERY_DATE 0
CARDNREHIC - Card Number (Alphanumeric) ISH_EHIC_CARDNR_CHARCHAR20CHAR20
BEGDTCard Valid From ISH_EHC_BEGDTDATS8DATS
ENDDTCard Valid To ISH_EHC_ENDDTDATS8DATS
COV_BEGDTIS-H: Start Date of Coverage ISH_COV_BEGDTDATS8ISH_COV_BEGDT
COV_ENDDTIS-H: End Date of Coverage ISH_COV_ENDDTDATS8ISH_COV_ENDDT
SERVDEFService Deferment ISH_EHC_SERVDEFCHAR1ISH_TRUE_FALSE
COVINT_DRUGS ISH_EHC_COVINT_DRUGSCHAR1ISH_EHC_COVINT_DRUGS
COVINT_HOSP ISH_EHC_COVINT_HOSPCHAR1ISH_EHC_COVINT_HOSP
RETURN_CODE 0
RETURN_MESSAGE 0
NEGK_DATA 0
VNEHC 0
MANDTClient MANDTCLNT3MANDT
LNCRDSequence Number of Health Insurance Card ISH_LNCARDNUMC10ISH_LNCARD
CRDTYPECard Category EHC ISH_CRDTYPECHAR10ISH_CRDTYPE
EXT_KEY1 External Key 10
EXT_KEY2 External Key 20
PATNRIS-H: Patient Number PATNRCHAR10ALPHAPATNRPAT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERTIMIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
STORNIS-H: Cancellation Indicator RI_STORNCHAR1XFELD
DOCTYPEIS-H: EHIC Health Insurance Card - Document Category ISH_EHC_DOCTYPECHAR2ISH_EHC_DOCTYPE
MANUALIS-H: Manual Entry of Card Data ISH_MANUALCHAR1ISH_MANUAL
READ_DATEIS-H: Last Date Card Read ISH_READ_DATEDATS8ISH_READ_DATE
ONLINQOKOnline Query Allowed ISH_EHC_ONLINQOKCHAR1ISH_ON_OFF
BEGDTCard Valid From ISH_EHC_BEGDTDATS8DATS
ENDDTCard Valid To ISH_EHC_ENDDTDATS8DATS
CARDVALIDIndicates Whether Card Is Valid ISH_EHC_CARDVALIDCHAR1ISH_ON_OFF
CVUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
CVDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
CVTIMIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
EF_VERSION ISH_EGK_EF_VERSIONCHAR40ISH_EGK_EF_VERSION
CDATACard Data of Healthcare Smart Card ISH_CN_CDATACHAR63
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
VNEHC_PAT_T 0
VNEHC_INS_T 0
VNEHC_ITX_T 0
VNEHC_REP_T 0

Key field Non-key field



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

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

How to access SAP table RNWCH_PI_INQ_MULT_O

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