‎2008 Mar 04 7:25 PM
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
‎2008 Mar 04 7:36 PM