Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying errors in internal table on popup

Former Member
0 Likes
713

Hello everyone,

I have an internal table in which I collect some errors and i want to display them on popup. What is the best way of doing this? I already tried REUSE_ALV_POPUP_TO_SELECT and

POPUP_WITH_TABLE_DISPLAY_OK. Using both FMs the text gets truncated on pupup! Also, using POPUP_WITH_TABLE_DISPLAY_OK it always shows title as "register" instead of the title I give! I have only one field in internal table

data: begin of itab occurs 0,

errors(100),

end of itab.

I have a long text in errors but it gets truncated on pupup. Please give me any suggestions you have.

Thanks.

Mithun

1 REPLY 1
Read only

Former Member
0 Likes
401

Try DD_POPUP_WITH_LIST

Greetings,

Blag.