IWBKEPDEST SAP (KEPlicator Data for Logical Destinations) Table details

Dictionary Type: Table
Description: KEPlicator Data for Logical Destinations




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




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

IWBKEPDEST is a standard SAP Table which is used to store KEPlicator Data for Logical Destinations data and is available within R/3 SAP systems depending on the version and release level.

The IWBKEPDEST table consists of various fields, each holding specific information or linking keys about KEPlicator Data for Logical Destinations data available in SAP. These include LASTCALL (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), STATUS (KEPlicator Status of a Destination), VERSION (Version number (4th part) of a frontend component), CYCLETIME (Cycle time in minutes).. 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: Not classified


SAP IWBKEPDEST 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
LOG_DESTKEPlicator: Logical Destination (PC Equi No.) IWKEPDESTCHAR70CHAR70IWKEPDEST
LASTCALLUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
STATUSKEPlicator Status of a Destination IWDESTSTATCHAR1IWDESTSTAT
VERSIONVersion number (4th part) of a frontend component IWVERSIONCHAR8CHAR08
CYCLETIMECycle time in minutes IWCYCLENUMC6NUMC06
TRACETrace on/off IWTRACECHAR1CHOICE
MAINTMaintenance necessary/not necessary IWMAINTCHAR1CHOICE
ERRORSNumber of errors IW_NOERRSNUMC10NUMC10
WARNINGSNumber of Warning Messages IW_NOWARNNUMC10NUMC10
FREESPCMINMinimum number of free KB (1024 byte) IWMINFREEINT410SINT4_NOS
FREESPCNumber of Free KB (1024 byte) IWFREEINT410SINT4_NOS
FREESPCAKTNumber of KBs (1024 bytes) actually free IWAKTFREEINT410SINT4_NOS
LOCATIONObject Name STEXTCHAR40TEXT40
BUILDINGBuilding BUILDCHAR8Assigned to domainBUILD
ROOMPhysical Room Number ROOM1CHAR8CHAR8
GENERATEKEPlicator is still generating SAPShow KWKEPGENCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM IWBKEPDEST
INTO CORRESPONDING FIELDS OF WA_IWBKEPDEST
WHERE...

How to access SAP table IWBKEPDEST

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