/BDL/SESSMAP SAP (Control table for SDCC sessions) Table details

Dictionary Type: Table
Description: Control table for SDCC sessions




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




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

/BDL/SESSMAP is a standard SAP Table which is used to store Control table for SDCC sessions data and is available within R/3 SAP systems depending on the version and release level.

The /BDL/SESSMAP table consists of various fields, each holding specific information or linking keys about Control table for SDCC sessions data available in SAP. These include REQ_SID (Name of SAP System), REQ_SESSNO (Character Field Length = 10), REQ_CLIENT (3-Byte field), REQ_CONTRACT (TCC contract type).. 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: Cannot Be Enhanced


SAP /BDL/SESSMAP 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
REQ_INSTALL_NO10 digit number NUM10NUMC10NUM10
REQ_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
REQ_SESSNOCharacter Field Length = 10 CHAR10CHAR10CHAR10
REQ_CLIENT3-Byte field CHAR3CHAR3CHAR3
REQ_CONTRACTTCC contract type /BDL/SESSTYPCHAR8CHAR08
REQ_DESCRMedium length description /BDL/SESDESCCHAR8TEXT8
REQ_DESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
REQ_PLAN_DATESystem Date SYDATUMDATS8SYDATS
TASK_IDCharacter Field Length = 10 CHAR10CHAR10CHAR10
REF_SESSNOCharacter Field Length = 10 CHAR10CHAR10CHAR10
REF_CLIENT3-Byte field CHAR3CHAR3CHAR3
REF_INSTALL_NO10 digit number NUM10NUMC10NUM10
REF_SIDName of SAP System SYSYSIDCHAR8SYCHAR08
REF_CONTRACTTCC contract type /BDL/SESSTYPCHAR8CHAR08
REF_DESCRMedium length description /BDL/SESDESCCHAR8TEXT8
COLLECTEDSingle-Character Indicator CHAR1CHAR1CHAR1
COLL_STAMPABAP Time Stamp ABSTAMPCHAR14TIMESTMP
COLL_DATESystem Date SYDATUMDATS8SYDATS
SENTSingle-Character Indicator CHAR1CHAR1CHAR1
ADDONSingle-Character Indicator CHAR1CHAR1CHAR1
PERIODSingle-Character Indicator CHAR1CHAR1CHAR1
PERVALUEFour-digit number NUM4NUMC4NUM04
DELAY_UNITSingle-Character Indicator CHAR1CHAR1CHAR1
DELAY_VALUEFour-digit number NUM4NUMC4NUM04
RETRYFour-digit number NUM4NUMC4NUM04
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/SESSMAP using ABAP code

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

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

How to access SAP table /BDL/SESSMAP

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