TIM_TMW_COMMTAB_HEADER SAP (TMW: Header/Control Area of COMMTAB) Structure details

Dictionary Type: Structure
Description: TMW: Header/Control Area of COMMTAB




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




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

TIM_TMW_COMMTAB_HEADER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "TMW: Header/Control Area of COMMTAB" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TIM_TMW_COMMTAB_HEADER TYPE TIM_TMW_COMMTAB_HEADER.

The TIM_TMW_COMMTAB_HEADER table consists of various fields, each holding specific information or linking keys about TMW: Header/Control Area of COMMTAB data available in SAP. These include RECUID (Unique Record ID), OPERA (Operation ID for Internal TMW Tables), PRSTAT (Operation Status), PERNRGROUP ().. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TIM_TMW_COMMTAB_HEADER structure 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
RECUIDUnique Record ID TIM_TMWRECUIDINT410TIM_TMWRECUID
OPERAOperation ID for Internal TMW Tables TIM_TMWOPERACHAR5TIM_TMWOPERA
PRSTATOperation Status TIM_TMWPRSTATCHAR3TIM_TMWPRSTAT
PERNRGROUP 0
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
GRUNRGroup number GRUNRNUMC8Assigned to domainGRUNR
CATEGORYTime Manager's Workplace: Data Category TIM_TMWCATEGORYCHAR10TIM_TMWCATEGORY
TYPETime Manager's Workplace: Data Type TIM_TMWTYPECHAR10TIM_TMWTYPE
BEGDAStart Date BEGDADATS8DATUM
ENDDAEnd Date ENDDADATS8DATUM
BEGUZStart Time BEGUZTIMS6UZEIT
ENDUZEnd Time ENDUZTIMS6UZEIT
COMMIDTMW Process Table: Command Indicator TIM_TMWCOMMIDINT410
AUTHSTATTMW: Authorization Check Status TIM_TMWAUTHSTATCHAR1TIM_TMWAUTHSTAT
AUTHLEVEL 0
DBVERSIONBusiness Logic Processor: Database Version ID TIM_TMWDBVERSIONINT13TIM_TMWBOOL
PARENT_RECUIDUnique Record ID TIM_TMWRECUIDINT410TIM_TMWRECUID
DEP_RECUID_TAB 0
AINFTALLOWData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ARCH_MODEData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
PRIMPrimary Record ID TIM_TMWPRIMFLAGINT13TIM_TMWBOOL
SIMULBLP: Simulative Record Created TIM_TMWSIMULATEDINT13TIM_TMWBOOL
CHNGDBusiness Logic Processor: Record Changed ID TIM_TMWCHNGDINT13TIM_TMWBOOL
DEPIDTMW Processing: Dependency Indicator TIM_TMWDEPIDINT410
SORTIDTMW Process Table: Sort Indicator TIM_TMWSORTIDINT410
LOCALFLAGData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
TPOINT 0
REFTRIG 0
REFDEP 0

Key field Non-key field



How do I retrieve data from SAP structure TIM_TMW_COMMTAB_HEADER using ABAP code?

As TIM_TMW_COMMTAB_HEADER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TIM_TMW_COMMTAB_HEADER as there is no data to select.

How to access SAP table TIM_TMW_COMMTAB_HEADER

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