RNBADI_PAI_COP SAP () Structure details

Dictionary Type: Structure
Description:




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




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

RNBADI_PAI_COP 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_RNBADI_PAI_COP TYPE RNBADI_PAI_COP.

The RNBADI_PAI_COP table consists of various fields, each holding specific information or linking keys about data available in SAP. These include NZZGR (Reason for Copayment Waiver), BWIDT (IS-H: Date of Movement), KV_SP (IS-H: Indicator for Visit Type 'PPA Block'), AMBOP (IS-H: Indicator for Visit Type 'Outpatient Surgery').. 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 RNBADI_PAI_COP 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
VERWEIS-H: Use of Copayment Parameters ISH_ZVERWCHAR2ALPHAISH_ZVERW
NZZGRReason for Copayment Waiver GRKZZCHAR2Assigned to domainALPHAGRKZZ
BWIDTIS-H: Date of Movement BWIDTDATS8RI_DATUM
KV_SPIS-H: Indicator for Visit Type 'PPA Block' ISH_KV_SPCHAR1XFELD
AMBOPIS-H: Indicator for Visit Type 'Outpatient Surgery' ISH_AMBOPCHAR1XFELD
KOSTRIS-H: Insurance Provider KH_KOSTRCHAR10Assigned to domainALPHARI_KUNNRKOT
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_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
INVOICE_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
INVOICE_AMOUNT ISH_INVOICE_AMOUNTCURR13(2) WERT7
INVOICE_DATE ISH_INVOICE_DATEDATS8DATUM
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_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
PAYMENT_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PAYMENT_AMOUNT ISH_PAYMENT_AMOUNTCURR13(2) WERT7
PAYMENT_DATE ISH_PAYMENT_DATEDATS8DATUM
PAYMENT_GENERATE ISH_PAYMENT_GENERATECHAR1XFELD
PAYMENT_STORNO ISH_PAYMENT_STORNOCHAR1XFELD
REPAYMENT ISH_REPAYMENTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RNBADI_PAI_COP

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