VDINSURE_ITEM0 SAP (Do Not Use: Insurance - Fields with Changeable Content) Table details

Dictionary Type: Table
Description: Do Not Use: Insurance - Fields with Changeable Content




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




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

VDINSURE_ITEM0 is a standard SAP Table which is used to store Do Not Use: Insurance - Fields with Changeable Content data and is available within R/3 SAP systems depending on the version and release level.

The VDINSURE_ITEM0 table consists of various fields, each holding specific information or linking keys about Do Not Use: Insurance - Fields with Changeable Content data available in SAP. These include GUID (GUID in 'RAW' format), DVALID_FROM (Start of Term for Insurance Premium), DVALID_TO (End of Term for Insurance Premium), PAYER (Payer of Insurance Premium).. 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 (character-type or numeric)


SAP VDINSURE_ITEM0 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
DVALID_FROMStart of Term for Insurance Premium TB_INS_ITEM_VALID_FROMDATS8T_INS_ITEM_VALID_FROM
DVALID_TOEnd of Term for Insurance Premium TB_INS_ITEM_VALID_TODATS8T_INS_ITEM_VALID_TO
PAYERPayer of Insurance Premium TB_INS_PAYERCHAR10BUT000ALPHABU_PARTNER
PAYMENT_METHODPayment Method for Insurance TB_INS_PAYMENT_METHODCHAR1Assigned to domainZLSCH
BANKIDBank Details ID TB_BVTYPCHAR4BVTYP
XACCRUAL_METHODCalculation Method for Insurance TB_INS_ACCRUAL_METHODCHAR1SZBMETH
PACCRUAL_FACTORPercentage Rate for Insurance Calculation TB_INS_ACCRUAL_FACTORDEC10(7) DECV3_7
APAY_FREQUENCYFrequency in months AMMRHYNUMC3NUMC03
DNEXT_PAY_DATENext Payment Due Date TB_INS_PAYMENT_DATEDATS8DATS
BNEXT_PAY_AMOUNTNext Insurance Premium TB_INS_PAYMENT_AMOUNTCURR13(2) WERTV7
WCURR_AMOUNTInsurance Currency TB_INS_CURR_PAYMENT_AMOUNTCUKY5TCURCWAERSWHR
DSTATEMENT_DATEDate of Next Bill TB_INS_STATEMENT_DATEDATS8DATS
DLAST_STATEMENTDate of Last Bill TB_INS_LAST_STATEMENT_DATEDATS8DATS
RERFEntered by RERFCHAR12SYCHAR12
TZERF 0
REHERSource of initial entry REHERCHAR10CHAR10
RBEAREmployee ID RBEARCHAR12SYCHAR12
TZBEAR 0
RBHEREditing Source RBHERCHAR10CHAR10
IFLG_CHANGEDData Changed in Customer APPEND TB_INS_FLG_CUSTOM_CHANGEDCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM VDINSURE_ITEM0
INTO CORRESPONDING FIELDS OF WA_VDINSURE_ITEM0
WHERE...

How to access SAP table VDINSURE_ITEM0

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