cancel
Showing results for 
Search instead for 
Did you mean: 

Notification Creation through another Notification

Karthic
Participant
0 Kudos

Hi,

While creating a Notification with reference Notification, is there a way to have some fields initial.

I have one requirement that I need to create a new notification with respect to a certain completed Notification (Reference Notification at the time of creating a New Notification) which has some activity and tasks.

The New notification should not have those tasks and activities and some fields.

Is there a standard Function Module or User Exits for the above requirement?

Edited by: Karthic S on Dec 24, 2008 9:31 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Karthic,

You will need to implement a screen exit if you want to add a new field to an existing screen, Following are the list of enhancements available for user subscreens for QM notifications

u2022QQMA0001 User subscreen for notification header

u2022QQMA0008 User subscreen for additional data for notification item

u2022QQMA0010 User subscreen for additional data for cause

u2022QQMA0011 User subscreen for additional data for task

u2022QQMA0012 User subscreen for additional data for activity

u2022QQMA0014 Checks before saving notification

u2022QQMA0015 Customer exit before calling up F4 Help for catalog

u2022QQMA0016 Function "User data" - menu "Goto -> Tasks"

u2022QQMA0017 Function "User data" - menu "Goto -> Activity"

u2022QQMA0018 Scheduling according to entry of priority

u2022QQMA0019 Default partner when adding notification

u2022QQMA0021 Function "User data" - menu "Goto"

u2022QQMA0022 Function "User data" - menu "Goto -> Cause"

u2022QQMA0023 Function "User data" - menu "Goto -> Item"

u2022QQMA0024 Deactivation of function codes in CUA menu

u2022QQMA0025 Default values when adding notification

u2022QQMA0026 Authorization check when entering notification transaction

u2022QQMA0027 Default values when adding task

See which one are useful to you

Suhas

Answers (0)