TOKOM SAP (Technical Parameters for Communications Module) Table details

Dictionary Type: Table
Description: Technical Parameters for Communications Module




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




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

TOKOM is a standard SAP Table which is used to store Technical Parameters for Communications Module data and is available within R/3 SAP systems depending on the version and release level.

The TOKOM table consists of various fields, each holding specific information or linking keys about Technical Parameters for Communications Module data available in SAP. These include FLUSH (Change of Direction after n-th Record), BLKSZ (Variable Buffering of Blocks for Subsystem Communication), MANDA (R/2 client), BUKRS (R/2 company code).. 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 TOKOM 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
MANDTClient MANDTCLNT3T000MANDT
FLUSHChange of Direction after n-th Record DASCHGDIRNUMC5DASCHGDIR
BLKSZVariable Buffering of Blocks for Subsystem Communication DASBLKSIZNUMC5DASBLOCKS
MANDAR/2 client DASMANNUMC3NUMC3
BUKRSR/2 company code DASBUKCHAR2DASBUKRS
WERKSPlant in R/2 DASWERKSCHAR2DASWERK
TRANSConfirmation transaction DASTRANSCHAR4DASTRANS
HSYSTDestination DASHSYSTCHAR8DASHSYST
HUSERR/2 host user name for R/2 transfer DASHUSERCHAR12CHAR12
HPASSPassword for R/2 user DASHPASSCHAR8CHAR8
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KORRVCorrection responsibility DASKORRVCHAR1CHAR1
HRELNRM-PPS Release number in R/2 DASHRELNCHAR4DASHRELN
SENDLBuffer length for R/2 transfer DASSENDLNUMC5DASSENDL
ARLTDControl station ID DASARLTDCHAR4DASARLTD
LTGRUR/2 ctrl.stat.group DASLTGRUCHAR4DASLTGRU

Key field Non-key field



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

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

SELECT SINGLE *
FROM TOKOM
INTO CORRESPONDING FIELDS OF WA_TOKOM
WHERE...

How to access SAP table TOKOM

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