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

ALV Refresh when using Logical Data Base

Former Member
0 Likes
574

My program will display the report in a ALV grid format (not in OO, no method or class used here, only FM are used), user can select rows and update the dates in the PM orders. The REFRESH button comes with the GUI Status "STANDARD1" does not do anything, so I create a custom button "REF". Normally I will read the updated records into the internal table and use FM "REUSE_ALV_GRID_DISPLAY" to refresh the screen; but this time I need to use a logical database to collect the data, "GET <DIAUFK>" is only allowed to use once in the program, so how can I retrieve my data again after the refresh?

Does anybody know where the Basic Start and Finsh dates of the PM order are stored? They are the screen fields CAUFVD-GSTRP and CAVFVD-GLTRP on IW32 Header tab.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
443

Hi,

You can get it from table AFKO.

REWARD IF USEFUL

2 REPLIES 2
Read only

Former Member
0 Likes
444

Hi,

You can get it from table AFKO.

REWARD IF USEFUL

Read only

0 Likes
443

This is the table I am looking for, now I can refresh the screen with the updated data.

You make my day! Thank You.