SAP Function /SAPSMOSS/01_UPDATE_NOTIFIC - Task: Updating an OSS notification

Parameter Reference Type Length Default Optional Text
I_CUSTOMIZING V_TQ85 u 225 Customizing entry for selected function
I_FBCALL 0 X
I_MANUM QMSM-MANUM N 4 Sequence number of task to be created
I_VIQMEL VIQMEL u 1952 Notification data

Parameter Reference Type Length Text
E_BUCH QKZ C 1 Indicator: Notification will be saved immediately
E_QNQMAQMEL0 QNQMAQMEL0 u 271 Changed notification header data
E_QNQMASM0 QNQMASM0 u 168 Changed activity data

Parameter Reference Length Optional Text
TE_CONTAINER SWCONT 297 X Container content for workflow
TE_LINES TLINE 134 X Long text lines
TI_IHPA IHPA 118 Partner (table is not exported)
TI_IVIQMFE WQMFE 1168 Defect items (table is not exported)
TI_IVIQMMA WQMMA 404 Activities (table is not exported)
TI_IVIQMSM WQMSM 725 Tasks (table is not exported)
TI_IVIQMUR WQMUR 362 Causes (table is not exported)

Exception Text
ACTION_STOPPED Activity was terminated

Functionality
This function module checks whether the notification has already beensent to SAP. If so, it causes the system to update the notificationwith the information contained in the corresponding notification atSAP.

Notes
The update does not occur directly in this function module, but ratherin function module/SAPSMOSS/05_UPDATE_FROM_SAP(function module for a follow-up action).
If you want to update an R/3 notification using the action box, youshould:

  • Assign a follow-up function to function module
  • /SAPSMOSS/01_UPDATE_NOTIFIC in Customizing. Thesystem uses this function module to create a task.
    • Assign a follow-up action that calls function module
    • /SAPSMOSS/05_UPDATE_FROM_SAP to the selected task code in thecorresponding catalog. This function module is executed after thenotification is saved.