Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

PM Notification screen modification

divya_nayudu
Participant
0 Kudos
551

Hi All,

I have come across a requirement to add "Class - Characteristics" window, which comes under Item Level details, into the main header. Is it advisable and if yes, how can this be achieved? In our scenario, we will always have 1 Item, which is why we want the class characteristics for that item to be displayed in the Notification screen directly, instead of Item level.

Any inputs would be appreciated.

Thanks!

1 ACCEPTED SOLUTION

Jelena_Perfiljeva
Active Contributor
350

I have no idea what "PM Notification" is in this context (you might want at least mention a transaction code, this is ABAP space, we deal with tons of different transactions) but, in general, it would not be advisable in the standard SAP transaction. And, of course, "we will always have 1 item" sounds like the famous last words. 🙂

You could look into replacing a standard transaction with a custom one or go with some UI solution like Personas, if possible.

4 REPLIES 4

Jelena_Perfiljeva
Active Contributor
351

I have no idea what "PM Notification" is in this context (you might want at least mention a transaction code, this is ABAP space, we deal with tons of different transactions) but, in general, it would not be advisable in the standard SAP transaction. And, of course, "we will always have 1 item" sounds like the famous last words. 🙂

You could look into replacing a standard transaction with a custom one or go with some UI solution like Personas, if possible.

0 Kudos
350

Thanks for your reply Jelena. By PM notification screen, I mean Transaction codes: IW21/ IW22/ IW23/ IW28/ IW29.

I agree with you that it is not advisable, which is what I suggested as well.

I will also check out Personas - Did not think of that. Thanks!

NTeunckens
Active Contributor
350

Please check this Blog : link

It provides a good explanation (by the ever capable jogeswararao.kavala) on Screen Enhancements for PM Notification Transactions.


Kind regards

Nic T.

0 Kudos
350

Thanks a lot Nic