cancel
Showing results for 
Search instead for 
Did you mean: 

Show messages from another component

apachon
Participant
0 Kudos

Hello,

I have an application with several components, and I would like to know that I do to show messages from one component to another.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

Pramanan
Active Participant
0 Kudos

Hi,

It is possible through Interface controller of Webdynpro component.

For this create a node with attributes in component controller of a component and don't forget to select the check box "Interface node".

So that you can pass the attribute values of the component to other component's view.

Feel free to ask any doubts regard this

apachon
Participant
0 Kudos

Thank you for responding, the problem is that we show the messages in sigueinet way:

CALL METHOD l_message_manager->report_t100_message

EXPORTING

msgid = ls_errores-id

msgno = ls_errores-number

msgty = ls_errores-type

p1 = ls_errores-message_v1

p2 = ls_errores-message_v2

p3 = ls_errores-message_v3

p4 = ls_errores-message_v4

view = 'ID_BODY'.

The problem is that it shows us what the component in which we are, which is a POPUP, and we want to show in another component