Application Development 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: 

Use of BADI DIWPS_WA_NOT_LIST in transaction WPS1

Former Member
0 Kudos

Hi all,

I am using BADI DIWPS_WA_NOT_LIST in transaction WPS1 to add new columns to the notification work area of MEB which I am successfully able to do.

However I am not able to find any public method that returns me the total Notifications being dispalyed in the notification work area at a point of time.

If anybody is having any idea or suggestion , please suggest.

Thanks in advance,

Vipul

3 REPLIES 3

Former Member
0 Kudos

I think now you are using method MODIFY_FIELDCATALOG?

In addition to that, to get the notifications, try this:

Implement method <b>PROCESS_CUSTOMER_FCODES</b>. In that there is a parameter <b>I_NOTI_LIST</b> which has a method <b>DISPLAY_NOTIFICATIONS</b>.

0 Kudos

Hi Sam,

The method you mentioned is not having any export parameter , which i can use

to get the list of all notifications being displayed in the notification work area.

Former Member
0 Kudos

Hi Vipul,

Maybe it makes sense to check the public attributes of the class "CL_WA_NOTIFICATION_LIST_WPS". A corresponding reference can be found in the interface of the BAdI method "PROCESS_CUSTOMER_FCODES". Check the relevance of the attribute "TABLE_POINTER" of the class mentioned above.

Regards,

Ferenc