cancel
Showing results for 
Search instead for 
Did you mean: 

Notification task long text missing

emanuel_gampp
Explorer
0 Kudos

Hi all,

we need to implement a standard task long text in notification task. Therefore we're using

EXIT_SAPMIWO0_021. There I've implemented FM Read_text which reads information from QS41. With EDIT_TEXT the long text maintained in QS41 appears while notification task creation and can be changed as well.
If we finish task long text editing, we go back to service notification. Now I have following issue:

- task long text is missing in notification task before I saved the notification! After I've saved the notification, the text appeared.

I've also tried FM commit_text and UPDATE QMSM SET INDTX = 'X' but without success. Maybe I'm doing something wrong...?
Is there a way, that the text appears in the notification long text task before saving?

Any support would be very much appreciated.

Regards Emanuel

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

You should not update in database (actually the SAVE will overwrite this?) but somewhere in memory of main program (table iviqmsm?)

emanuel_gampp
Explorer
0 Kudos

do you have any idea how this can be done?

raymond_giuseppi
Active Contributor
0 Kudos

First look for any Exit or BAdI that allows to update the table, in case of failure, look for some wild ASSIGN?