/PICM/S_SUB_ACTIVITY_TEMPLATE SAP (Activity Template Structure with Subactivity Information) Structure details

Dictionary Type: Structure
Description: Activity Template Structure with Subactivity Information




ABAP Code to SELECT data from /PICM/S_SUB_ACTIVITY_TEMPLATE
Related tables to /PICM/S_SUB_ACTIVITY_TEMPLATE
Access table /PICM/S_SUB_ACTIVITY_TEMPLATE




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

/PICM/S_SUB_ACTIVITY_TEMPLATE 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 Template Structure with Subactivity Information" 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_/PICM/S_SUB_ACTIVITY_TEMPLATE TYPE /PICM/S_SUB_ACTIVITY_TEMPLATE.

The /PICM/S_SUB_ACTIVITY_TEMPLATE table consists of various fields, each holding specific information or linking keys about Activity Template Structure with Subactivity Information data available in SAP. These include AUTH_GROUP (Authorization Group), ACT_CATEGORY (Activity Category), PARTY_ROLE_CODE (Responsible Partner Role Code), ACTTYPE (Activity 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /PICM/S_SUB_ACTIVITY_TEMPLATE 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
ACTIVITY_TEMPLATEActivity Template /IAM/ACT_TEMPLATECHAR10Assigned to domain/IAM/ACT_TEMPLATE/IAM/ELM_ACTIVITY_TEMPLATE
AUTH_GROUPAuthorization Group /IAM/AUTH_GROUPCHAR4/IAM/C_AUTHGR/IAM/AUTH_GROUP
ACT_CATEGORYActivity Category /IAM/ACT_CATEGORYCHAR3/IAM/I_ACT_CAT/IAM/ACT_CATEGORY/IAM/ELM_ACT_CATEGORY
PARTY_ROLE_CODEResponsible Partner Role Code /IAM/RESP_PARTY_ROLE_CDCHAR8/IAM/C_ROLE_CD/IAM/PARTY_ROLE_CD
ACTTYPEActivity Type /IAM/ACTTYPECHAR3Assigned to domain/IAM/ACTTYPE/IAM/ELM_ACTTYPE
CODEActivity Template Code /IAM/CAT_CODECHAR15Assigned to domainALPHA/IAM/CODE/IAM/ELM_CODE
DURATIONDuration for Which an Activity Is In Process /IAM/ACT_DURATIONQUAN3
DURATION_UNITUnit of Activity Duration /IAM/ACT_DURATION_UNITUNIT3Assigned to domainCUNITMEINS
RESPONSE_TYPEActivity Response Type /IAM/ACT_RESPONSE_TYPECHAR1/IAM/ACT_RESPONSE_TYPE/IAM/ELM_ACT_RESPONSE_TYPE
RESPONSE_UNITUnit for the Response Within an Activity /IAM/ACT_RESPONSE_UNITUNIT3Assigned to domainCUNITMEINS
ACT_LONG_TERMLong-Term Activity Indicator /IAM/ACT_LONG_TERM_INDCHAR1/IAM/BOOLEAN
ACT_MANDATORYMandatory Activity Indicator /IAM/ACT_MANDATORYCHAR1/IAM/BOOLEAN
ACT_FOLLOW_UPFollow-Up Action /IAM/ACT_FOLLOW_UPCHAR3Assigned to domainALPHA/IAM/ACT_FOLLOW_UP
FOLLOW_UP_MODEProcessing Mode for Follow-Up Action /PICM/FOLLOWUP_MODECHAR1/PICM/FOLLOWUP_MODE
ACT_AUTO_RULEAutomatic Rule Execution after Activity Completion /IAM/AUTO_RULE_EXECUTIONCHAR1/IAM/BOOLEAN
DESCRIPTIONActivity Template Text /IAM/ACT_TEMPLATE_DESCCHAR40/IAM/DESCRIPTION
LONGTEXT_INDDetailed Description Available Indicator /IAM/LONGTEXT_EXIST_INDCHAR1/IAM/BOOLEAN
INACTIVEInactive Indicator /IAM/INACTIVECHAR1/IAM/BOOLEAN
PROPOSAL_INDProposal Indicator /IAM/PROPOSAL_INDCHAR1/IAM/BOOLEAN
MANDATORYMandatory Activity Indicator /IAM/ACT_MANDATORYCHAR1/IAM/BOOLEAN
SORT_NOSort Number /IAM/SORTNONUMC4/IAM/SORTNO
SUB_ACT_INACTIVEInactive Indicator /IAM/INACTIVECHAR1/IAM/BOOLEAN
CONT_INCOMPLETEContinue with Incomplete Activity /IAM/CONT_INCOMPLETECHAR1/IAM/BOOLEAN
OBLIGATORYObligatory Activity /IAM/ACT_OBLIGATORYCHAR1/IAM/BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure /PICM/S_SUB_ACTIVITY_TEMPLATE using ABAP code?

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

How to access SAP table /PICM/S_SUB_ACTIVITY_TEMPLATE

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