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

OOPS Interactive ALV

Former Member
0 Likes
895

Hi Experts,

Can any one provide me an Example program for interactive oops alv for displaying to according the Deliveryno i want to display the Salesorder details using likp,lips,kna1,vbap.When i am executing the report according to the delivery no i am displaying the sales order details in interactive oops alv but when i am clicking the other deliveryno it showing the previous interactive details only it is not refreshing.Can any one help me for this solution.

<Downgraded the urgrency>

Edited by: Suhas Saha on Sep 11, 2011 6:46 PM

8 REPLIES 8
Read only

Former Member
0 Likes
841

Hi

It's not clear what you're using to display the details, details are in OOP ALV too? If it's so you need to use the method for refresh

Max

Read only

madhu_vadlamani
Active Contributor
0 Likes
841

Hi Venkat,

Do you need a report like when click on delivery no you need to get the sales order details with respective to the so.

[Interactive Alv|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907?quicklink=index&overridelayout=true]

Regards,

Madhu.

Read only

Former Member
0 Likes
841

Hi,

Your data in internal is not getting refresh while next click, you need to refresh it.

Regards,

Aabha

Read only

0 Likes
841

Hi,

Can you Explain me how i need to refresh it.

Read only

0 Likes
841

Hi Venkatesh,

Refresh alv in oops were discussed a lot of time . Check there are number of good threads available.

http://wiki.sdn.sap.com/wiki/display/Snippets/demoprogramtorefreshalv+grid(oops)

Regards,

Madhu.

Read only

0 Likes
841

Hi Madhurao,

The link which you have provided it says page not found.

Read only

uwe_schieferstein
Active Contributor
0 Likes
841

Hello Suhas

In the blog [Against All Odds - Programming of Communicating (S)ALV Grid Controls|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/21504] [original link is broken] [original link is broken] [original link is broken];

the principles of communicating ALV grids are explained.

Regards

Uwe

Read only

Former Member
0 Likes
841

call method "refresh_table_display" by grid object.

Regards

Deepant