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: 

Related function

Former Member
0 Kudos

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

Former Member
0 Kudos

Try these FM

POPUP_WITH_TABLE

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE_DISPLAY_OK

Regards

Sathar

5 REPLIES 5

Former Member
0 Kudos

Try these FM

POPUP_WITH_TABLE

POPUP_WITH_TABLE_DISPLAY

POPUP_WITH_TABLE_DISPLAY_OK

Regards

Sathar

0 Kudos

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

0 Kudos

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.

Former Member
0 Kudos

Try-

POPUP_WITH_TABLE_DISPLAY_OK

POPUP_WITH_TABLE

Regards,

Aparna

Former Member
0 Kudos

Hi ,

You can use

POPUP_WITH_TABLE_DISPLAY

POPUP_TO_DISPLAY_TEXT