RNCOP_HISTORY SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNCOP_HISTORY 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_HISTORY TYPE RNCOP_HISTORY.

The RNCOP_HISTORY table consists of various fields, each holding specific information or linking keys about data available in SAP. These include PATNR (IS-H: Patient Number), LFDBEW (IS-H: Sequence Number of Movement), BWART (IS-H: Movement Type), BWATX (IS-H: Text for Movement Type).. 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_HISTORY 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
FALNRIS-H: Case Number FALNRCHAR10Assigned to domainALPHAFALNRFAL
PATNRIS-H: Patient Number PATNRCHAR10Assigned to domainALPHAPATNRPAT
LFDBEWIS-H: Sequence Number of Movement LFDBEWNUMC5Assigned to domainLFDBEW
BWARTIS-H: Movement Type RI_BWARTCHAR2Assigned to domainRI_BWART
BWATXIS-H: Text for Movement Type BEWARTXTCHAR15TEXT15
BWIDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
BWIZTIS-H: Time of Movement BWIZTTIMS6UHRZT
KVIS-H: Relevant for Panel Physician Association Billing ISH_KV_KZCHAR1XFELD
AMBOPIS-H: Indicator for Visit Type 'Outpatient Surgery' ISH_AMBOPCHAR1XFELD
VERWEIS-H: Use of Copayment Parameters ISH_ZVERWCHAR2ALPHAISH_ZVERW
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
INVOICE_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
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_UNDELIVERABLE ISH_INVOICE_UNDELIVERABLECHAR1XFELD
INVOICE_NO_PAYMENT ISH_INVOICE_NO_PAYMENTCHAR1XFELD
PAYMENT_STORNO ISH_PAYMENT_STORNOCHAR1XFELD
PAYMENT_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
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
REPAYMENT_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
REPAYMENT_DATE ISH_REPAYMENT_DATEDATS8DATUM
REPAYMENT_DOCTYPE ISH_REPAY_DOCTYPECHAR2ALPHAISH_BLART

Key field Non-key field



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

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

How to access SAP table RNCOP_HISTORY

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