cancel
Showing results for 
Search instead for 
Did you mean: 

Message not displayed on View after Enh Pack 2

Former Member
0 Kudos

Hi All,

Perfect Scenario:

In one of my Views (say V_View1), when i click the button another view as pop up box is displayed and user can update the fields in the pop up and press 'OK' button.

On this 'OK' button am raising a message using Message Manager (if_wd_message_manager->report_t100_message) which is coming up on to my View (V_VIEW1).

Problem:

Note: The above scenario works in SAP system where the Enhancement Pack 2 is not applied.

We are using SAP ECC6. Recently we have applied Enhancement Pack 2 and now the issues is that the message which am raising is not coming on to my view (V_VIEW1).

Please can you let me know if there is an alternative to get the raised message to be viewed on my view (V_VIEW1) or any other scenario or modifications becuase of Enhancement Pack2.

Thanks a lot in Advance.

Thanks,

Mars.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi mars,

I think you need to update NETWEAVER ENHANCEMENT PACKAGE also. i dont know much about this.

Try to pass view name also in messages..

  • report message

CALL METHOD lo_message_manager->REPORT_MESSAGE

EXPORTING

MESSAGE_TEXT = 'Message'

VIEW = 'VIEW1' .

Cheers,

Kris.

Edited by: kissnas on Mar 31, 2011 11:38 AM