BAPICOLLOBJ_GETDETAIL SAP (Loans: Collateral Object - Display) Structure details

Dictionary Type: Structure
Description: Loans: Collateral Object - Display




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




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

BAPICOLLOBJ_GETDETAIL 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 - Display" 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_GETDETAIL TYPE BAPICOLLOBJ_GETDETAIL.

The BAPICOLLOBJ_GETDETAIL table consists of various fields, each holding specific information or linking keys about Loans: Collateral Object - Display data available in SAP. These include CONTRACT_NO (Contract Number), OBJECT_NO (Collateral object number), PROBJNO (Previous object number), MASTERNO (Object master number).. 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: Not classified


SAP BAPICOLLOBJ_GETDETAIL 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
OBJECT_NOCollateral object number ROBJNRNUMC10Assigned to domainSBOBJNRBOB
PROBJNOPrevious object number XOBJALTCHAR15XKBEZ
MASTERNOObject master number VVROBJSTMCHAR13VVRSTANRBOS
LNDREGNOLand register number SGRUNDBNUMC8Assigned to domainSGRUNDBGBS
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
MAIN_OBJIndicator for the main object within a complete object VVJHAUPTCHAR1JANEI
REL_INDICRelease Indicator VVSFGKZCHAR1VVSFGKZ
ENTERED_BYEntered by RERFCHAR12SYCHAR12
ENTERED_ONFirst Entered on DERFDATS8DATUM
TIME_INITTime of Initial Entry TERFTIMS6TIMES
SOUINTENTRSource of initial entry REHERCHAR10CHAR10
LAST_CHNGEEmployee ID RBEARCHAR12SYCHAR12
LASTEDITED_ONLast Edited on DBEARDATS8DATUM
TIME_LASTEDITEDLast Edited at TBEARTIMS6TIMES
EDITSOURCEEditing Source RBHERCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table BAPICOLLOBJ_GETDETAIL

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