cancel
Showing results for 
Search instead for 
Did you mean: 

How to add standard field in Notification details screen ?

Former Member
0 Kudos

Hello experts,

                   I am using SAPWM 6.2 application. I want to add ReportedBy  field in Notification details screen.  In Object & Transaction property   ReportedBy field already present. I have added ReportedBy field in Notification Details screen. Now my question is that for fetching the ReportedBy value from backend  whether I need to write getter-setter methods in my Z class which entends Notiication class or not. Your suggestions will be very helpful.

Regards

Sudhir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello experts,

           Sorry for replying late. I got my requirement. Now I can see Reported By field value coming in SAPWM app. I just extend  Notification class with Z class & wrote POJO objects & override setProperties(User u, NotificationFetchBAPI bapi). Also as suggested by Chandra I checked & make field active.

       Thanks for your suggestions.

Regards

Sudhir

Answers (1)

Answers (1)

karanshaheri
Participant
0 Kudos

Hi,

You don't have to fetch from the back-end.

Regards,

Karan Shaheri.

Former Member
0 Kudos

Hi Karan,

                Thanks for ur useful suggestion. If I don't need to fetch it from back-end, then what should I do to get value in ReportedBy field.

Regards

Sudhir

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Sudhir,

Looking at the Java the ReportedBy is already in the Java Object and looks like it should already populate during the fetch. 

Might want to debug your backend to confirm the value is being exposed as expected.

--Bill

0 Kudos

In Config panel (TCode = /syclo/configpanel) Field Selection please make sure QMNAM field is selected

thanks

Chandra