Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Activity Types are transferred to SAP FSM as Enumeration objects of type ACTIVITY_TYPE.

 

An excerpt from Activity DTO table:

...

 

Enumeration objects of enumType ‘ACTIVITY_TYPE’ displayed in QueryAPI:

...

Info

Learn more about Enumeration objects enumeration objects in the official SAP FSM documentation: https://docshelp.coresystems.net/api/dtos/data-model.html#Enumerationsap.com/viewer/fsm_data_model/Cloud/en-US/using-enumerations.html?q=enumeration

  

A proper Enumeration value should be maintained in transaction /PACG/ECM_ENUMV - Enumeration value. The ‘Enum. Type’ field should be filled with ‘ACTIVITY_TYPE’.

...

·       mapped with an internal Activity Type in transaction /PACG/ECM_ACTMAE - Activity code mapping

...

Activity Subtypes

Maintain an entry in transaction /PACG/ECM_ACTMAE - Activity code mapping and tick it as ‘Is subtype’.

...

 

Transfer the Subtype with transaction /PACG/ECM_ACTSUBTYPE - Activity Subtype:

...

 

An idoc of type /PACG/ECM_ITYPE_ACTSUBTYPE will be generated. 

...

 

The new Subtype will be visible in Query API and e.g. on the mobile app.

...

The Subtype can be sent within outbound Activity idocs in field ‘SUBTYPE’ if a proper mapping is maintained in transaction /PACG/ECM_ACTMAE - Activity code mapping (see the first paragraph of this chapter).