RNWCH_BOA_PROT_DATA SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNWCH_BOA_PROT_DATA 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_BOA_PROT_DATA TYPE RNWCH_BOA_PROT_DATA.

The RNWCH_BOA_PROT_DATA table consists of various fields, each holding specific information or linking keys about data available in SAP. These include EINRI (Institution), RQ_DATE (), RQ_TIME (), SELKZ (IS-H: Unique Identifier for Case Selection).. 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 RNWCH_BOA_PROT_DATA 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
LFPKT NWCH_BOA_LFPKTNUMC10ALPHANWCH_BOA_LFPKT
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
RQ_DATE NWCH_BOA_RQDATDATS8RI_DATUM
RQ_TIME NWCH_BOA_RQTIMTIMS6UHRZT
SELKZIS-H: Unique Identifier for Case Selection KENNZ_SELCHAR12Assigned to domainALPHAKENNZ_SEL
INQ_DATE NWCH_EHC_INQ_DATEDATS8ISH_READ_DATE
LDATE NWCH_EHC_LAST_DATEDATS8ISH_READ_DATE
RQ_CONTEXT NWCH_BOA_CONTEXTIDCHAR10NWCH_BOA_CONTEXTID
TEST NWCH_BOA_TESTCHAR1ISH_ON_OFF
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
LFDNRIS-H: Sequence Number of Insurance Relationship LFDVVNUMC3LFDVV
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
CARDNREHIC - Card Number (Alphanumeric) ISH_EHIC_CARDNR_CHARCHAR20CHAR20
LNCRDSequence Number of Health Insurance Card ISH_LNCARDNUMC10ISH_LNCARD
LNCRD_DETSequence Number of Details for Health Insurance Card ISH_LNCARD_DETNUMC5
SESTA NWCH_BOA_SESTACHAR2NWCH_BOA_SESTA
ELCA NWCH_BOA_ELCACHAR2NWCH_BOA_ELCA
RS_DATE NWCH_BOA_RSDATDATS8RI_DATUM
RS_TIME NWCH_BOA_RSTIMTIMS6UHRZT
RS_CONTEXT NWCH_BOA_CONTEXTIDCHAR10NWCH_BOA_CONTEXTID
RETURN_CODE NWCH_BOA_RETCDINT410INT4
RETURN_MESSAGE NWCH_BOA_RETMSGCHAR80CHAR80
STATE NWCH_BOA_MSGTYCHAR1NWCH_BOA_MSGTY
COVINT NWCH_BOA_COVINTCHAR1ISH_ON_OFF
LF301IS-H: Message Number ISH_LF301NUMC20Assigned to domainALPHAISH_LF301
PROCESSED NWCH_BOA_PROCESSEDCHAR1ISH_ON_OFF
USER_FIELD NWCH_BOA_USER20CHAR20CHAR20
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPTIMIS-H: Time Data Record was Last Changed ISH_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM
MSGIDMessage identification MSGIDCHAR20Assigned to domainARBGB
MSGNOSystem Message Number MSGNOCHAR3Assigned to domainMSGNR
MSGTYMessage Type MSGTYCHAR1MSGAR
MSGV1Message variable 01 MSGV1CHAR50CHAR50
MSGV2Message variable 02 MSGV2CHAR50CHAR50
MSGV3Message variable 03 MSGV3CHAR50CHAR50
MSGV4Message variable 04 MSGV4CHAR50CHAR50

Key field Non-key field



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

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

How to access SAP table RNWCH_BOA_PROT_DATA

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