/BDL/MAINTAIN SAP (Control Table: Session refresh / service defintion resfres) Table details

Dictionary Type: Table
Description: Control Table: Session refresh / service defintion resfres




ABAP Code to SELECT data from /BDL/MAINTAIN
Related tables to /BDL/MAINTAIN
Access table /BDL/MAINTAIN




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

/BDL/MAINTAIN is a standard SAP Table which is used to store Control Table: Session refresh / service defintion resfres data and is available within R/3 SAP systems depending on the version and release level.

The /BDL/MAINTAIN table consists of various fields, each holding specific information or linking keys about Control Table: Session refresh / service defintion resfres data available in SAP. These include TASKNAME (Character field of length 40), REQ_DEST (Logical Destination (Specified in Function Call)), PERIOD (Single-Character Indicator), PERVALUE (Count parameters).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /BDL/MAINTAIN 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
IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
TASKNAMECharacter field of length 40 CHAR40CHAR40CHAR40
REQ_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
PERIODSingle-Character Indicator CHAR1CHAR1CHAR1
PERVALUECount parameters NUMC4NUMC4NUMC4
DAYSAHEADCount parameters NUMC4NUMC4NUMC4
DAYSBACKCount parameters NUMC4NUMC4NUMC4
DEL_LOGSingle-Character Indicator CHAR1CHAR1CHAR1
LOG_BACKCount parameters NUMC4NUMC4NUMC4
DEL_SESSSingle-Character Indicator CHAR1CHAR1CHAR1
SESS_BACKCount parameters NUMC4NUMC4NUMC4
DELAY_UNITSingle-Character Indicator CHAR1CHAR1CHAR1
DELAY_VALUECount parameters NUMC4NUMC4NUMC4
RETRYCount parameters NUMC4NUMC4NUMC4
PERIOD_SESSCount parameters NUMC4NUMC4NUMC4
PERUNIT_SESSSingle-Character Indicator CHAR1CHAR1CHAR1
PERIOD_DEFCount parameters NUMC4NUMC4NUMC4
PERUNIT_DEFSingle-Character Indicator CHAR1CHAR1CHAR1
STEP_DEF Current step in Service Definition Refresh for retries0
PERIOD_DELCount parameters NUMC4NUMC4NUMC4
PERUNIT_DELSingle-Character Indicator CHAR1CHAR1CHAR1
PERIOD_LICCount parameters NUMC4NUMC4NUMC4
PERUNIT_LICSingle-Character Indicator CHAR1CHAR1CHAR1
FORCESingle-Character Indicator CHAR1CHAR1CHAR1
UNAMEUser Name UNAMECHAR12UNAME
CREATEDABAP Time Stamp ABSTAMPCHAR14TIMESTMP
CHANGEDABAP Time Stamp ABSTAMPCHAR14TIMESTMP

Key field Non-key field



How do I retrieve data from SAP table /BDL/MAINTAIN using ABAP code

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

SELECT SINGLE *
FROM /BDL/MAINTAIN
INTO CORRESPONDING FIELDS OF WA_/BDL/MAINTAIN
WHERE...

How to access SAP table /BDL/MAINTAIN

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