EIV_SAF_KB_BOR SAP (Generated Table for View EIV_SAF_KB_BOR) Table View details

Dictionary Type: Table View
Description: Generated Table for View EIV_SAF_KB_BOR




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




Table View field list including key, data, relationships and ABAP select examples

EIV_SAF_KB_BOR is a standard SAP Table View which is used to store Generated Table for View EIV_SAF_KB_BOR data and is available within R/3 SAP systems depending on the version and release level.

The EIV_SAF_KB_BOR table consists of various fields, each holding specific information or linking keys about Generated Table for View EIV_SAF_KB_BOR data available in SAP. These include KB_NAME (Name of Knowledge Base), BOR_TYPEID (SAP Business Object Type), BOR_CATID (SAP Business Object Category), TABLE_NAME (Database Table Name).. 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 EIV_SAF_KB_BOR table view 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
CLIENTClient MANDTCLNT3T000MANDT
KB_NAMEName of Knowledge Base CRMT_EI_KB_NAMECHAR30CRMC_SAF_KBCRMT_EI_KB_NAME
BOR_TYPEIDSAP Business Object Type CRMT_EI_BOTYPECHAR32SIBFTYPEID
BOR_CATIDSAP Business Object Category CRMT_EI_BOCATCHAR2CRM_EI_BOCAT
TABLE_NAMEDatabase Table Name CRMT_EI_DBTABNAMECHAR16DBOBJ_NAME
FIELD_KBIDField Name CRMT_EI_FDNAME_KBIDCHAR30FDNAME
FIELD_BORIDField Name CRMT_EI_FDNAME_BOIDCHAR30FDNAME
FIELD_NAME1Field Name CRMT_EI_FDNAME_BONAMECHAR30FDNAME
FIELD_VALUE1Business Object Name CRMT_EI_BO_NAMECHAR32CRM_EI_BO_NAME

Key field Non-key field



How do I retrieve data from SAP table EIV_SAF_KB_BOR using ABAP code

The following ABAP code Example will allow you to do a basic selection on EIV_SAF_KB_BOR to SELECT all data from the table
DATA: WA_EIV_SAF_KB_BOR TYPE EIV_SAF_KB_BOR.

SELECT SINGLE *
FROM EIV_SAF_KB_BOR
INTO CORRESPONDING FIELDS OF WA_EIV_SAF_KB_BOR
WHERE...

How to access SAP table EIV_SAF_KB_BOR

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