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

pop up function module to display multiple lines

Former Member
0 Likes
3,468

Hi friends,

Is there any pop up function module to display multiple lines in information mesage popup.

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
1,566

Try this POPUP_TO_DISPLAY_TEXT and if you need more lines then I think you have a custom with a copy of this..

5 REPLIES 5
Read only

rvinod1982
Contributor
0 Likes
1,566

Hi,

Try function module REUSE_ALV_POPUP_TO_SELECT.

Regards,

Vinod

Read only

Manohar2u
Active Contributor
0 Likes
1,567

Try this POPUP_TO_DISPLAY_TEXT and if you need more lines then I think you have a custom with a copy of this..

Read only

Former Member
0 Likes
1,566

Firstly Thnax for all for quick reply.

however SPECIAL THANX TO Monohar,

the fm u suggegsted POPUP_TO_DISPLAY_TEXT', has solved my problem.

Read only

Former Member
0 Likes
1,566

Hello,

Try POPUP_WITH_TABLE_DISPLAY_OK and see if it meets your requirement.

Regards,

Sachin

Read only

Former Member
1,565

Hi

Kindly check the below FM.

POPUP_WITH_TABLE_DISPLAY_OK

POPUP_WITH_TABLE_DISPLAY

CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY_OK'

EXPORTING

endpos_col = 50

endpos_row = 20

startpos_col = 20

startpos_row = 10

titletext = text-907

TABLES

valuetab = i_last_extrct_dates

EXCEPTIONS

break_off = 1

OTHERS = 2.

Regards

Gaurav