RNCOP SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNCOP 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_RNCOP TYPE RNCOP.

The RNCOP table consists of various fields, each holding specific information or linking keys about data available in SAP. These include FALNR (IS-H: Case Number), FALAR (IS-H: Case Type), PATNR (IS-H: Patient Number), LFDBEW (IS-H: Sequence Number of Movement).. 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 RNCOP 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
EINRIInstitution EINRICHAR4Assigned to domainALPHAEINRIEIN
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
FALARIS-H: Case Type FALLARTCHAR1FALLART
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
BWIDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
BEWTYMovement Category BEWTYCHAR1BEWTY
BWARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
KV_SPIS-H: Indicator for Visit Type 'PPA Block' ISH_KV_SPCHAR1XFELD
AMBOPIS-H: Indicator for Visit Type 'Outpatient Surgery' ISH_AMBOPCHAR1XFELD
VERWEIS-H: Use of Copayment Parameters ISH_ZVERWCHAR2ALPHAISH_ZVERW
SHOW_ALL_VERWE ISH_SHOW_ALL_VERWECHAR1XFELD
NZZGRReason for Copayment Waiver GRKZZCHAR2Assigned to domainALPHAGRKZZ
NZZGT_TXTIS-H: Text Explaining why Copayment Is Waived GRKZTCHAR30TEXT30
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
KNAMEIS-H: Insurance Provider Name ISH_KNAMELCHAR100TEXT100
DEBITORCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
VTRTYIS-H: Insurance Contract Scheme ISH_VTRTYCHAR6Assigned to domainALPHAISH_VTRTY
VKVSEIS-H: Healthcare Smart Card - Health Ins. Status Supplement ISH_VK_VSECHAR3TEXT3
INVOICE_TITLE128 Lowercase and Uppercase Letters STRING128CHAR128STRING128
INVOICE_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
INVOICE_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
INVOICE_AMOUNT ISH_INVOICE_AMOUNTCURR13(2) WERT7
INVOICE_DATE ISH_INVOICE_DATEDATS8DATUM
INVOICE_BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
INVOICE_DUNNING_DATE ISH_DUNNING_DATEDATS8DATS
INVOICE_GENERATE ISH_INVOICE_GENERATECHAR1XFELD
INVOICE_POSTAGE ISH_INVOICE_POSTAGECHAR1XFELD
INVOICE_POSTAGE_AMOUNT ISH_AMOUNT_POSTAGECURR13(2) WERT7
INVOICE_UNDELIVERABLE ISH_INVOICE_UNDELIVERABLECHAR1XFELD
INVOICE_NO_PAYMENT ISH_INVOICE_NO_PAYMENTCHAR1XFELD
INVOICE_STORNO ISH_INVOICE_STORNOCHAR1XFELD
PAYMENT_TITLE128 Lowercase and Uppercase Letters STRING128CHAR128STRING128
PAYMENT_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
PAYMENT_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PAYMENT_AMOUNT ISH_PAYMENT_AMOUNTCURR13(2) WERT7
PAYMENT_DATE ISH_PAYMENT_DATEDATS8DATUM
PAYMENT_ACCOUNTIS-H: Bank Account ISH_KONTOCHAR10ALPHAISH_KONTO
PAYMENT_BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
PAYMENT_GENERATE ISH_PAYMENT_GENERATECHAR1XFELD
PAYMENT_STORNO ISH_PAYMENT_STORNOCHAR1XFELD
PAYMENT_LED ISH_COPAY_LEDCHAR30ISH_ICON
PAYMENT_STATUSTXTText (100 characters) TEXT100CHAR100TEXT100
REPAYMENT ISH_REPAYMENTCHAR1XFELD
ERDATIS-H: Date when Record Created RI_ERDATDATS8RI_DATUM
ERZTIS-H: Time Record Created RI_ERTIMTIMS6UHRZT
ERUSRIS-H: Name of Employee who Created Record RI_ERNAMCHAR12USNAM
UPDATIS-H: Date of Last Change RI_UPDATDATS8RI_DATUM
UPZTIS-H: Time of Last Change RI_UPTIMTIMS6UHRZT
UPUSRIS-H: Name of Person who Last Changed Data RI_UPNAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table RNCOP

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