cancel
Showing results for 
Search instead for 
Did you mean: 

how to display message long text popup window without using message area?

tongping
Explorer
0 Kudos

Hi,

I'm list some messages as in a table list, and also there is a field for opening the long text popup.

Is there a simple way to reuse the display message long text popup window even if i don't use message area?

Thanks and regards, Said

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

I don't think this is possible using MessageArea.

this you have to do manually, open popup window which has a view and intern it contains a table

to show the erros and you need to fill the noede binded to the table with the proper messages.

Abhi

Answers (1)

Answers (1)

tongping
Explorer
0 Kudos

I need to clarify the question.

I'll code to list the messages in the table; in the table there is a column named long text; from this column, is there a easy way to open display message long text popup window other than coding a new window of long text on my own.

vivekananthan_sellavel
Active Participant
0 Kudos

hi tong

Use this function module to get the long text.

BAPI_MESSAGE_GETDETAIL

in the table cell editor keep as link to action.

on no click the link open the custome pop-up.

But even though it will be not good like standed one.

regards

vivekananthan.s