BAPICOLL_POLICY SAP (BAPI Reference Structure For Contracts / Credit (VDLV)) Structure details

Dictionary Type: Structure
Description: BAPI Reference Structure For Contracts / Credit (VDLV)




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




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

BAPICOLL_POLICY 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 "BAPI Reference Structure For Contracts / Credit (VDLV)" 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_BAPICOLL_POLICY TYPE BAPICOLL_POLICY.

The BAPICOLL_POLICY table consists of various fields, each holding specific information or linking keys about BAPI Reference Structure For Contracts / Credit (VDLV) data available in SAP. These include CONTRACT_NO (Contract Number), CLIENT (Client), INT_NO (Collateral reference number), COLLAT (Collateral 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: Cannot Be Enhanced


SAP BAPICOLL_POLICY 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
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
CONTRACT_NOContract Number RANLCHAR13ALPHARANLRAN
CLIENTClient MANDTCLNT3Assigned to domainMANDT
INT_NOCollateral reference number RSICHERNUMC8NUMC8
COLLATCollateral type SSICHCHAR4Assigned to domainSSICH
COLLATCATCategory Of Collateral Group (Internal) SSICHARTNUMC2SSICHART
NUMBEROContract / account number XLVNRCHAR15CHAR15
TARIFFContract Rate/Group XLVTARIFCHAR15XKBEZ
CONT_STRTContract Start DBLVDATS8DATUM
CONTR_ENDContract End Date DELVDATS8DATUM
CONTR_FRMContract Date DVERTRAGDATS8DATUM
CONT_TOTALCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
CONTRIBCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
PMNT_FORMPayment form (at start of period, mid-period, at period end) SZAWSNUMC1SZAHLDIV
FREQUENCY_MONTHFrequency in months AMMRHYNUMC3NUMC03
INTERESTInterest on savings for credit balance PSPZINSDEC10(7) DEC3_7
FACTORBonus / dynamization factor PBONUSDEC10(7) DEC3_7
STATUSPledge status indicator SPFSTATNUMC2Assigned to domainSPFSTAT
ASSIGNEDAssignment Indicator JZESSIONCHAR1JANEI
NAME_1Name XLBEZCHAR50XTEXT50
NAME_2Name XLBEZCHAR50XTEXT50
SHRTREFShort term/character XKBEZPRTCHAR15XKBEZ
FILENOFile Number XAKTCHAR32CHAR32
SPECTREATInsurance Policy Special Treatment Indicator VVSLVSONNUMC2Assigned to domainVVLVSON
EFF_FROMKey Date for Special Treatment of Insurance VVDLVSONDATS8DATS
REPTAXOFDate of tax office report VVDFINAMTDATS8DATUM
GUAR_TYPE2Guarantee type 2 VVSBUEART1NUMC2Assigned to domainVVSBUEART1
GUAR_TYPE1Guarantee type 1 VVSBUEARTNUMC2Assigned to domainVVSBUEART
GUAR_FROMDate of statement of guarantee VVDBUERGDATS8DATUM
NAMEQuota short name VVXKOKBEZCHAR15CHAR15
INDEX_LINKIndex-Linked Insurance Indicator VVJDYNSTATCHAR1JANE
ACCEPTANCEAdoption of index-linked insurance indicator VVJDYNANNCHAR1JANE
LASTACCEPTAcceptance date of last dynamics VVDDYNDATDATS8DATUM
ORIGINContract origin indicator VVSLVHERKNUMC1VVSLVHERK
PROSP_PMNTCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
COUNTRYCountry ID SLAENDERCHAR3Assigned to domainLAND1
COUNTRY_ISOCountry ISO code INTCACHAR2INTCAF4_INTCA

Key field Non-key field



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

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

How to access SAP table BAPICOLL_POLICY

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