AKB_LOGBOOK SAP (Backwards-Compatibility Basis (BCB) Logbook) Table details

Dictionary Type: Table
Description: Backwards-Compatibility Basis (BCB) Logbook




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




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

AKB_LOGBOOK is a standard SAP Table which is used to store Backwards-Compatibility Basis (BCB) Logbook data and is available within R/3 SAP systems depending on the version and release level.

The AKB_LOGBOOK table consists of various fields, each holding specific information or linking keys about Backwards-Compatibility Basis (BCB) Logbook data available in SAP. These include MSGTIME (Last changed at), PRODUCT (Software Product ID), PRODUCT_REL (SAP Release), SERVER (Software Product ID).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP AKB_LOGBOOK table 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
MSGDATEDate of Last Change AS4DATEDATS8AS4DATE
MSGTIMELast changed at AS4TIMETIMS6AS4TIME
PRODUCTSoftware Product ID AKB_PRODUCT_IDCHAR20CHAR20
PRODUCT_RELSAP Release SAPRELEASECHAR10CHAR10
SERVERSoftware Product ID AKB_PRODUCT_IDCHAR20CHAR20
SERVER_RELSAP Release SAPRELEASECHAR10CHAR10
JOBNAMEObject Name in Object Directory SOBJ_NAMECHAR40SOBJ_NAME
SUCCESSGeneral Flag FLAGCHAR1FLAG
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Comments AKB_NOTECHAR80AKB_NOTE
MSGV2Comments AKB_NOTECHAR80AKB_NOTE
MSGV3Comments AKB_NOTECHAR80AKB_NOTE
MSGV4Comments AKB_NOTECHAR80AKB_NOTE

Key field Non-key field



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

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

SELECT SINGLE *
FROM AKB_LOGBOOK
INTO CORRESPONDING FIELDS OF WA_AKB_LOGBOOK
WHERE...

How to access SAP table AKB_LOGBOOK

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