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: 

ALV TREE with POP UP

former_member233090
Active Contributor
0 Kudos

Hi,

I have Developed a ALV tree report where i have some pop up screens and data getting saved in to the database.

firstly my ALV Tree gets displayed based on the list item i select.( this works fine)

secondly in the ALV tree i can able to see the node and subnode of it ( perfect too)

thirdly here is my problem when i click on the item i am populating one pop up with save button and the data gets saved in the custom table.SAVE button works perfectly but when i save the data that should get added to the Present ALV tree, which iam unable to get it.

What am i missing?

Please guide me,

Bhavana

3 REPLIES 3

Former Member
0 Kudos

You will have to refresh the ALV Tree with method REFRESH_TABLE_DISPLAY.

0 Kudos

Hi

Thanks for your reply, where exactly i need to add that, can you please show me some examples or some psedo code.

Bhavana

0 Kudos

Call the method with the instance of ALV Tree.

For.e.g. CALL METHOD <instance> ->REFRESH_TABLE_DISPLAY.

You can call this method in PAI of popup screen once you complete SAVE operation.