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

Report - Call transaction

Former Member
0 Likes
482

Hello All,

I am having one ALV Report Program which will call another transaction which is used to update some Ztables.

Then when I am returning back to the first program, It is showing the old data. I need the changed data to be displayed in the ALV . I am using FM REUSE_ALV_GRID_DISPLAY.

help me in this situation.

Regards,

Lijo

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
450

First you need to update your Internal table. You need to fatch the update data from the database.

Second, you need to refresh the ALV. Use SLIS_SELFIELD-REFRESH = 'X' to refresh the ALV.

Regards,

Naimesh Patel

First you need to update your Internal table. You need to fatch the update data from the database.

Second, you need to refresh the ALV. Use SLIS_SELFIELD-REFRESH = 'X' to refresh the ALV.

Regards,

Naimesh Patel

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
451

First you need to update your Internal table. You need to fatch the update data from the database.

Second, you need to refresh the ALV. Use SLIS_SELFIELD-REFRESH = 'X' to refresh the ALV.

Regards,

Naimesh Patel

Read only

Former Member
0 Likes
450

Hi ,

You need to catch your return action in case sy-ucomm.

Then again from a new ALV report by fetching data from updated tables.

Hope this helps.

Regards,

Siddhesh S.Tawate