cancel
Showing results for 
Search instead for 
Did you mean: 

FPM Message Manager message's HyperLink does not work in Table

Former Member
0 Kudos

Hi FPM experts,

I use FPM in my application and I want to use FPM Message Manager with hyperlink pointing to cells with errors in a table with report_bapiret2_message. The hyperlink does work when pointing on stand alone input field, but it does not work when pointing on a input field in a table.

Here is a piece of my code. What's wrong?

data is_message type bapiret2.

is_message-type = 'E'.

is_message-id = 'TEST'.

is_message-number = '1'.

wd_comp_controller->mr_fpm_message_manager->

report_bapiret2_message( is_bapiret2 = is_message

io_component = wd_comp_controller

io_element = lo_el_table_elements " point on the element in my context

iv_attribute_name = 'VALUE' ). " Name of my attribute in context

Thanks

Davy

Edited by: Davy Veilleux on Jan 4, 2009 4:19 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you using the TABLE or ALV for data display..

Micha_Reisner
Explorer
0 Kudos

Any answers to this question?

I am facing the same issue. Using FPM Message Manager with the io_element and iv_attribute parameters pointing to an element in an context node having cardinality = "0...n" does not show the hyper link.

Any Help is Appreciated.