SAP BAPICOLLOBJ_CREATE Loans: Collateral Object - Create Table data and field list

BAPICOLLOBJ_CREATE 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 "Loans: Collateral Object - Create" 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_BAPICOLLOBJ_CREATE TYPE BAPICOLLOBJ_CREATE.

The BAPICOLLOBJ_CREATE table consists of various fields, each holding specific information or linking keys about Loans: Collateral Object - Create data available in SAP. These include MASTERNO (Object master number), OBJECTTYPE (Object type), HER_BU_RIG (Heritable building right indicator for collateral objects), INH_BU_T (Inheritable building leasehold end)... 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. .

BAPICOLLOBJ_CREATE structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BAPICOLLOBJ_CREATE 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 BAPICOLLOBJ_CREATE 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
PROBJNOPrevious object number XOBJALTCHAR15XKBEZ
MASTERNOObject master number VVROBJSTMCHAR13VVRSTANRBOS
OBJECTTYPEObject type SOBJARTNUMC2Assigned to domainSOBJART
HER_BU_RIGHeritable building right indicator for collateral objects SOBJERBBAUCHAR1Assigned to domainSOBJERBBAU
INH_BU_TInheritable building leasehold end DERBBAUDATS8DATUM
LEG_MEASCollateral object legal measures ID VVSZWANGCHAR1VVSZWANG
P_CST_PRICCurrency amount in BAPI interfaces BAPICURR_DDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
PURCH_ONObject purchase date DKAUFDATS8DATUM
PROP_CONDProperty conditions SGVERCHAR2Assigned to domainSGVER
CO_OWNERCo-ownership share BMITEIGDEC9(3) DEC6_3
FACTOR_1Conversion factor for fractional share of property VVRFAKTNUMC6VVRFAKT
UNITArea unit FEINSUNIT3Assigned to domainCUNITMEINSFEH
UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
VOL_UNITUnit for cubic volume REINSUNIT3Assigned to domainCUNITMEINS
VOL_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
CONSTYRConstYr VVYBAUJNUMC4GJAHRGJAHR
YEAR_MODYear of last modernization VVYLMODNUMC4GJAHRGJAHR
BUILAPPApplication for building permit DANTBAUDATS8DATUM
BUILD_PERBuilding permit DBAUGENEDATS8DDAT
READY_OCCReady for occupancy DBEZUGSFDATS8DDAT
COMPLETCompletion DFERTIGDATS8DDAT
FIN_INSPFinal Inspection DSCHLUSSDATS8DDAT
MAINUSTYPEMain usage type of object VVSNUTZNUMC4Assigned to domainSNUNR
FIX_FITTObject fixtures/fittings indicator SOBJAUSTNUMC2Assigned to domainSOBJAUST
BUILD_CONDITIONIndicator for Condition of Object SOBJZUSTNUMC2Assigned to domainSOBJZUST
DISTRICTIndicator - District of Object SOBJLAGENUMC2Assigned to domainRESOBJLAGE
AREAIndicator: Area Description for Object SOBJGEBNUMC2Assigned to domainSOBJGEB
TRANSCONNTransport Connections of Business Entity SVERKEHRCHAR1Assigned to domainSVERKEHR
ARCH_CONSProtection of Historical Sites JDENKMALCHAR1JANE

Key field Non-key field



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

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

How to access SAP table BAPICOLLOBJ_CREATE

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

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