VVKK_COINSH SAP (Coinsurance Shares Header Table) Table details

Dictionary Type: Table
Description: Coinsurance Shares Header Table




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




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

VVKK_COINSH is a standard SAP Table which is used to store Coinsurance Shares Header Table data and is available within R/3 SAP systems depending on the version and release level.

The VVKK_COINSH table consists of various fields, each holding specific information or linking keys about Coinsurance Shares Header Table data available in SAP. These include GUID (Globally Unique Identifier), OPBEL (Number for Coinsurance-Relevant Document), DOC_TYPE (Category for Coinsurance-Relevant Document), DOC_LINK (Number for Associated Premium/Claim Document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP VVKK_COINSH table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
GUIDGlobally Unique Identifier GUIDRAW16
OPBELNumber for Coinsurance-Relevant Document COINS_SRC_OPBELCHAR12Assigned to domainALPHAOPBEL_KK
DOC_TYPECategory for Coinsurance-Relevant Document COINS_DOC_TYPECHAR1COINS_DOC_TYPE_DM
DOC_LINKNumber for Associated Premium/Claim Document COINS_DOC_LINKCHAR12Assigned to domainALPHAOPBEL_KK
REPIDCoinsurance Key COINS_REPIDCHAR10Assigned to domainREPID_VK
XPLPRCoinsurance: Shares Posted According to Debit Procedure COINS_XPLPRCHAR1XFELD
INSOBJECTCustomer/Coinsurer Contract COINS_INSOBJECTCHAR20Assigned to domainALPHAINSOBJECT_MD
PARTNERCustomer/Coinsurer COINS_PARTNERCHAR10Assigned to domainALPHABU_PARTNER
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
FAEDNDue date for net payment FAEDN_KKDATS8DATUM
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
XBLNRReference document number XBLNR_KKCHAR16ALPHAXBLNR_KK
MAXPOSReport Item MELPO_VKNUMC5NUMC
AMOUNT_ALLTotal Amount for Coinsurance-Relevant Document COINS_AMOUNT_ALLCURR13(2) WRTV7
CLEARING_AMOUNTClearing Amount for Coinsurance-Relevant Document COINS_CLEARING_AMOUNTCURR13(2) WRTV7
AMOUNT_TO_TRANSFCoinsurance Share for a Document for each Coinsurer COINS_AMOUNT_TO_TRANSTOTALCURR13(2) WRTV7
AMOUNT_TO_BE_TRACoinsurance Shares to be Transferred COINS_AMOUNT_TO_BE_TRANSFEREDCURR13(2) WRTV7
AMOUNT_TRANSFCoinsurance Shares Transferred COINS_AMOUNT_TRANSFEREDCURR13(2) WRTV7
REVERSAL_DOCReversal Document for a Coinsurance Document COINS_REVERSAL_DOCUMENTCHAR12Assigned to domainALPHAOPBEL_KK
XERROR*** Obsolete *** COINS_HEADER_ERRORCHAR1BOOLEAN
DONEIndicator: Coinsurance-Relevant Document Completed COINS_HEADER_DONECHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table VVKK_COINSH using ABAP code

The following ABAP code Example will allow you to do a basic selection on VVKK_COINSH to SELECT all data from the table
DATA: WA_VVKK_COINSH TYPE VVKK_COINSH.

SELECT SINGLE *
FROM VVKK_COINSH
INTO CORRESPONDING FIELDS OF WA_VVKK_COINSH
WHERE...

How to access SAP table VVKK_COINSH

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