Skip to Content
0
Former Member
Jun 16, 2011 at 09:03 AM

Cross References from Message Class in ABAP Web Dynrpo

134 Views

Hi,

Iu2019m using the following dummy code to get a cross reference to the massage class while displaying the message via the message manager. Using the cross reference button in the message class, there is neither a chance to search for WD Components nor a result is found while searching for programs and classes. (running WD on Netweaver 7.0 Level 19)


lo_api_controller ?= wd_this->wd_get_api( ).

lo_message_manager = lo_api_controller->get_message_manager( ).

IF 1 = 2. MESSAGE e000(Z_DW_TEST_MSG). ENDIF.
* report message
lo_message_manager->report_t100_message(
    msgid                    = 'Z_DW_TEST_MSG'
    msgno                    = '000'
    msgty                    = 'E'
    ).

Is this a known bug or just not the right way displaying messages in WD?

BR

Dominik

Edited by: Dominik Weiler on Jun 16, 2011 11:21 AM