KWH_BG SAP (Background Processes for Knowledge Warehouse) Table details

Dictionary Type: Table
Description: Background Processes for Knowledge Warehouse




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




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

KWH_BG is a standard SAP Table which is used to store Background Processes for Knowledge Warehouse data and is available within R/3 SAP systems depending on the version and release level.

The KWH_BG table consists of various fields, each holding specific information or linking keys about Background Processes for Knowledge Warehouse data available in SAP. These include JOBCOUNT (Job ID), PROGNAME (Program name within a step (e.g. report)), SDLDATE (Date of job/step scheduling), SDLTIME (Time of a scheduled job/step).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP KWH_BG 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
JOBNAMEBackground job name BTCJOBCHAR32CHAR32
JOBCOUNTJob ID BTCJOBCNTCHAR8CHAR8
PROGNAMEProgram name within a step (e.g. report) BTCPROGCHAR40PROGNAME
SDLDATEDate of job/step scheduling BTCSDLDATEDATS8SYDATS
SDLTIMETime of a scheduled job/step BTCSDLTIMETIMS6SYTIME
SDLUNAMEInitiator of job/step scheduling BTCSDLNMCHAR12CHAR12
LISTIDENTID of batch job output list in the spool BTCLISTIDNUMC10SYSPONO
DESCRIPTIONDescription of Background Job DESCRBGCHAR63CHAR63

Key field Non-key field



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

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

SELECT SINGLE *
FROM KWH_BG
INTO CORRESPONDING FIELDS OF WA_KWH_BG
WHERE...

How to access SAP table KWH_BG

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