/ASU/SSMTREED SAP (ASU Simple Schedule Manager: Scheduling entries) Table details

Dictionary Type: Table
Description: ASU Simple Schedule Manager: Scheduling entries




ABAP Code to SELECT data from /ASU/SSMTREED
Related tables to /ASU/SSMTREED
Access table /ASU/SSMTREED




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

/ASU/SSMTREED is a standard SAP Table which is used to store ASU Simple Schedule Manager: Scheduling entries data and is available within R/3 SAP systems depending on the version and release level.

The /ASU/SSMTREED table consists of various fields, each holding specific information or linking keys about ASU Simple Schedule Manager: Scheduling entries data available in SAP. These include SCHED_ID (UTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun)), TASKLIST (Schedule Manager: Task List), ID (ASU - General ID f.g. sequence number), TASK_OWNER (Schedule Manager: Task Owner).. 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 or numeric)


SAP /ASU/SSMTREED 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
SCHED_IDUTC time stamp in long form (YYYYMMDDhhmmss,mmmuuun) TZNTSTMPLDEC21(7) TZNTSTMPL
TASKLISTSchedule Manager: Task List PEPPROFILECHAR10/ASU/TSSMPEPPROFILESCMAPROFILEH_PEPPROFILE
IDASU - General ID f.g. sequence number /ASU/IDCHAR12/ASU/SSMTREECHAR12
TASK_OWNERSchedule Manager: Task Owner SCMATASK_OWNERCHAR12UNAME
TASK_DATESystem Date SYDATUMDATS8SYDATS
TASK_STARTTIMESystem Time SYUZEITTIMS6SYTIME
UACC_STEP_NAMEStep Name UACC_STEP_NAMECHAR50UACC_STEP_NAMEUACC_STEP_NAME
UACC_USE_CASEUse case of Check -- 'UPG', 'SPAM', 'ASU' etc.. UACC_USE_CASECHAR30UACC_USE_CASEUACC_USECASE
RELATIONKEYGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C

Key field Non-key field



How do I retrieve data from SAP table /ASU/SSMTREED using ABAP code

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

SELECT SINGLE *
FROM /ASU/SSMTREED
INTO CORRESPONDING FIELDS OF WA_/ASU/SSMTREED
WHERE...

How to access SAP table /ASU/SSMTREED

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