VDINSURE_PARTNE0 SAP (Do Not Use: Link Partner <-> Insurance) Table details

Dictionary Type: Table
Description: Do Not Use: Link Partner <-> Insurance




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




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

VDINSURE_PARTNE0 is a standard SAP Table which is used to store Do Not Use: Link Partner <-> Insurance data and is available within R/3 SAP systems depending on the version and release level.

The VDINSURE_PARTNE0 table consists of various fields, each holding specific information or linking keys about Do Not Use: Link Partner <-> Insurance data available in SAP. These include GUID (GUID in 'RAW' format), PARTNR (Business Partner Number), ROLETYP (BP Role), DTRANS (Flow data key: System date).. 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: Can Be Enhanced (Deep)


SAP VDINSURE_PARTNE0 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
GUIDGUID in 'RAW' format GUID_16RAW16SYSUUID
PARTNRBusiness Partner Number BP_PARTNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
ROLETYPBP Role BU_PARTNERROLECHAR6Assigned to domainBU_ROLEBUPA_ROLE
DTRANSFlow data key: System date VVDTRANSDATS8DATUM
DBEBEZDate of start of relationship DBEBEZDATS8DATUM
DENBEZDate of end of relationship DENBEZDATS8DATUM
APPLApplication Category BP_APPLCHAR4Assigned to domainBP_APPLH_TPZ12
ADR_REFAddress ID BP_ADR_REF_NEWCHAR10Assigned to domainBU_ADRKIND
PAYMENT_METHODPayment Method for Insurance TB_INS_PAYMENT_METHODCHAR1Assigned to domainZLSCH
BANKIDBank Details ID TB_BVTYPCHAR4BVTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDINSURE_PARTNE0
INTO CORRESPONDING FIELDS OF WA_VDINSURE_PARTNE0
WHERE...

How to access SAP table VDINSURE_PARTNE0

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