SAP BAPILOANCOL_GET Display of Collateral Relationship Data Table data and field list

BAPILOANCOL_GET 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 "Display of Collateral Relationship Data" 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_BAPILOANCOL_GET TYPE BAPILOANCOL_GET.

The BAPILOANCOL_GET table consists of various fields, each holding specific information or linking keys about Display of Collateral Relationship Data data available in SAP. These include CONTRACT_NO (Contract Number), INT_NO (Collateral reference number), COLLAT (Collateral type), COLLATCAT (Category Of Collateral Group (Internal))... 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. .

BAPILOANCOL_GET structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BAPILOANCOL_GET structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPILOANCOL_GET table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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
INT_NOCollateral reference number RSICHERNUMC8NUMC8
COLLATCollateral type SSICHCHAR4Assigned to domainSSICH
COLLATCATCategory Of Collateral Group (Internal) SSICHARTNUMC2SSICHART
VALUECurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CURRENCYCurrency SWHRCUKY5Assigned to domainWAERSWHR
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
ASSIGN_DTEDate of assignment for collateral security DABTRETDATS8DATUM
CONF_ONAssignment confirmation date VVDABBSTDATS8DATUM
DISP_ONAssignment display date VVDABANZDATS8DATUM
DOCUMENTDocument number XURKCHAR15CHAR15
DOC_TYPEIndicator for the type of document SDOKUARTNUMC3SDOKUART
ISSUED_ONDocument date/expert opinion date DURKDATS8DATUM
CONSFROLLOIndicator: Taken into consideration for rollover VVJPROLCHAR1JANEI
STRT_RELDate of start of relationship DBEBEZDATS8DATUM
END_RELATDate of end of relationship DENBEZDATS8DATUM
PRIM_COLLPrimary collateral indicator VVJHSICHCHAR1JANEI

Key field Non-key field



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

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

How to access SAP table BAPILOANCOL_GET

Within an ECC or HANA version of SAP you can also view further information about BAPILOANCOL_GET and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).