cancel
Showing results for 
Search instead for 
Did you mean: 

QQMA0014 - Notification Number not available

former_member188001
Active Participant
0 Kudos

All,

I have added a new tab and created custom field for long text. When user creates a notification in QM01 and enters the text, i need to save this text for which I am using exit "EXIT_SAPMIWO0_020" . For this, i am using key as the notification number and Text Id concatenated.

The problem is, the notification number is still not available. I tried to pull the number via Stack but no luck.

FIELD-SYMBOLS : <fs_qmnum> TYPE qmnum.
ASSIGN ('(SAPLIQS0)viqmel-qmnum') TO <fs_qmnum>.

Any suggestions would be appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member195779
Active Participant
0 Kudos

Dear Sali,

I don't think User Exit QQMA0014 going to help you in this.

Exit used for adding custom tab in QM notification is going to use for the same.

Kindly go through the discussion : https://archive.sap.com/discussions/thread/3789738

Also one blog is mentioned in the above discussion:

User-Fields in QM and PM/CS Notifications : Screen-Exit QQMA0001

Regards,

Amarnath Dube

former_member188001
Active Participant
0 Kudos

Hi Amarnath,

Thanks for the links. Yes, I am aware of this process. This exactly how i have done and achieved the functionality for adding new tabs and fields in sub screen area. The problem is only with Saving Long Text during create. Since, at the point when this user exit is called, notification number is still not generated making it difficult to save the long text against a specific key.

One solution that comes to my mind is doing this in Update Task, I havent tried this approach yet but will try and update here for others benefit.