BAPI_JBD_STR_COLL_HEADER SAP (Header of Structure for Collateral) Structure details

Dictionary Type: Structure
Description: Header of Structure for Collateral




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




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

BAPI_JBD_STR_COLL_HEADER 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 "Header of Structure for Collateral" 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_BAPI_JBD_STR_COLL_HEADER TYPE BAPI_JBD_STR_COLL_HEADER.

The BAPI_JBD_STR_COLL_HEADER table consists of various fields, each holding specific information or linking keys about Header of Structure for Collateral data available in SAP. These include COLLATERAL_NAME (Long Name for Collateral), COLLATERAL_SHORT (Idendifier for Collateral Provision - Short Name), COLLATERAL_CATEGORY (Collateral Level), COLLATERAL_PRTNR (Business Partner Number in External System).. 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 BAPI_JBD_STR_COLL_HEADER 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
COLLATERAL_EXTIDExternal ID of Collateral BAPI_JBD_DTE_SIDEXTCHAR20CHAR20
COLLATERAL_NAMELong Name for Collateral BAPI_JBD_DTE_SID_NAMECHAR60KL_CHAR60
COLLATERAL_SHORTIdendifier for Collateral Provision - Short Name BAPI_JBD_DTE_SID_KTXTCHAR30KL_CHAR30
COLLATERAL_CATEGORYCollateral Level BAPI_JBD_DTE_SITYPNUMC2KL_SITYP
COLLATERAL_PRTNRBusiness Partner Number in External System BAPI_JBD_DTE_BPEXTCHAR20CHAR20
COLLATERAL_TYPEType of Collateral BAPI_JBD_DTE_SIARTNUMC4NUMC4
COLL_VALUE_CATEGORYValue Type of Collateral BAPI_JBD_DTE_BESITYPNUMC2KL_BESITYP
FINANCE_OBJEKTNOObject Number for Collateral BAPI_JBD_DTE_OBJNR_SICHAR22Assigned to domainJ_OBJNR
COLLATERAL_VALIDITYEnd of Validity of Collateral Provision BAPI_JBD_DTE_GUELENDDATS8DATUM
COLLATERAL_ACTIVIndicator showing whether record is active BAPI_JBD_DTE_XAKTCHAR1XFELD
COLLATERAL_PRIORIdentifier for Collateral Priority BAPI_JBD_DTE_SIPRIONUMC2NUMC2
LAST_CHANGED_BYLast Changed by BAPI_JBD_DTE_UPUSERCHAR12SYCHAR12
CHANGED_ONChanged on BAPI_JBD_DTE_UPDATEDATS8DATUM
TIME_CHANGEDChanged at BAPI_JBD_DTE_UPTIMETIMS6UZEIT
ENTERED_BYEntered By BAPI_JBD_DTE_CRUSERCHAR12SYCHAR12
ENTRY_DATECreated On BAPI_JBD_DTE_CRDATEDATS8DATUM
ENTRY_TIMEEntered At BAPI_JBD_DTE_CRTIMETIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table BAPI_JBD_STR_COLL_HEADER

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