cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying a list of Notifications

Former Member
0 Kudos

Hie Experts.

I would like to view list of notifications which should include the First Name and Last Name fields of the USER (Created By) on the report, but i can't find out the fields (FirstName & LastName) on the Column Set sub-screen. Where do i get the fields from?

Accepted Solutions (1)

Accepted Solutions (1)

jogeswararao_kavala
Active Contributor
0 Kudos

You can not get this in standard tcodes. You can develop a simple query, even SQVI using tables and joins like this

Jogeswara Rao K

Answers (1)

Answers (1)

peter_atkin
Active Contributor
0 Kudos

Joseph,

You can get these columns into IW28/9, but you need to develop a solution.

This can be done via BADI BADI_EAM_SINGLELEVEL_LIST (see TCode SE18).

Talk to your ABAP Team who should be able to help.

SAPTechnical.COM - Screen Exit for Notification Header (TCode: IW21) and show the custom fields in s...

PeteA

Former Member
0 Kudos

Hie Pete.

I talked to the ABAP guys and they used SE18 t-code to search for the BADI and it's said to be not existing in the system. We are using SAP ECC 6.0 version. Is the BADI BADI_EAM_SINGLELEVEL_LIST found in SAP ECC 6.0 version?

Regards,

peter_atkin
Active Contributor
0 Kudos

Its in my ECC6 EHP5 system..

Try SE18 again, this time entering ES_EAM_LIST_ENHANCEMENTS in the Enhancement Spot field:

PeteA

Former Member
0 Kudos

Hi Pete.

ES_EAM_LIST_ENHANCEMENTS still it does not exist under enhancement spot field.

peter_atkin
Active Contributor
0 Kudos

What EHP version of ECC6 are you using?

Also go to SE80 and try to display Package IHSA (ask your ABAP Team).

Then on the Package Hierarchy tab, check if EAM_LIST_ENH_1/2 packages are active (see image below):

PeteA