SAP Function SWFMOD_UPDATE_ACTION_CUSTOMIZE - Refresh action customizing

Parameter Reference Type Length Default Optional Text
IP_DO_COMMIT CHAR1 C 1 SPACE X Execute commit work
IP_LANGU SYST-LANGU C 1 SY-LANGU X R/3 System, current language
IP_TRKORR TRKORR C 20 Request/Task
IS_ACTION PPFVTTCU u 496 Generated table for view PPFVTTCU
IT_ACTION_TEXT PPFTSOURCE h 72 X Description of the action - text table

Parameter Reference Type Length Text
EV_RETCODE SYSUBRC I 4 Return Value, Return Value After ABAP Statements

Parameter Reference Length Optional Text
ET_MESSAGE_LINES SWR_MESSAG 274 Messages
ET_MESSAGE_STRUCT SWR_MSTRUC 224 Workflow interfaces: Message structure

Exception Text
ACTION_NOT_EXIST Action definition to be modified does not exist
CHANGES_NOT_ALLOWED Modifications not possible
MISSING_KEY_DATA Required key data missing
TRANSPORT_ERROR Error during data transport

Description
Updates fields in the definition of an action. Action name must bestated (is_action-name).
Updated fields are:

  • TEXT

  • CHANGEABLE

  • MULTIPLE

  • PARTINDEP

  • DSPTCHTIME

  • INACTIVE

  • PARTNROLE

  • EXECDIALOG

  • SORTFIELD1

  • SORTFIELD2

  • SORTFIELD3

  • SETINGRID

  • EXECANDDEL

  • TTSORT

  • DSPTCHNOTA

  • Please make sure that these fields are filled with the correct valuesbefore you call this function module. You should callCRM_GET_ACTION_DATA in order to get the preset values.