WFMCASS_ISV_ACTIVITY_TMAP SAP (Activity times for ISV) Structure details

Dictionary Type: Structure
Description: Activity times for ISV




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




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

WFMCASS_ISV_ACTIVITY_TMAP 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 "Activity times for ISV" 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_WFMCASS_ISV_ACTIVITY_TMAP TYPE WFMCASS_ISV_ACTIVITY_TMAP.

The WFMCASS_ISV_ACTIVITY_TMAP table consists of various fields, each holding specific information or linking keys about Activity times for ISV data available in SAP. These include ON_SUN (On Sunday), ON_MON (On Monday), ON_TUE (On Tuesday), ON_WED (On Wednesday).. 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: Can be enhanced (character-type)


SAP WFMCASS_ISV_ACTIVITY_TMAP 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
SCHDL_EVT_IDScheduled Event Id WFM_CAS_SCHDL_EVT_IDCHAR32WFMCAS_ID
ON_SUNOn Sunday WFM_ON_SUNCHAR1WFM_BOOLEAN
ON_MONOn Monday WFM_ON_MONCHAR1WFM_BOOLEAN
ON_TUEOn Tuesday WFM_ON_TUECHAR1WFM_BOOLEAN
ON_WEDOn Wednesday WFM_ON_WEDCHAR1WFM_BOOLEAN
ON_THUOn Thursday WFM_ON_THUCHAR1WFM_BOOLEAN
ON_FRIOn Friday WFM_ON_FRICHAR1WFM_BOOLEAN
ON_SATOn Saturday WFM_ON_SATCHAR1WFM_BOOLEAN
FIXED_START_TIMETime WFM_CAS_TIMETIMS6
FIXED_END_TIMETime WFM_CAS_TIMETIMS6

Key field Non-key field



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

As WFMCASS_ISV_ACTIVITY_TMAP 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 WFMCASS_ISV_ACTIVITY_TMAP as there is no data to select.

How to access SAP table WFMCASS_ISV_ACTIVITY_TMAP

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