cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Notification Cause and Damage Code Reporting

0 Likes
3,867

Hello Experts,

I am trying to produce a report that will show all provided Notifications and any Cause or Damage Codes entered in each notification.

I have tried using IW68 and I get only those notifications with such. I need to show all notifications, including those that have no codes so the list can be distributed to the people who need to enter the codes.

Is there another transaction I can use or some parameter to enter so IW68 includes all notifications?

I am running IW68 wide-open (no parameters in a variant) and adding the notification numbers in the Select Single Values multiple selection field.

Any help is greatly appreciated.

Ed

Accepted Solutions (0)

Answers (3)

Answers (3)

Richardfa
Newcomer
0 Likes

Try IW69 with no filters but if you have it too wide open it may fail due to the data size

0 Likes

Peter,

Thank you for your response. IW30 does not give me the information in a form I can use to produce the report I am looking for. I believe I can pull it another way using a database I have written in Access.

Thanks again.

peter_atkin
Active Contributor
0 Likes

Ed,

The standard IW68/9 report will only show notifications that have at least one item. It uses view-table VIQMFEL for the data which is a join on tables QMEL, QMIH, ILOA and QMFE.

The IW30 multi-level report can give you a graphical view of the notification, but I'm assuming that this isn't suitable??

I suspect you will either need to either:

  • Enhance the standard
  • Write a Z reports
  • Create a SAP Query

PeteA