Application Development 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: 

Details required in Pop-up

Former Member
0 Kudos
80

Hi,

I have one requirement of displaying information in pop up. Information will in table format, 1st column will be having char abbreviation and 2nd column will be having description more than 256 char.

I thought abt couple of solution but its not helpful

Sol1) ALV, but an ALV filed can display max 256 char.

Sol2) Using smart forms, but when I calling smartform in screen of some size , it not displayed in pop screen. It always open new screen.

Any suggestion will be welcome.

Thanks & Regards

Sandeep Kumar Singh

1 REPLY 1

Former Member
0 Kudos
56

why dont you just create a modal screen window and have a table control in place? that should solve your purpose.. right?