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

Related function

Former Member
0 Likes
672

Hi,

Is there any function that will call a pop-up window which displays a list of data from an internal table.

Now when taking values from internal table we have to loop at that table. Now if a function is called there then the popup window will be repeating those many times.

How should i avoid this.

Regards,

Darpana.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
638

Try these FM

POPUP_WITH_TABLE

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE_DISPLAY_OK

Regards

Sathar

5 REPLIES 5
Read only

Former Member
0 Likes
639

Try these FM

POPUP_WITH_TABLE

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE_DISPLAY_OK

Regards

Sathar

Read only

0 Likes
638

I have to take values from the internal table and display it in message format in the popup window.

Eg: I have taken Fields posnr nad material.

I have to display " <Material-name> has <total no of posnr> as sales items".

now the material name and posnr i will be taking from my internal table. And posnr will give total count of posnr not the values

Edited by: Darpana Ahire on Oct 1, 2008 9:25 AM

Read only

0 Likes
638

Create another internal table for messages.

Now in the loop of ur int table create messages based on ur data and append to this new int table.

after this loop call the FM to display data frm new int table.

Read only

Former Member
0 Likes
638

Try-

POPUP_WITH_TABLE_DISPLAY_OK

POPUP_WITH_TABLE

Regards,

Aparna

Read only

Former Member
0 Likes
638

Hi ,

You can use

POPUP_WITH_TABLE_DISPLAY

POPUP_TO_DISPLAY_TEXT